xref: /haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/Jamfile (revision 508f54795f39c3e7552d87c95aae9dd8ec6f505b)
1SubDir HAIKU_TOP src add-ons kernel file_systems ntfs libntfs ;
2
3SubDirCcFlags -Wall -Wno-multichar ;
4
5DEFINES += HAVE_CONFIG_H=1 ;
6
7KernelStaticLibrary libntfs.a :
8	attrib.c
9	attrlist.c
10	bitmap.c
11	bootsect.c
12	collate.c
13	compat.c
14	compress.c
15	debug.c
16	device.c
17	device_io.c
18	dir.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	runlist.c
28	security.c
29	unistr.c
30	volume.c
31;
32