apps-projectcenter/PCBundleProj/GNUmakefile
Philippe C.D. Robert 7bfa1bddb8 Installation into GNUSPTE_INSTALLATION_DIR
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@13754 72102866-910b-0410-8b05-ffd578937521
2002-06-01 13:56:11 +00:00

69 lines
996 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=PCBundleProj
BUNDLE_NAME=PCBundleProj
BUNDLE_EXTENSION=.bundle
BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/ProjectCenter
PCBundleProj_PRINCIPAL_CLASS=PCBundleProj
#
# Additional libraries
#
PCBundleProj_LIBRARIES_DEPEND_UPON += -lProjectCenter
#
# Resource files
#
PCBundleProj_RESOURCE_FILES= \
PC.proj
#
# Header files
#
PCBundleProj_HEADERS= \
PCBundleProject.h \
PCBundleProj.h
#
# Class files
#
PCBundleProj_OBJC_FILES= \
PCBundleProject.m \
PCBundleProj.m
#
# C files
#
PCBundleProj_C_FILES=
-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble