# Install into the system root by default GNUSTEP_INSTALLATION_DOMAIN=SYSTEM RPM_DISABLE_RELOCATABLE=YES PACKAGE_NEEDS_CONFIGURE = YES include $(GNUSTEP_MAKEFILES)/common.make PACKAGE_NAME = @PACKAGE_NAME@ VERSION = @PACKAGE_VERSION@ # # subprojects # SUBPROJECTS = Finder/Modules # # MAIN APP # APP_NAME = GWorkspace GWorkspace_PRINCIPAL_CLASS = GWorkspace GWorkspace_APPLICATION_ICON=FileManager.tiff GWorkspace_HAS_RESOURCE_BUNDLE = yes # # Additional libraries # ADDITIONAL_GUI_LIBS += -lFSNode ADDITIONAL_GUI_LIBS += -lInspector ADDITIONAL_GUI_LIBS += -lOperation GWorkspace_RESOURCE_FILES = \ Resources/Icons/* \ Resources/English.lproj \ Resources/BrasilPortuguese.lproj \ Resources/Dutch.lproj \ Resources/Esperanto.lproj \ Resources/French.lproj \ Resources/German.lproj \ Resources/Hungarian.lproj \ Resources/Italian.lproj \ Resources/Norvegian.lproj \ Resources/Portuguese.lproj \ Resources/Romanian.lproj \ Resources/Spanish.lproj GWorkspace_LANGUAGES = \ Resources/English \ Resources/BrasilPortuguese \ Resources/Dutch \ Resources/Esperanto \ Resources/French \ Resources/German \ Resources/Hungarian \ Resources/Italian \ Resources/Norvegian \ Resources/Portuguese \ Resources/Romanian \ Resources/Spanish # The Objective-C source files to be compiled GWorkspace_OBJC_FILES = main.m \ GWFunctions.m \ GWorkspace.m \ WorkspaceApplication.m \ Desktop/GWDesktopManager.m \ Desktop/GWDesktopWindow.m \ Desktop/GWDesktopView.m \ Desktop/GWDesktopIcon.m \ Desktop/Dock/Dock.m \ Desktop/Dock/DockIcon.m \ FileViewer/GWViewersManager.m \ FileViewer/GWViewer.m \ FileViewer/GWSpatialViewer.m \ FileViewer/GWViewerWindow.m \ FileViewer/GWViewerBrowser.m \ FileViewer/GWViewerIconsView.m \ FileViewer/GWViewerListView.m \ FileViewer/GWViewerShelf.m \ FileViewer/GWViewerSplit.m \ FileViewer/GWViewerScrollView.m \ FileViewer/GWViewerIconsPath.m \ FileViewer/GWViewerPathsPopUp.m \ Finder/Finder.m \ Finder/FindModuleView.m \ Finder/SearchPlacesBox.m \ Finder/SearchPlacesCell.m \ Finder/SearchResults/SearchResults.m \ Finder/SearchResults/ResultsTableView.m \ Finder/LiveSearch/LSFolder.m \ Finder/LiveSearch/LSFEditor.m \ TShelf/TShelfWin.m \ TShelf/TShelfView.m \ TShelf/TShelfViewItem.m \ TShelf/TShelfIconsView.m \ TShelf/TShelfIcon.m \ TShelf/TShelfPBIcon.m \ Preferences/PrefController.m \ Preferences/DefEditorPref.m \ Preferences/XTermPref.m \ Preferences/DefSortOrderPref.m \ Preferences/IconsPref.m \ Preferences/HiddenFilesPref.m \ Preferences/HistoryPref.m \ Preferences/BrowserViewerPref.m \ Preferences/OperationPrefs.m \ Preferences/DesktopPref.m \ History/History.m \ Dialogs/Dialogs.m \ Dialogs/OpenWithController.m \ Dialogs/RunExternalController.m \ Dialogs/CompletionField.m \ Dialogs/StartAppWin.m \ Fiend/Fiend.m \ Fiend/FiendLeaf.m -include GNUmakefile.preamble -include GNUmakefile.local include $(GNUSTEP_MAKEFILES)/aggregate.make include $(GNUSTEP_MAKEFILES)/application.make -include GNUmakefile.postamble