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