xref: /haiku/src/apps/drivesetup/Jamfile (revision 443522551e70c8a595525700b2b7b445db37865d)
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*44352255SAxel Dörfler	AbstractParametersPanel.cpp
9dc59ebe7SIngo Weinhold	CreateParamsPanel.cpp
10ec103c3cSStephan Aßmus	DiskView.cpp
11ec103c3cSStephan Aßmus	DriveSetup.cpp
12ec103c3cSStephan Aßmus	InitParamsPanel.cpp
13ec103c3cSStephan Aßmus	MainWindow.cpp
14ec103c3cSStephan Aßmus	PartitionList.cpp
15ec103c3cSStephan Aßmus	Support.cpp
16ec103c3cSStephan Aßmus
17be8fa2fbSAdrien Destugues	: be $(HAIKU_LOCALE_LIBS) libcolumnlistview.a libshared.a
18be8fa2fbSAdrien Destugues		$(TARGET_LIBSUPC++)
19967d7204SStephan Aßmus	: DriveSetup.rdef
20ec103c3cSStephan Aßmus;
217d24c647SStephan Aßmus
227d24c647SStephan AßmusDoCatalogs DriveSetup :
237d24c647SStephan Aßmus	x-vnd.Haiku-DriveSetup
247d24c647SStephan Aßmus	:
257d24c647SStephan Aßmus	CreateParamsPanel.cpp
267d24c647SStephan Aßmus	DiskView.cpp
277d24c647SStephan Aßmus	InitParamsPanel.cpp
287d24c647SStephan Aßmus	MainWindow.cpp
297d24c647SStephan Aßmus	PartitionList.cpp
307d24c647SStephan Aßmus	Support.cpp
317d24c647SStephan Aßmus;
327d24c647SStephan Aßmus
33