apps-projectcenter/PCAppProj/GNUmakefile
Sergii Stoian 2755295519 .postamble and .preamble removed. GNUmakefile corrected to ../GNUmakefile.bundles
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16652 72102866-910b-0410-8b05-ffd578937521
2003-05-06 20:59:23 +00:00

69 lines
962 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
PCAppProj_PRINCIPAL_CLASS = PCAppProj
#
# Additional libraries
#
PCAppProj_LIBRARIES_DEPEND_UPON += -lProjectCenter
#
# Resource files
#
PCAppProj_RESOURCE_FILES= \
Templates/AppController.h \
Templates/AppController.m \
Templates/main.m \
Templates/PC.proj \
Templates/GNUmakefile.preamble \
Templates/GNUmakefile.postamble
#
# Header files
#
PCAppProj_HEADERS= \
PCAppProj.h \
PCAppProject.h
#
# Class files
#
PCAppProj_OBJC_FILES= \
PCAppProj.m \
PCAppProject.m
#
# C files
#
PCAppProj_C_FILES=
include ../GNUmakefile.bundles
include $(GNUSTEP_MAKEFILES)/bundle.make