apps-projectcenter/Modules/Preferences/EditorFSC/GNUmakefile
Sergii Stoian 29d7d59abc * Sswitch to new interface setting.
* Modules/Preferences/EditorFSC: Add new prefs section.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@28057 72102866-910b-0410-8b05-ffd578937521
2009-03-09 20:15:10 +00:00

41 lines
597 B
Makefile

#
# GNUmakefile - EditorFSC preferences
#
PACKAGE_NAME = EditorFSC
include $(GNUSTEP_MAKEFILES)/common.make
#
# Bundle
#
BUNDLE_NAME = EditorFSC
BUNDLE_EXTENSION = .preferences
EditorFSC_PRINCIPAL_CLASS = PCEditorFSCPrefs
#
# Additional libraries
#
EditorFSC_LIBRARIES_DEPEND_UPON +=
#
# Resource files
#
EditorFSC_RESOURCE_FILES= \
Resources/EditorFSCPrefs.gorm \
Resources/Info.table
#
# Header files
#
EditorFSC_HEADERS= \
PCEditorFSCPrefs.h
#
# Class files
#
EditorFSC_OBJC_FILES= \
PCEditorFSCPrefs.m
include ../../GNUmakefile.bundles
include $(GNUSTEP_MAKEFILES)/bundle.make