xref: /haiku/src/add-ons/kernel/file_systems/ramfs/Jamfile (revision cb29eafe2586fdb2d7685afa69fdab5d88a8b576)
1SubDir HAIKU_TOP src add-ons kernel file_systems ramfs ;
2
3UsePrivateKernelHeaders ;
4UsePrivateHeaders file_systems ;
5
6DEFINES += DEBUG_APP="\\\"ramfs\\\"" ;
7
8KernelAddon ramfs
9	:
10	AllocationInfo.cpp
11	Attribute.cpp
12	AttributeIndex.cpp
13	AttributeIndexImpl.cpp
14	AttributeIterator.cpp
15	DataContainer.cpp
16	DebugSupport.cpp
17	Directory.cpp
18	Entry.cpp
19	EntryIterator.cpp
20	EntryListener.cpp
21	File.cpp
22	Index.cpp
23	IndexDirectory.cpp
24	kernel_interface.cpp
25	LastModifiedIndex.cpp
26	NameIndex.cpp
27	Node.cpp
28	NodeListener.cpp
29	NodeTable.cpp
30	Query.cpp
31	SizeIndex.cpp
32	SymLink.cpp
33	Volume.cpp
34;
35
36SEARCH on [ FGristFiles DebugSupport.cpp ]
37	+= [ FDirName $(HAIKU_TOP) src add-ons kernel file_systems shared ] ;
38