1 SubDir HAIKU_TOP src tests bin makeudfimage ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
4 AddSubDirSupportedPlatforms libbe_test ;
6 UsePublicHeaders add-ons/file_system ; # For fsproto.h
7 UsePrivateHeaders [ FDirName kernel util ] ; # For kernel_cpp.h
8 UsePrivateHeaders private shared ;
9 SubDirHdrs [ FDirName $(HAIKU_TOP) src add-ons kernel file_systems udf ] ;
10 SubDirHdrs [ FDirName $(HAIKU_TOP) src bin makeudfimage ] ;
12 UnitTestLib libmakeudfimagetest.so
13 : MakeudfimageTestAddon.cpp
19 PhysicalPartitionAllocator.cpp
27 : be [ TargetLibstdc++ ]
30 SEARCH on [ FGristFiles Allocator.cpp PhysicalPartitionAllocator.cpp ]
31 = [ FDirName $(HAIKU_TOP) src bin makeudfimage ] ;
32 SEARCH on [ FGristFiles UdfDebug.cpp UdfString.cpp UdfStructures.cpp Utils.cpp ] #DString.cpp UdfDebug.cpp UdfString.cpp UdfStructures.cpp Utils.cpp ]
33 = [ FDirName $(HAIKU_TOP) src add-ons kernel file_systems udf ] ;