1SubDir HAIKU_TOP src add-ons kernel file_systems ramfs ;
2
3UsePrivateKernelHeaders ;
4UsePrivateHeaders file_systems storage ;
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	Directory.cpp
17	Entry.cpp
18	EntryIterator.cpp
19	EntryListener.cpp
20	File.cpp
21	Index.cpp
22	IndexDirectory.cpp
23	kernel_interface.cpp
24	LastModifiedIndex.cpp
25	NameIndex.cpp
26	Node.cpp
27	NodeListener.cpp
28	NodeTable.cpp
29	Query.cpp
30	SizeIndex.cpp
31	SymLink.cpp
32	Volume.cpp
33
34	DebugSupport.cpp
35	QueryParserUtils.cpp
36;
37
38SEARCH on [ FGristFiles DebugSupport.cpp QueryParserUtils.cpp ]
39	+= [ FDirName $(HAIKU_TOP) src add-ons kernel file_systems shared ] ;
40