mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-25 04:31:12 +00:00
66 lines
859 B
Text
66 lines
859 B
Text
|
#
|
||
|
# 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 = BundleProject
|
||
|
BUNDLE_NAME = BundleProject
|
||
|
BundleProject_PRINCIPAL_CLASS = PCBundleProj
|
||
|
|
||
|
|
||
|
#
|
||
|
# Additional libraries
|
||
|
#
|
||
|
|
||
|
BundleProject_LIBRARIES_DEPEND_UPON += -lProjectCenter
|
||
|
|
||
|
#
|
||
|
# Resource files
|
||
|
#
|
||
|
|
||
|
BundleProject_RESOURCE_FILES= \
|
||
|
PC.proj
|
||
|
|
||
|
#
|
||
|
# Header files
|
||
|
#
|
||
|
|
||
|
BundleProject_HEADERS= \
|
||
|
PCBundleProject.h \
|
||
|
PCBundleProj.h
|
||
|
|
||
|
#
|
||
|
# Class files
|
||
|
#
|
||
|
|
||
|
BundleProject_OBJC_FILES= \
|
||
|
PCBundleProject.m \
|
||
|
PCBundleProj.m
|
||
|
|
||
|
#
|
||
|
# C files
|
||
|
#
|
||
|
|
||
|
BundleProject_C_FILES=
|
||
|
|
||
|
include ../GNUmakefile.bundles
|
||
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|