Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
common/ | H | - | - | 31,792 | 18,741 | |
i386/ | H | - | - | 38 | 7 | |
COPYING | H A D | 20-May-2009 | 17.6 KiB | 341 | 281 | |
CREDITS | H A D | 20-May-2009 | 1.6 KiB | 41 | 36 | |
Makefile | H A D | 03-Aug-2010 | 3.3 KiB | 125 | 78 | |
Makefile.com | H A D | 20-May-2009 | 3.7 KiB | 124 | 77 | |
README | H A D | 20-May-2009 | 575 | 17 | 12 | |
THIRDPARTYLICENSE.descrip | H A D | 20-May-2009 | 27 | 2 | 1 |
README
1This is the Solaris ON port of ntfsprogs v2.0.0 2Please see http://www.linux-ntfs.org/ for more information. 3 4ntfsprogs has been broken into two pieces: src/lib/libntfs and src/cmd/ntfsprogs 5 6The Makefiles have all been replaced by ON Makefiles. 7 8The common directory contains these subdirectories from ntfsprogs-2.0.0: 9include and libntfs 10 11$(SUBDIR)/config.status: $(SUBDIR)/configure 12 cd src; \ 13 MAKE=gmake ./configure CFLAGS=-I$(ROOT)/usr/include \ 14 LDFLAGS="-L$(ROOT)/lib -L$(ROOT)/usr/lib -Wl,-Bdirect -Wl,-M$(MAPFILE.NE 15S) -Wl,-zignore" \ 16 --disable-dependency-tracking 17