2001-02-10 20:07:39 +00:00
|
|
|
#
|
|
|
|
# GNUmakefile - Generated by the ProjectCenter
|
|
|
|
# Written by Philippe C.D. Robert <phr@projectcenter.ch>
|
|
|
|
#
|
|
|
|
# NOTE: Do NOT change this file -- ProjectCenter maintains it!
|
|
|
|
#
|
|
|
|
# Put all of your customisations in GNUmakefile.preamble and
|
|
|
|
# GNUmakefile.postamble
|
|
|
|
#
|
|
|
|
|
2001-02-09 01:52:44 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
2001-02-10 20:07:39 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# Subprojects
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Main application
|
|
|
|
#
|
|
|
|
|
|
|
|
PACKAGE_NAME=Forge
|
|
|
|
APP_NAME=Forge
|
|
|
|
Forge_APPLICATION_ICON=Images/Forge.tiff
|
|
|
|
#
|
2001-02-09 01:52:44 +00:00
|
|
|
|
2001-02-10 20:07:39 +00:00
|
|
|
# Additional libraries
|
|
|
|
#
|
2001-02-09 01:52:44 +00:00
|
|
|
|
2001-02-10 20:07:39 +00:00
|
|
|
ADDITIONAL_GUI_LIBS +=
|
2001-02-09 01:52:44 +00:00
|
|
|
|
|
|
|
#
|
2001-02-10 20:07:39 +00:00
|
|
|
|
2001-02-09 01:52:44 +00:00
|
|
|
# Resource files
|
|
|
|
#
|
2001-02-10 20:07:39 +00:00
|
|
|
|
|
|
|
Forge_RESOURCE_FILES= \
|
|
|
|
English.lproj/Forge.gorm \
|
|
|
|
ForgeInfo.plist \
|
|
|
|
Images/DownArrow.tiff \
|
|
|
|
Images/Forge.tiff \
|
|
|
|
Images/UpArrow.tiff \
|
|
|
|
Images/i_90d.tiff \
|
|
|
|
Images/i_add.tiff \
|
|
|
|
Images/i_brushes.tiff \
|
|
|
|
Images/i_fliph.tiff \
|
|
|
|
Images/i_flipv.tiff \
|
|
|
|
Images/i_quakeed.tiff \
|
|
|
|
Images/i_sub.tiff \
|
|
|
|
Images/inspectors.tiff \
|
|
|
|
Images/mainwindow.tiff \
|
|
|
|
Images/short.tiff \
|
|
|
|
Images/tall.tiff
|
2001-02-09 01:52:44 +00:00
|
|
|
|
|
|
|
#
|
2001-02-10 20:07:39 +00:00
|
|
|
|
2001-02-09 01:52:44 +00:00
|
|
|
# Header files
|
|
|
|
#
|
2001-02-10 20:07:39 +00:00
|
|
|
|
|
|
|
Forge_HEADERS= \
|
|
|
|
CameraView.h \
|
|
|
|
Clipper.h \
|
|
|
|
Entity.h \
|
|
|
|
EntityArray.h \
|
|
|
|
EntityClass.h \
|
|
|
|
Forge.h \
|
|
|
|
InspectorControl.h \
|
|
|
|
KeypairView.h \
|
|
|
|
Map.h \
|
|
|
|
PopScrollView.h \
|
|
|
|
Preferences.h \
|
|
|
|
Project.h \
|
|
|
|
SetBrush.h \
|
|
|
|
TexturePalette.h \
|
|
|
|
TextureView.h \
|
|
|
|
Things.h \
|
|
|
|
UserPath.h \
|
|
|
|
XYView.h \
|
|
|
|
ZScrollView.h \
|
|
|
|
ZView.h \
|
|
|
|
cmdlib.h \
|
|
|
|
mathlib.h \
|
|
|
|
qedefs.h \
|
|
|
|
render.h
|
2001-02-09 01:52:44 +00:00
|
|
|
|
|
|
|
#
|
2001-02-10 20:07:39 +00:00
|
|
|
|
2001-02-09 01:52:44 +00:00
|
|
|
# Class files
|
|
|
|
#
|
2001-02-10 20:07:39 +00:00
|
|
|
|
|
|
|
Forge_OBJC_FILES= \
|
|
|
|
CameraView.m \
|
|
|
|
Clipper.m \
|
|
|
|
Entity.m \
|
|
|
|
EntityArray.m \
|
|
|
|
EntityClass.m \
|
|
|
|
Forge.m \
|
|
|
|
Forge_main.m \
|
|
|
|
InspectorControl.m \
|
|
|
|
KeypairView.m \
|
|
|
|
Map.m \
|
|
|
|
PopScrollView.m \
|
|
|
|
Preferences.m \
|
|
|
|
Project.m \
|
|
|
|
SetBrush.m \
|
|
|
|
TexturePalette.m \
|
|
|
|
TextureView.m \
|
|
|
|
Things.m \
|
|
|
|
UserPath.m \
|
|
|
|
XYView.m \
|
|
|
|
ZScrollView.m \
|
|
|
|
ZView.m
|
2001-02-09 01:52:44 +00:00
|
|
|
|
|
|
|
#
|
2001-02-10 20:07:39 +00:00
|
|
|
|
2001-02-09 01:52:44 +00:00
|
|
|
# C files
|
|
|
|
#
|
|
|
|
|
2001-02-10 20:07:39 +00:00
|
|
|
Forge_C_FILES= \
|
|
|
|
cmdlib.c \
|
|
|
|
mathlib.c
|
2001-02-09 01:52:44 +00:00
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
2001-02-10 20:07:39 +00:00
|
|
|
-include GNUmakefile.local
|
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
2001-02-09 01:52:44 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/application.make
|
|
|
|
-include GNUmakefile.postamble
|