xref: /haiku/src/apps/drivesetup/Jamfile (revision 967d72041f81ab74e2cd286cf91ed2b594ba91f5)
10b31f902SStephan AßmusSubDir HAIKU_TOP src apps drivesetup ;
2ec103c3cSStephan Aßmus
3ec103c3cSStephan AßmusAddSubDirSupportedPlatforms libbe_test ;
4ec103c3cSStephan Aßmus
5ec103c3cSStephan AßmusUsePrivateHeaders interface shared storage ;
6ec103c3cSStephan Aßmus
7ec103c3cSStephan AßmusPreference DriveSetup :
8ec103c3cSStephan Aßmus	DiskView.cpp
9ec103c3cSStephan Aßmus	DriveSetup.cpp
10ec103c3cSStephan Aßmus	InitParamsPanel.cpp
11ec103c3cSStephan Aßmus	MainWindow.cpp
12ec103c3cSStephan Aßmus	PartitionList.cpp
13ec103c3cSStephan Aßmus	Support.cpp
14ec103c3cSStephan Aßmus
15*967d7204SStephan Aßmus	: be libcolumnlistview.a libshared.a
16*967d7204SStephan Aßmus	: DriveSetup.rdef
17ec103c3cSStephan Aßmus;
18ec103c3cSStephan Aßmus
19ec103c3cSStephan Aßmusif ( $(TARGET_PLATFORM) = libbe_test ) {
20ec103c3cSStephan Aßmus	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : DriveSetup
21ec103c3cSStephan Aßmus		: tests!apps ;
22ec103c3cSStephan Aßmus}
23ec103c3cSStephan Aßmus
24