#
# 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=PajeSimulator
BUNDLE_NAME=PajeSimulator
BUNDLE_EXTENSION=.bundle
BUNDLE_INSTALL_DIR=$(GNUSTEP_BUNDLES)/Paje
PajeSimulator_PRINCIPAL_CLASS=PajeSimul


#
# Additional libraries
#

PajeSimulator_LIBRARIES_DEPEND_UPON += 
ifeq ($(FOUNDATION_LIB), apple)
LDFLAGS += -F../General -framework General
else
#LDFLAGS += -lGeneral
endif

#
# Resource files
#

PajeSimulator_RESOURCE_FILES= 

#
# Header files
#

PajeSimulator_HEADERS= \
        PajeSimul.h \
        EventNames.h \
        SimulContainer.h \
        UserEvent.h \
        UserLink.h \
        UserState.h \
        UserValue.h \
	SimulChunk.h

#
# Class files
#

PajeSimulator_OBJC_FILES= \
        PajeSimul.m \
        PajeSimul+Events.m \
        SimulContainer.m \
        UserEvent.m \
        UserLink.m \
        UserState.m \
        UserValue.m \
	SimulChunk.m

#
# C files
#

PajeSimulator_C_FILES= 

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