apps-projectcenter/PCLibProj/GNUmakefile
Sergii Stoian e70e0e7004 add pcproj_bundle.make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16637 72102866-910b-0410-8b05-ffd578937521
2003-05-05 14:40:11 +00:00

69 lines
909 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
include ../pcproj_bundle.make
#
# Subprojects
#
#
# Bundle
#
PACKAGE_NAME = PCLibProj
BUNDLE_NAME = PCLibProj
PCLibProj_PRINCIPAL_CLASS = PCLibProj
#
# Additional libraries
#
PCLibProj_LIBRARIES_DEPEND_UPON += -lProjectCenter
#
# Resource files
#
PCLibProj_RESOURCE_FILES= \
PC.proj \
Version
#
# Header files
#
PCLibProj_HEADERS= \
PCLibProj.h \
PCLibProject.h
#
# Class files
#
PCLibProj_OBJC_FILES= \
PCLibProj.m \
PCLibProject.m
#
# C files
#
PCLibProj_C_FILES=
-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble