1SubDir HAIKU_TOP src kits support ; 2 3SetSubDirSupportedPlatforms haiku libbe_test ; 4#if $(TARGET_PLATFORM) != haiku { 5# UseHeaders [ FStandardOSHeaders ] : true ; 6# UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ; 7# # TODO: POSIX headers shouldn't be used. Needed for strlcpy() and 8# # addr_t. 9#} 10 11UsePrivateHeaders shared app ; 12 13MergeObject <libbe>support_kit.o : 14 Archivable.cpp 15 Beep.cpp 16 BlockCache.cpp 17 ByteOrder.cpp 18 DataBuffer.cpp 19 DataIO.cpp 20 BufferIO.cpp 21 Flattenable.cpp 22 List.cpp 23 Locker.cpp 24 PointerList.cpp 25 StopWatch.cpp 26 String.cpp 27# StreamIO.cpp 28; 29