1SubDir HAIKU_TOP src apps launchbox ; 2 3AddSubDirSupportedPlatforms libbe_test ; 4 5Application LaunchBox : 6 App.cpp 7 IconButton.cpp 8 LaunchButton.cpp 9 main.cpp 10 MainWindow.cpp 11 NamePanel.cpp 12 PadView.cpp 13 Panel.cpp 14 support.cpp 15 : be translation 16 : LaunchBox.rdef 17; 18 19if $(TARGET_PLATFORM) = libbe_test { 20 HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : LaunchBox 21 : tests!apps ; 22} 23