#
# GNUmakefile - Generated by ProjectCenter
# Written by Philippe C.D. Robert <phr@3dkit.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
#



#
# Main application
#

PACKAGE_NAME=AppWrapper
APP_NAME=AppWrapper
GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_LOCAL_ROOT)/
AppWrapper_APPLICATION_ICON=AppWrapper.app.tiff
AppWrapper_MAIN_MODEL_FILE=AppWrapper.gorm


#
# Additional libraries
#

ADDITIONAL_GUI_LIBS += 

#
# Resource files
#

AppWrapper_RESOURCE_FILES= \
AppWrapper.gorm \
AppWrapperInfo.plist \
AppWrapper.app.tiff 

#
# Header files
#

AppWrapper_HEADERS= \
AppWrapper.h \
AppWrapperController.h 

#
# Class files
#

AppWrapper_OBJC_FILES= \
main.m \
AppWrapper.m \
AppWrapperController.m 

#
# C files
#

AppWrapper_C_FILES= 

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