#
# GNUmakefile - Generated by ProjectCenter
#

include $(GNUSTEP_MAKEFILES)/common.make

#
# Application
#
VERSION = 0.1
PACKAGE_NAME = Cartotheque
APP_NAME = Cartotheque
Cartotheque_APPLICATION_ICON = 
GNUSTEP_INSTALLATION_DIR = $(HOME)/GNUstep
Cartotheque_MAIN_MODEL_FILE  = Cartotheque.gorm


#
# Resource files
#
Cartotheque_RESOURCE_FILES = \
Resources/Cartotheque.gorm \
Resources/CartothequeWindow.gorm \
Resources/CardWindow.gorm \
Resources/CardInspector.gorm \
Resources/InspectorPanel.gorm
#
# Header files
#
Cartotheque_HEADER_FILES = \
AppController.h \
Cartotheque.h \
CardRepository.h \
CartothequeController.h \
Card.h \
EKInspector.h \
EKInspectorPanel.h \
EKFocus.h \
CardInspector.h \
CardView.h

#
# Class files
#
Cartotheque_OBJC_FILES = \
AppController.m \
CardRepository.m \
Cartotheque.m \
CartothequeDocument.m \
CartothequeWindowController.m \
Card.m \
CardWindowController.m \
EKInspector.m \
EKInspectorPanel.m \
EKFocus.m \
CardInspector.m \
NSApplication+inspector.m \
CardView.m \
CardMatrix.m 

#
# C files
#
Cartotheque_C_FILES = 

Cartotheque_OBJC_FILES += \
main.m 

#
# Makefiles
#
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/application.make
-include GNUmakefile.postamble
