#
# GNUmakefile - Generated by ProjectCenter
# Written by Philippe C.D. Robert <probert@siggraph.org>
#
# NOTE: Do NOT change this file -- ProjectCenter maintains it!
#
# Put all of your customisations in GNUmakefile.preamble and
# GNUmakefile.postamble
#

include $(GNUSTEP_MAKEFILES)/common.make


#
# Subprojects
#



#
# Bundle
#

PACKAGE_NAME=dummy
BUNDLE_NAME=dummy
BUNDLE_EXTENSION=.output
BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Cynthiune
dummy_PRINCIPAL_CLASS=dummy


#
# Additional libraries
#

dummy_LIBRARIES_DEPEND_UPON += 

#
# Resource files
#

dummy_RESOURCE_FILES= 

#
# Header files
#

dummy_HEADER_FILES= \
dummy.h 

#
# Class files
#

dummy_OBJC_FILES= \
dummy.m 

#
# C files
#

dummy_C_FILES= 

ADDITIONAL_INCLUDE_DIRS += -I../..

-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
