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

72 lines
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 = PCRenaissanceProj
BUNDLE_NAME = PCRenaissanceProj
PCRenaissanceProj_PRINCIPAL_CLASS = PCRenaissanceProj
#
# Additional libraries
#
PCRenaissanceProj_LIBRARIES_DEPEND_UPON += -lProjectCenter
#
# Resource files
#
PCRenaissanceProj_RESOURCE_FILES= \
PC.proj \
main.m \
AppController.m \
AppController.h \
Main.gsmarkup \
MainMenu-GNUstep.gsmarkup \
MainMenu-OSX.gsmarkup
#
# Header files
#
PCRenaissanceProj_HEADERS= \
PCRenaissanceProj.h \
PCRenaissanceProject.h
#
# Class files
#
PCRenaissanceProj_OBJC_FILES= \
PCRenaissanceProj.m \
PCRenaissanceProject.m
#
# C files
#
PCRenaissanceProj_C_FILES=
include ../GNUmakefile.bundles
include $(GNUSTEP_MAKEFILES)/bundle.make