xref: /haiku/src/apps/drivesetup/Jamfile (revision 89755088d790ff4fe36f8aa77dacb2bd15507108)
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