1SubDir HAIKU_TOP src add-ons kernel file_systems ntfs libntfs ; 2 3DEFINES += HAVE_CONFIG_H=1 ; 4 5KernelStaticLibrary libntfs.a : 6 acls.c 7 attrib.c 8 attrlist.c 9 bitmap.c 10 bootsect.c 11 cache.c 12 collate.c 13 compat.c 14 compress.c 15 debug.c 16 device.c 17 dir.c 18 efs.c 19 index.c 20 inode.c 21 lcnalloc.c 22 logfile.c 23 logging.c 24 mft.c 25 misc.c 26 mst.c 27 object_id.c 28 reparse.c 29 runlist.c 30 security.c 31 unistr.c 32 unix_io.c 33 volume.c 34 realpath.c 35 xattrs.c 36; 37