xref: /haiku/src/apps/drivesetup/Jamfile (revision 7cd194fffb9a0a828af8371684aca07fc59ea50f)
10b31f902SStephan AßmusSubDir HAIKU_TOP src apps drivesetup ;
2ec103c3cSStephan Aßmus
3ec103c3cSStephan AßmusAddSubDirSupportedPlatforms libbe_test ;
4ec103c3cSStephan Aßmus
5*7cd194ffSStephan AßmusUsePrivateHeaders interface shared storage tracker ;
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
15967d7204SStephan Aßmus	: be libcolumnlistview.a libshared.a
16967d7204SStephan 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