# # GNUmakefile - Generated by ProjectCenter # include $(GNUSTEP_MAKEFILES)/common.make # # Application # VERSION = 0.1 PACKAGE_NAME = Installer APP_NAME = Installer Installer_APPLICATION_ICON = Installer.app.tiff GNUSTEP_INSTALLATION_DIR = $(HOME)/GNUstep # # Subprojects # SUBPROJECTS = \ Gpkg.subproj \ mkgbom.subproj \ lsgbom.subproj # # Resource files # Installer_RESOURCE_FILES = \ Resources/Installer.gorm \ Resources/Package.gorm\ Resources/Installer.app.tiff \ Resources/Deb.tiff \ Resources/Pkg.tiff\ Resources/Info-gnustep.plist # # Header files # Installer_HEADER_FILES = \ AppController.h \ MyDocument.h \ PackageManager.h \ Package.h \ ProgressController.h # # Class files # Installer_OBJC_FILES = \ AppController.m \ MyDocument.m \ PackageManager.m \ ProgressController.m # # C files # Installer_C_FILES = Installer_OBJC_FILES += \ main.m # # Makefiles # -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/aggregate.make include $(GNUSTEP_MAKEFILES)/application.make -include GNUmakefile.postamble