apps-projectcenter/PCToolProj/GNUmakefile
Sergii Stoian 2e3223964d .preamble, .postamble and .pcproj removed. GNUmakefile corrected to ../GNUmakefile.bundles
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16656 72102866-910b-0410-8b05-ffd578937521
2003-05-06 21:13:00 +00:00

67 lines
855 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 = PCToolProj
BUNDLE_NAME = PCToolProj
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= \
PCToolProj.h \
PCToolProject.h
#
# Class files
#
PCToolProj_OBJC_FILES= \
PCToolProj.m \
PCToolProject.m
#
# C files
#
PCToolProj_C_FILES=
include ../GNUmakefile.bundles
include $(GNUSTEP_MAKEFILES)/bundle.make