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


#
# Additional libraries
#

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

#
# Resource files
#

PajeEventDecoder_RESOURCE_FILES= 

#
# Header files
#

PajeEventDecoder_HEADERS= \
PajeEventDecoder.h 

#
# Class files
#

PajeEventDecoder_OBJC_FILES= \
PajeEventDecoder.m 

#
# C files
#

PajeEventDecoder_C_FILES= 

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