#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#

NAME = Giger

PROJECTVERSION = 2.5
PROJECT_TYPE = Application
LANGUAGE = English

NEXTSTEP_APPICON = Giger.tiff
NEXTSTEP_DOCICONS = GigerFile.tiff GigerFile.tiff GigerFile.tiff

ICONSECTIONS =	-sectcreate __ICON app Giger.tiff \
		-sectcreate __ICON GigerFile GigerFile.tiff

LOCAL_RESOURCES = Giger.nib Info.nib

GLOBAL_RESOURCES = Giger.tiff GigerFile.tiff Giger.rtf WebObjects

CLASSES = AppController.m GigerInfoView.m ImageView.m Thumber.m

HFILES = AppController.h GigerInfoView.h ImageView.h Thumber.h\
         ThumbProtocols.h

MFILES = Giger_main.m

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
            h.template


MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = app.make
NEXTSTEP_INSTALLDIR = $(HOME)/Apps/Mini
WINDOWS_INSTALLDIR = $(HOME)/Apps
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


FRAMEWORKS = -framework AppKit -framework Foundation\
             -framework MiscAppKit -framework MiscFoundation\
             -framework MiscSupport


include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
