apps-projectcenter/PCGormProj/GNUmakefile
Philippe C.D. Robert a50df2110a Added libProjectCenter to the bundle's library link settings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12022 72102866-910b-0410-8b05-ffd578937521
2002-01-07 15:01:07 +00:00

75 lines
1.1 KiB
Makefile

#
# 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=PCGormProj
BUNDLE_NAME=PCGormProj
BUNDLE_EXTENSION=.bundle
BUNDLE_INSTALL_DIR=$(GNUSTEP_SYSTEM_ROOT)/Library/ProjectCenter
PCGormProj_PRINCIPAL_CLASS=PCGormProj
#
# Additional libraries
#
PCGormProj_LIBRARIES_DEPEND_UPON += -lProjectCenter
#
# Resource files
#
PCGormProj_RESOURCE_FILES= \
PC.proj \
main.m \
baseInterface.classes \
baseInterface.gorm \
Info-project.plist
#
# Header files
#
PCGormProj_HEADERS= \
PCGormMakefileFactory.h \
PCGormProj.h \
PCGormProject.h
#
# Class files
#
PCGormProj_OBJC_FILES= \
PCGormMakefileFactory.m \
PCGormProj.m \
PCGormProject.m
#
# C files
#
PCGormProj_C_FILES=
-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble