mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 02:41:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16652 72102866-910b-0410-8b05-ffd578937521
69 lines
962 B
Makefile
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
|