#
# 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 = FileViewer

PROJECTVERSION = 2.6
PROJECT_TYPE = Application
LANGUAGE = English

NEXTSTEP_APPICON = FileViewer.tiff
ICONSECTIONS =	-sectcreate __ICON app FileViewer.tiff

LOCAL_RESOURCES = FileManager.nib FileViewer.nib Info.nib\
                  OpenFolder.tiff Sheaf.tiff

CLASSES = AppDelegate.m File.m FileList.m FileManager.m

HFILES = AppDelegate.h File.h FileList.h FileManager.h

MFILES = FileViewer_main.m

OTHERSRCS = Makefile


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


FRAMEWORK_PATHS = -F$(HOMEDRIVE)/LocalDeveloper/Frameworks
FRAMEWORKS = -framework IconKit -framework Foundation -framework AppKit


include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
