#
# 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_INSTALLATION_DIR)/Library/Bundles/Paje
PajeEventDecoder_PRINCIPAL_CLASS=PajeEventDecoder
#
# Additional libraries
#
PajeEventDecoder_LIBRARIES_DEPEND_UPON +=
#
# 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
syntax highlighted by Code2HTML, v. 0.9.1