mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16656 72102866-910b-0410-8b05-ffd578937521
67 lines
855 B
Makefile
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
|