apps-projectcenter/PCToolProj/GNUmakefile

74 lines
1 KiB
Text
Raw Normal View History

#
# 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=PCToolProj
BUNDLE_NAME=PCToolProj
BUNDLE_EXTENSION=.bundle
BUNDLE_INSTALL_DIR=$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter
PCToolProj_PRINCIPAL_CLASS=PCToolProj
#
# Additional libraries
#
PCToolProj_LIBRARIES_DEPEND_UPON += -lProjectCenter
#
# Resource files
#
PCToolProj_RESOURCE_FILES= \
Info-project.plist \
PC.proj \
main.m
#
# Header files
#
PCToolProj_HEADERS= \
PCToolMakefileFactory.h \
PCToolProj.h \
PCToolProject.h
#
# Class files
#
PCToolProj_OBJC_FILES= \
PCToolMakefileFactory.m \
PCToolProj.m \
PCToolProject.m
#
# C files
#
PCToolProj_C_FILES=
-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble