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 ea.c 19 efs.c 20 index.c 21 inode.c 22 lcnalloc.c 23 logfile.c 24 logging.c 25 mft.c 26 misc.c 27 mst.c 28 object_id.c 29 reparse.c 30 runlist.c 31 security.c 32 unistr.c 33 unix_io.c 34 volume.c 35 realpath.c 36 xattrs.c 37; 38