xref: /haiku/src/apps/drivesetup/Jamfile (revision cfc3fa87da824bdf593eb8b817a83b6376e77935)
1SubDir HAIKU_TOP src apps drivesetup ;
2
3AddSubDirSupportedPlatforms libbe_test ;
4
5UsePrivateHeaders interface shared storage ;
6
7Preference DriveSetup :
8	DiskView.cpp
9	DriveSetup.cpp
10	InitParamsPanel.cpp
11	MainWindow.cpp
12	PartitionList.cpp
13	Support.cpp
14
15	: be libcolumnlistview.a libshared.a
16	: DriveSetup.rdef
17;
18
19if ( $(TARGET_PLATFORM) = libbe_test ) {
20	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : DriveSetup
21		: tests!apps ;
22}
23
24