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