mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-24 20:21:20 +00:00
68 lines
863 B
Text
68 lines
863 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 = ToolProject
|
||
|
BUNDLE_NAME = ToolProject
|
||
|
ToolProject_PRINCIPAL_CLASS = PCToolProj
|
||
|
|
||
|
|
||
|
#
|
||
|
# Additional libraries
|
||
|
#
|
||
|
|
||
|
ToolProject_LIBRARIES_DEPEND_UPON += -lProjectCenter
|
||
|
|
||
|
#
|
||
|
# Resource files
|
||
|
#
|
||
|
|
||
|
ToolProject_RESOURCE_FILES= \
|
||
|
Info-project.plist \
|
||
|
PC.proj \
|
||
|
main.m
|
||
|
|
||
|
#
|
||
|
# Header files
|
||
|
#
|
||
|
|
||
|
ToolProject_HEADERS= \
|
||
|
PCToolProj.h \
|
||
|
PCToolProject.h
|
||
|
|
||
|
#
|
||
|
# Class files
|
||
|
#
|
||
|
|
||
|
ToolProject_OBJC_FILES= \
|
||
|
PCToolProj.m \
|
||
|
PCToolProject.m
|
||
|
|
||
|
#
|
||
|
# C files
|
||
|
#
|
||
|
|
||
|
ToolProject_C_FILES=
|
||
|
|
||
|
include ../GNUmakefile.bundles
|
||
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|