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

PROJECTVERSION = 2.6
PROJECT_TYPE = Application
LANGUAGE = English

NEXTSTEP_APPICON = ScrollDir.tiff
WINDOWS_APPICON = ScrollDir.ico
ICONSECTIONS =	-sectcreate __ICON app ScrollDir.tiff

GLOBAL_RESOURCES = DirWindow.nib Info.nib ScrollDir-macintosh.nib\
                   ScrollDir-windows.nib ScrollDir.nib SD_PageLayout.nib\
                   Align.HCentered.VCentered.tiff\
                   Align.HCentered.VTop.tiff Align.HLeft.VCentered.tiff\
                   Align.HLeft.VTop.tiff Lock.insecure.tiff\
                   Lock.secure.tiff Pagination.HAuto.VAuto.tiff\
                   Pagination.HAuto.VClip.tiff Pagination.HAuto.VFit.tiff\
                   Pagination.HClip.VAuto.tiff\
                   Pagination.HClip.VClip.tiff Pagination.HClip.VFit.tiff\
                   Pagination.HFit.VAuto.tiff Pagination.HFit.VClip.tiff\
                   Pagination.HFit.VFit.tiff ScrollDir.ico\
                   ScrollDir.tiff PACKAGE_NUMBER README.rtf

CLASSES = Defaults.m DirController.m DirWindow.m SD_PageLayout.m

HFILES = Defaults.h DirController.h DirWindow.h SD_PageLayout.h

MFILES = ScrollDir_main.m

OTHERSRCS = Makefile Makefile.postamble Makefile.preamble


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


FRAMEWORK_PATHS = -F$(NEXT_ROOT)/LocalLibrary/Frameworks
NEXTSTEP_PB_CFLAGS = -Werror -Wwrite-strings
WINDOWS_PB_CFLAGS = -Werror -Wwrite-strings
FRAMEWORKS = -framework MiscTableScroll -framework Foundation\
             -framework AppKit


include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
