1#
2# GNUmakefile - Generated by ProjectCenter
3# Written by Philippe C.D. Robert <probert@siggraph.org>
4#
5# NOTE: Do NOT change this file -- ProjectCenter maintains it!
6#
7# Put all of your customisations in GNUmakefile.preamble and
8# GNUmakefile.postamble
9#
10
11include $(GNUSTEP_MAKEFILES)/common.make
12
13
14#
15# Subprojects
16#
17
18
19
20#
21# Main application
22#
23
24PACKAGE_NAME=ImageViewer
25APP_NAME=ImageViewer
26ImageViewer_APPLICATION_ICON=ImageViewer.tiff
27
28ImageViewer_LANGUAGES = English French German Hungarian
29ImageViewer_LOCALIZED_RESOURCE_FILES = Localizable.strings
30
31#
32# Additional libraries
33#
34
35ADDITIONAL_GUI_LIBS +=
36
37#
38# Resource files
39#
40
41ImageViewer_RESOURCE_FILES= \
42ImageViewerInfo.plist \
43COPYING \
44README \
45AUTHORS \
46FileIcon_.gif.tiff \
47FileIcon_.jpg.tiff \
48FileIcon_.tiff.tiff \
49FileIcon_.xpm.tiff \
50genericImage.tiff \
51ImageViewer.tiff
52
53#
54# Header files
55#
56
57ImageViewer_HEADER_FILES= \
58AppController.h \
59ImageWindow.h \
60ImagesWindow.h \
61BrowserController.h \
62ImageCache.h \
63PrefController.h \
64Inspector.h \
65ImageShowing.h \
66ImageHolder.h \
67Defines.h \
68PrefController+InterfaceCreation.h
69
70#
71# Class files
72#
73
74ImageViewer_OBJC_FILES= \
75main.m \
76AppController.m \
77ImageWindow.m \
78ImagesWindow.m \
79BrowserController.m \
80ImageCache.m \
81PrefController.m \
82Inspector.m \
83ImageHolder.m \
84PrefController+InterfaceCreation.m
85
86#
87# C files
88#
89
90ImageViewer_C_FILES=
91
92-include GNUmakefile.preamble
93-include GNUmakefile.local
94include $(GNUSTEP_MAKEFILES)/aggregate.make
95include $(GNUSTEP_MAKEFILES)/application.make
96-include GNUmakefile.postamble
97