# # GNUmakefile - Generated by ProjectCenter # Written by Philippe C.D. Robert # # NOTE: Do NOT change this file -- ProjectCenter maintains it! # # Put all of your customisations in GNUmakefile.preamble and # GNUmakefile.postamble # include $(GNUSTEP_MAKEFILES)/common.make # # Subprojects # # # Main application # PACKAGE_NAME=ImageViewer APP_NAME=ImageViewer ImageViewer_APPLICATION_ICON=ImageViewer.tiff ImageViewer_LANGUAGES = English French German Hungarian ImageViewer_LOCALIZED_RESOURCE_FILES = Localizable.strings # # Additional libraries # ADDITIONAL_GUI_LIBS += # # Resource files # ImageViewer_RESOURCE_FILES= \ ImageViewerInfo.plist \ COPYING \ README \ AUTHORS \ FileIcon_.gif.tiff \ FileIcon_.jpg.tiff \ FileIcon_.tiff.tiff \ FileIcon_.xpm.tiff \ genericImage.tiff \ ImageViewer.tiff # # Header files # ImageViewer_HEADER_FILES= \ AppController.h \ ImageWindow.h \ ImagesWindow.h \ BrowserController.h \ ImageCache.h \ PrefController.h \ Inspector.h \ ImageShowing.h \ ImageHolder.h \ Defines.h \ PrefController+InterfaceCreation.h # # Class files # ImageViewer_OBJC_FILES= \ main.m \ AppController.m \ ImageWindow.m \ ImagesWindow.m \ BrowserController.m \ ImageCache.m \ PrefController.m \ Inspector.m \ ImageHolder.m \ PrefController+InterfaceCreation.m # # C files # ImageViewer_C_FILES= -include GNUmakefile.preamble -include GNUmakefile.local include $(GNUSTEP_MAKEFILES)/aggregate.make include $(GNUSTEP_MAKEFILES)/application.make -include GNUmakefile.postamble