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