1#
2# GNUmakefile - Generated by ProjectCenter
3#
4
5include $(GNUSTEP_MAKEFILES)/common.make
6
7#
8# Application
9#
10VERSION = 0.1
11PACKAGE_NAME = Cartotheque
12APP_NAME = Cartotheque
13Cartotheque_APPLICATION_ICON =
14#GNUSTEP_INSTALLATION_DIR = $(HOME)/GNUstep
15Cartotheque_MAIN_MODEL_FILE  = Cartotheque.gorm
16
17
18#
19# Resource files
20#
21Cartotheque_RESOURCE_FILES = \
22Resources/Cartotheque.gorm \
23Resources/CartothequeWindow.gorm \
24Resources/CardWindow.gorm \
25Resources/CardInspector.gorm \
26Resources/InspectorPanel.gorm
27#
28# Header files
29#
30Cartotheque_HEADER_FILES = \
31AppController.h \
32Cartotheque.h \
33CardRepository.h \
34CartothequeController.h \
35Card.h \
36EKInspector.h \
37EKInspectorPanel.h \
38EKFocus.h \
39CardInspector.h \
40CardView.h
41
42#
43# Class files
44#
45Cartotheque_OBJC_FILES = \
46AppController.m \
47CardRepository.m \
48Cartotheque.m \
49CartothequeDocument.m \
50CartothequeWindowController.m \
51Card.m \
52CardWindowController.m \
53EKInspector.m \
54EKInspectorPanel.m \
55EKFocus.m \
56CardInspector.m \
57NSApplication+inspector.m \
58CardView.m \
59CardMatrix.m
60
61#
62# C files
63#
64Cartotheque_C_FILES =
65
66Cartotheque_OBJC_FILES += \
67main.m
68
69#
70# Makefiles
71#
72-include GNUmakefile.preamble
73include $(GNUSTEP_MAKEFILES)/aggregate.make
74include $(GNUSTEP_MAKEFILES)/application.make
75-include GNUmakefile.postamble
76