1#
2# GNUmakefile - Generated by ProjectCenter
3#
4ifeq ($(GNUSTEP_MAKEFILES),)
5 GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
6  ifeq ($(GNUSTEP_MAKEFILES),)
7    $(warning )
8    $(warning Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
9    $(warning Perhaps gnustep-make is not properly installed,)
10    $(warning so gnustep-config is not in your PATH.)
11    $(warning )
12    $(warning Your PATH is currently $(PATH))
13    $(warning )
14  endif
15endif
16ifeq ($(GNUSTEP_MAKEFILES),)
17 $(error You need to set GNUSTEP_MAKEFILES before compiling!)
18endif
19
20include $(GNUSTEP_MAKEFILES)/common.make
21
22#
23# Application
24#
25VERSION = 0.5
26PACKAGE_NAME = LaternaMagica
27APP_NAME = LaternaMagica
28LaternaMagica_APPLICATION_ICON = laternamagica_48.tif
29
30
31#
32# Resource files
33#
34LaternaMagica_RESOURCE_FILES = \
35Resources/LaternaMagica.gorm \
36Resources/laternamagica_64.tif \
37Resources/laternamagica_48.tif
38
39
40#
41# Header files
42#
43LaternaMagica_HEADER_FILES = \
44AppController.h \
45FileTable.h \
46LMFlipView.h \
47LMWindow.h \
48PRScale.h \
49LMImage.h
50
51#
52# Objective-C Class files
53#
54LaternaMagica_OBJC_FILES = \
55AppController.m \
56FileTable.m \
57LMFlipView.m \
58LMWindow.m \
59PRScale.m \
60LMImage.m
61
62#
63# Other sources
64#
65LaternaMagica_OBJC_FILES += \
66main.m
67
68#
69# Makefiles
70#
71-include GNUmakefile.preamble
72include $(GNUSTEP_MAKEFILES)/aggregate.make
73include $(GNUSTEP_MAKEFILES)/application.make
74-include GNUmakefile.postamble
75