apps-projectcenter/Modules/ToolProject/GNUmakefile
Sergii Stoian 6f7a22551b Start merging branches
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@19495 72102866-910b-0410-8b05-ffd578937521
2004-06-11 13:43:02 +00:00

61 lines
870 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
#
# Bundle
#
PACKAGE_NAME = ToolProject
BUNDLE_NAME = ToolProject
ToolProject_PRINCIPAL_CLASS = PCToolProj
#
# Additional libraries
#
ToolProject_LIBRARIES_DEPEND_UPON += -lProjectCenter
#
# Resource files
#
ToolProject_RESOURCE_FILES= \
Resources/PC.project \
Resources/main.m \
Resources/Inspector.gorm
#
# 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