1SubDir OBOS_TOP src tests kits interface ; 2 3UsePrivateHeaders interface ; 4 5# Let Jam know where to find some of our source files 6SEARCH_SOURCE += [ FDirName $(SUBDIR) bbitmap ] ; 7SEARCH_SOURCE += [ FDirName $(SUBDIR) bdeskbar ] ; 8SEARCH_SOURCE += [ FDirName $(SUBDIR) bpolygon ] ; 9SEARCH_SOURCE += [ FDirName $(SUBDIR) bregion ] ; 10SEARCH_SOURCE += [ FDirName $(SUBDIR) bwidthbuffer ] ; 11 12SEARCH_SOURCE += [ FDirName $(TOP) src kits interface ] ; 13 14CommonTestLib libinterfacetest.so 15 : InterfaceKitTestAddon.cpp 16 17 # BBitmap 18 BitmapTest.cpp 19 BBitmapTester.cpp 20 SetBitsTester.cpp 21 22 # BDeskbar 23 DeskbarTest.cpp 24 DeskbarGetItemTest.cpp 25 DeskbarLocationTest.cpp 26 DeskbarAddItemTest.cpp 27 28 # BPolygon 29 PolygonTest.cpp 30 DummyPolygon.cpp 31 CreatePolygonTest.cpp 32 MapPolygonTest.cpp 33 34 # BRegion 35 RegionTest.cpp 36 RegionTestcase.cpp 37 RegionConstruction.cpp 38 RegionExclude.cpp 39 RegionInclude.cpp 40 RegionIntersect.cpp 41 RegionOffsetBy.cpp 42 43 #_BWidthBuffer_ 44 WidthBufferTest.cpp 45 WidthBufferSimpleTest.cpp 46 47 : <boot!home!config!lib>libopenbeos.so 48 be stdc++.r4 49 : be stdc++.r4 50 : 51 : app support 52; 53 54SimpleTest ScrollViewTest_r5 : 55 ScrollViewTest.cpp 56 : be 57 ; 58 59SimpleTest ScrollViewTest : 60 ScrollViewTest.cpp 61 ScrollView.cpp 62 : be 63 ; 64 65SEARCH on [ FGristFiles 66 ScrollView.cpp 67 ] = [ FDirName $(OBOS_TOP) src kits interface ] ; 68 69SubInclude OBOS_TOP src tests kits interface bprintjob ; 70SubInclude OBOS_TOP src tests kits interface picture ; 71