apps-projectcenter/PCAppProj/GNUmakefile
Philippe C.D. Robert 324a187f3e Fixed a bug in the app makefile creation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@13751 72102866-910b-0410-8b05-ffd578937521
2002-06-01 13:53:22 +00:00

73 lines
1,023 B
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=PCAppProj
BUNDLE_NAME=PCAppProj
BUNDLE_EXTENSION=.bundle
BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/ProjectCenter
PCAppProj_PRINCIPAL_CLASS=PCAppProj
#
# Additional libraries
#
PCAppProj_LIBRARIES_DEPEND_UPON += -lProjectCenter
#
# Resource files
#
PCAppProj_RESOURCE_FILES= \
AppController.h \
AppController.m \
Info-project.plist \
main.m \
PC.proj
#
# Header files
#
PCAppProj_HEADERS= \
PCAppProj.h \
PCAppProject.h
#
# Class files
#
PCAppProj_OBJC_FILES= \
PCAppProj.m \
PCAppProject.m
#
# C files
#
PCAppProj_C_FILES=
-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble