1*ec103c3cSStephan AßmusSubDir HAIKU_TOP src preferences drivesetup ; 2*ec103c3cSStephan Aßmus 3*ec103c3cSStephan AßmusAddSubDirSupportedPlatforms libbe_test ; 4*ec103c3cSStephan Aßmus 5*ec103c3cSStephan AßmusUsePrivateHeaders interface shared storage ; 6*ec103c3cSStephan Aßmus 7*ec103c3cSStephan AßmusPreference DriveSetup : 8*ec103c3cSStephan Aßmus DiskView.cpp 9*ec103c3cSStephan Aßmus DriveSetup.cpp 10*ec103c3cSStephan Aßmus InitParamsPanel.cpp 11*ec103c3cSStephan Aßmus MainWindow.cpp 12*ec103c3cSStephan Aßmus PartitionList.cpp 13*ec103c3cSStephan Aßmus Support.cpp 14*ec103c3cSStephan Aßmus 15*ec103c3cSStephan Aßmus : be libcolumnlistview.a 16*ec103c3cSStephan Aßmus : 17*ec103c3cSStephan Aßmus DriveSetup.rdef 18*ec103c3cSStephan Aßmus; 19*ec103c3cSStephan Aßmus 20*ec103c3cSStephan Aßmusif ( $(TARGET_PLATFORM) = libbe_test ) { 21*ec103c3cSStephan Aßmus HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : DriveSetup 22*ec103c3cSStephan Aßmus : tests!apps ; 23*ec103c3cSStephan Aßmus} 24*ec103c3cSStephan Aßmus 25