headers/bsd: Add sys/queue.h.
[haiku.git] / src / tests / bin / makeudfimage / Jamfile
blob5e9d84ae3c49f374484c183eb3e5938f22023aec
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
14         # test files
15                 AllocatorTest.cpp
16                 
17                 # makeudfimage files
18                 Allocator.cpp
19                 PhysicalPartitionAllocator.cpp
20                 
21                 # udf files
22                 UdfDebug.cpp
23                 UdfString.cpp
24                 UdfStructures.cpp
25                 Utils.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 ] ;