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

PROJECTVERSION = 2.6
PROJECT_TYPE = Loadable Bundle
LANGUAGE = English

LOCAL_RESOURCES = PrintPreferences.nib

GLOBAL_RESOURCES = PrintExtensions.tiff

CLASSES = NSView+OWPrinting.m PrintPreferences.m

HFILES = NSView+OWPrinting.h PrintPreferences.h

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

MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = bundle.make
NEXTSTEP_INSTALLDIR = /LocalLibrary/PlugIns
WINDOWS_INSTALLDIR = /MyBundles
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
BUNDLE_EXTENSION = plugin


FRAMEWORKS = -framework AppKit -framework Foundation\
             -framework OmniAppKit -framework OmniFoundation\
             -framework OmniHTML -framework OWF


include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
