xref: /onnv-gate/usr/src/lib/libntfs/README (revision 9663:ace9a2ac3683)
1*9663SMark.Logan@Sun.COMThis is the Solaris ON port of ntfsprogs v2.0.0
2*9663SMark.Logan@Sun.COMPlease see http://www.linux-ntfs.org/ for more information.
3*9663SMark.Logan@Sun.COM
4*9663SMark.Logan@Sun.COMntfsprogs has been broken into two pieces: src/lib/libntfs and src/cmd/ntfsprogs
5*9663SMark.Logan@Sun.COM
6*9663SMark.Logan@Sun.COMThe Makefiles have all been replaced by ON Makefiles.
7*9663SMark.Logan@Sun.COM
8*9663SMark.Logan@Sun.COMThe common directory contains these subdirectories from ntfsprogs-2.0.0:
9*9663SMark.Logan@Sun.COMinclude and libntfs
10*9663SMark.Logan@Sun.COM
11*9663SMark.Logan@Sun.COM$(SUBDIR)/config.status:	$(SUBDIR)/configure
12*9663SMark.Logan@Sun.COM	cd src; \
13*9663SMark.Logan@Sun.COM	MAKE=gmake ./configure CFLAGS=-I$(ROOT)/usr/include \
14*9663SMark.Logan@Sun.COM	LDFLAGS="-L$(ROOT)/lib -L$(ROOT)/usr/lib -Wl,-Bdirect -Wl,-M$(MAPFILE.NE
15*9663SMark.Logan@Sun.COMS) -Wl,-zignore" \
16*9663SMark.Logan@Sun.COM	--disable-dependency-tracking
17