#
# GNUmakefile - Generated by ProjectCenter
#

include $(GNUSTEP_MAKEFILES)/common.make

#
# Application
#
VERSION = 0.1
PACKAGE_NAME = Composite
APP_NAME = Composite
Composite_APPLICATION_ICON = 
GNUSTEP_INSTALLATION_DIR = $(HOME)/GNUstep


#
# Resource files
#
Composite_RESOURCE_FILES = \
	Composite.gorm\
	fosdem.jpg

Composite_MAIN_MODEL_FILE = \
	Composite.gorm

#
# Header files
#
Composite_HEADER_FILES = \
AppController.h

#
# Class files
#
Composite_OBJC_FILES = \
AppController.m

#
# C files
#
Composite_C_FILES = 

Composite_OBJC_FILES += \
main.m 

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