mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 10:51:05 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@16655 72102866-910b-0410-8b05-ffd578937521
68 lines
878 B
Makefile
68 lines
878 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 = PCGormProj
|
|
BUNDLE_NAME = PCGormProj
|
|
PCGormProj_PRINCIPAL_CLASS = PCGormProj
|
|
|
|
|
|
#
|
|
# Additional libraries
|
|
#
|
|
|
|
PCGormProj_LIBRARIES_DEPEND_UPON += -lProjectCenter
|
|
|
|
#
|
|
# Resource files
|
|
#
|
|
|
|
PCGormProj_RESOURCE_FILES= \
|
|
PC.proj \
|
|
main.m \
|
|
baseInterface.classes \
|
|
baseInterface.gorm
|
|
|
|
|
|
#
|
|
# Header files
|
|
#
|
|
|
|
PCGormProj_HEADERS= \
|
|
PCGormProj.h \
|
|
PCGormProject.h
|
|
|
|
#
|
|
# Class files
|
|
#
|
|
|
|
PCGormProj_OBJC_FILES= \
|
|
PCGormProj.m \
|
|
PCGormProject.m
|
|
|
|
#
|
|
# C files
|
|
#
|
|
|
|
PCGormProj_C_FILES=
|
|
|
|
include ../GNUmakefile.bundles
|
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|