apps-projectcenter/Modules/Debuggers/ProjectCenter/GNUmakefile
Riccardo Mottola 27f8ec6f47 minor
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@39765 72102866-910b-0410-8b05-ffd578937521
2016-05-15 08:26:40 +00:00

56 lines
1 KiB
Makefile

#
# GNUmakefile - ProjectCenter.debugger
#
PACKAGE_NAME = ProjectCenter
include $(GNUSTEP_MAKEFILES)/common.make
#
# Bundle
#
BUNDLE_NAME = ProjectCenter
BUNDLE_EXTENSION = .debugger
ProjectCenter_PRINCIPAL_CLASS = PCDebugger
#
# Additional libraries
#
ProjectCenter_LIBRARIES_DEPEND_UPON +=
#
# Resource files
#
ProjectCenter_RESOURCE_FILES= \
Resources/PCDebugger.gorm \
Resources/Info.table \
Resources/go_button.png \
Resources/continue_button.png \
Resources/pause_button.png \
Resources/restart_button.png \
Resources/next_button.png \
Resources/stepin_button.png \
Resources/stepout_button.png \
Resources/up_button.png \
Resources/down_button.png
#
# Header files
#
ProjectCenter_HEADERS= \
PCDebugger.h \
PCDebugggerView.h \
PCDebuggerViewDelegateProtocol.h \
PipeDelegate.h
#
# Class files
#
ProjectCenter_OBJC_FILES= \
PCDebugger.m \
PCDebuggerView.m \
PipeDelegate.m
#ADDITIONAL_OBJC_LIBS=
include ../../GNUmakefile.bundles
include $(GNUSTEP_MAKEFILES)/bundle.make