#
# 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
#

#
# Bundle
#

PACKAGE_NAME=GSFactor
BUNDLE_NAME=GSFactor
BUNDLE_EXTENSION=.bundle
BUNDLE_INSTALL_DIR=$(GNUSTEP_LOCAL_ROOT)/Library/Bundles
GSFactor_PRINCIPAL_CLASS=GSFactorController
#

# Additional libraries
#

GSFactor_LIBRARIES_DEPEND_UPON += 

#

# Resource files
#

GSFactor_RESOURCE_FILES= 

#

# Header files
#

GSFactor_HEADERS= \
GSFactorController.h \
GSBenchView.h 

#

# Class files
#

GSFactor_OBJC_FILES= \
GSFactorController.m \
GSBenchView.m 

#

# C files
#

GSFactor_C_FILES= 

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