1SubDir HAIKU_TOP src tests kits game chart ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4AddSubDirSupportedPlatforms libbe_test ; 5 6Application Chart : 7 Chart.cpp 8 ChartRender.cpp 9 ChartView.cpp 10 ChartWindow.cpp 11 : be game $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++) 12 : Chart.rdef 13 ; 14 15DoCatalogs Chart : 16 x-vnd.Be.ChartDemo 17 : 18 Chart.cpp 19 ChartWindow.cpp 20; 21 22if $(TARGET_PLATFORM) = libbe_test { 23 HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Chart 24 : tests!apps ; 25} 26