apps-projectcenter/Modules/Editors/ProjectCenter/GNUmakefile
Nicola Pero 077d9acf41 Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=ProjectCenter
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27352 72102866-910b-0410-8b05-ffd578937521
2008-12-19 13:13:49 +00:00

54 lines
977 B
Makefile

#
# GNUmakefile - ProjectCenter.editor
#
PACKAGE_NAME = ProjectCenter
include $(GNUSTEP_MAKEFILES)/common.make
#
# Bundle
#
BUNDLE_NAME = ProjectCenter
BUNDLE_EXTENSION = .editor
ProjectCenter_PRINCIPAL_CLASS = PCEditor
#
# Additional libraries
#
ProjectCenter_LIBRARIES_DEPEND_UPON +=
#
# Resource files
#
ProjectCenter_RESOURCE_FILES= \
Resources/Info.table \
Resources/C.syntax \
Resources/ObjC.syntax \
Resources/Plist.syntax \
Resources/FileC.tiff \
Resources/FileCH.tiff \
Resources/FileH.tiff \
Resources/FileHH.tiff \
Resources/FileM.tiff \
Resources/FileMH.tiff
#
# Header files
#
ProjectCenter_HEADERS= \
PCEditor.h \
PCEditorView.h \
SyntaxDefinition.h \
SyntaxHighlighter.h
#
# Class files
#
ProjectCenter_OBJC_FILES= \
PCEditor.m \
PCEditorView.m \
TextPattern.m \
SyntaxDefinition.m \
SyntaxHighlighter.m
include ../../GNUmakefile.bundles
include $(GNUSTEP_MAKEFILES)/bundle.make