apps-projectcenter/PCToolProj/GNUmakefile

68 lines
855 B
Text
Raw Normal View History

#
# 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