quakeforge/tools/Forge/GNUmakefile
2001-02-10 20:07:39 +00:00

126 lines
1.8 KiB
Makefile

#
# 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
#
include $(GNUSTEP_MAKEFILES)/common.make
#
# Subprojects
#
#
# Main application
#
PACKAGE_NAME=Forge
APP_NAME=Forge
Forge_APPLICATION_ICON=Images/Forge.tiff
#
# Additional libraries
#
ADDITIONAL_GUI_LIBS +=
#
# Resource files
#
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
#
# Header files
#
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
#
# Class files
#
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
#
# C files
#
Forge_C_FILES= \
cmdlib.c \
mathlib.c
-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/application.make
-include GNUmakefile.postamble