1SubDir OBOS_TOP src tests kits interface ; 2 3# Let Jam know where to find some of our source files 4SEARCH_SOURCE += [ FDirName $(SUBDIR) bbitmap ] ; 5SEARCH_SOURCE += [ FDirName $(SUBDIR) bdeskbar ] ; 6SEARCH_SOURCE += [ FDirName $(SUBDIR) bpolygon ] ; 7SEARCH_SOURCE += [ FDirName $(SUBDIR) bregion ] ; 8 9SEARCH_SOURCE += [ FDirName $(TOP) src kits interface ] ; 10 11CommonTestLib libinterfacetest.so 12 : InterfaceKitTestAddon.cpp 13 14 # BBitmap 15 BitmapTest.cpp 16 BBitmapTester.cpp 17 SetBitsTester.cpp 18 19 # BDeskbar 20 DeskbarTest.cpp 21 DeskbarGetItemTest.cpp 22 DeskbarLocationTest.cpp 23 DeskbarAddItemTest.cpp 24 25 # BPolygon 26 PolygonTest.cpp 27 DummyPolygon.cpp 28 CreatePolygonTest.cpp 29 MapPolygonTest.cpp 30 31 # BRegion 32 RegionTest.cpp 33 RegionTestcase.cpp 34 RegionConstruction.cpp 35 RegionExclude.cpp 36 RegionInclude.cpp 37 RegionIntersect.cpp 38 RegionOffsetBy.cpp 39 40 : <boot!home!config!lib>libopenbeos.so 41 be stdc++.r4 42 : be stdc++.r4 43 : 44 : app support 45; 46 47SubInclude OBOS_TOP src tests kits interface bprintjob ; 48SubInclude OBOS_TOP src tests kits interface picture ; 49