#
# 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
#
#
# Main application
#
PACKAGE_NAME=Stepulator
APP_NAME=Stepulator
GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_LOCAL_ROOT)/
Stepulator_APPLICATION_ICON=
Stepulator_MAIN_MODEL_FILE=Stepulator.gorm
#
# Additional libraries
#
ADDITIONAL_GUI_LIBS +=
#
# Resource files
#
Stepulator_RESOURCE_FILES= \
Stepulator.gorm \
StepulatorInfo.plist
#
# Header files
#
Stepulator_HEADER_FILES= \
CalcController.h \
CalcModel.h
#
# Class files
#
Stepulator_OBJC_FILES= \
main.m \
CalcController.m \
CalcModel.m
#
# C files
#
Stepulator_C_FILES=
-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/application.make
-include GNUmakefile.postamble
syntax highlighted by Code2HTML, v. 0.9.1