1SubDir HAIKU_TOP src apps workspaces ; 2 3AddSubDirSupportedPlatforms libbe_test ; 4 5UsePrivateHeaders app interface shared ; 6 7Application Workspaces : 8 Workspaces.cpp 9 : be shared localestub [ TargetLibsupc++ ] 10 : Workspaces.rdef 11 ; 12 13if $(TARGET_PLATFORM) = libbe_test { 14 HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Workspaces 15 : tests!apps ; 16} 17 18DoCatalogs Workspaces : 19 x-vnd.Be-WORK 20 : 21 Workspaces.cpp 22; 23