apps-projectcenter/Modules/Editors/ProjectCenter/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

54 lines
949 B
Makefile

#
# GNUmakefile - ProjectCenter.editor
#
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