xref: /haiku/src/apps/drivesetup/Jamfile (revision be8fa2fb3088ab1921612b60f352dd9334b40b3d)
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 :
8dc59ebe7SIngo 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
16*be8fa2fbSAdrien Destugues	: be $(HAIKU_LOCALE_LIBS) libcolumnlistview.a libshared.a
17*be8fa2fbSAdrien Destugues		$(TARGET_LIBSUPC++)
18967d7204SStephan Aßmus	: DriveSetup.rdef
19ec103c3cSStephan Aßmus;
207d24c647SStephan Aßmus
217d24c647SStephan AßmusDoCatalogs DriveSetup :
227d24c647SStephan Aßmus	x-vnd.Haiku-DriveSetup
237d24c647SStephan Aßmus	:
247d24c647SStephan Aßmus	CreateParamsPanel.cpp
257d24c647SStephan Aßmus	DiskView.cpp
267d24c647SStephan Aßmus	InitParamsPanel.cpp
277d24c647SStephan Aßmus	MainWindow.cpp
287d24c647SStephan Aßmus	PartitionList.cpp
297d24c647SStephan Aßmus	Support.cpp
307d24c647SStephan Aßmus;
317d24c647SStephan Aßmus
32