1SubDir HAIKU_TOP src add-ons kernel file_systems ramfs ; 2 3local userlandFSTop = [ FDirName $(HAIKU_TOP) src add-ons kernel 4 file_systems userlandfs ] ; 5local userlandFSIncludes = [ PrivateHeaders userlandfs ] ; 6 7SubDirHdrs [ FDirName $(userlandFSIncludes) shared ] ; 8 9SEARCH_SOURCE += [ FDirName $(userlandFSTop) shared ] ; 10 11DEFINES += DEBUG_APP="\\\"ramfs\\\"" ; 12 13KernelAddon ramfs 14 : Debug.cpp 15 Locker.cpp 16 String.cpp 17 18 AllocationInfo.cpp 19 AreaUtils.cpp 20 Attribute.cpp 21 AttributeIndex.cpp 22 AttributeIndexImpl.cpp 23 AttributeIterator.cpp 24 BlockAllocator.cpp 25 BlockAllocatorArea.cpp 26 BlockAllocatorAreaBucket.cpp 27 BlockReferenceManager.cpp 28 DataContainer.cpp 29 Directory.cpp 30 Entry.cpp 31 EntryIterator.cpp 32 EntryListener.cpp 33 File.cpp 34 Index.cpp 35 IndexDirectory.cpp 36 kernel_interface.cpp 37 LastModifiedIndex.cpp 38 NameIndex.cpp 39 Node.cpp 40 NodeListener.cpp 41 NodeTable.cpp 42 Query.cpp 43 SizeIndex.cpp 44 SymLink.cpp 45 Volume.cpp 46 47 : $(TARGET_GCC_LIBGCC) $(HAIKU_LIBSUPC++) 48; 49