apps-projectcenter/Modules/Projects/Tool/GNUmakefile
Sergii Stoian f113470a11 continuing merging...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@24242 72102866-910b-0410-8b05-ffd578937521
2006-12-26 11:00:33 +00:00

42 lines
588 B
Makefile

#
# GNUmakefile - ToolProject
#
include $(GNUSTEP_MAKEFILES)/common.make
#
# Bundle
#
BUNDLE_NAME = Tool
BUNDLE_EXTENSION = .project
Tool_PRINCIPAL_CLASS = PCToolProject
#
# Additional libraries
#
Tool_LIBRARIES_DEPEND_UPON +=
#
# Resource files
#
Tool_RESOURCE_FILES= \
Resources/PC.project \
Resources/main.m \
Resources/Inspector.gorm \
Resources/Info.table \
Resources/Info.gnustep
#
# Header files
#
Tool_HEADERS= \
PCToolProject.h
#
# Class files
#
Tool_OBJC_FILES= \
PCToolProject.m
include ../../GNUmakefile.bundles
include $(GNUSTEP_MAKEFILES)/bundle.make