xref: /haiku/src/apps/drivesetup/Jamfile (revision 0b31f902da12ee62c6ff2615484f801e7dca6b78)
1*0b31f902SStephan 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
15ec103c3cSStephan Aßmus	: be libcolumnlistview.a
16ec103c3cSStephan Aßmus	:
17ec103c3cSStephan 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