#
# 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 = appkit-render

PROJECTVERSION = 2.7
PROJECT_TYPE = Loadable Bundle
LANGUAGE = English

CLASSES = OIAppKitImageProcessor.m

HFILES = OIAppKitImageProcessor.h

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


MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = bundle.make
NEXTSTEP_INSTALLDIR = $(OMNI_BUNDLES)
WINDOWS_INSTALLDIR = $(OMNI_BUNDLES)
PDO_UNIX_INSTALLDIR = $(OMNI_BUNDLES)
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
BUNDLE_EXTENSION = plugin


FRAMEWORK_PATHS = -F$(OMNI_FRAMEWORKS)
NEXTSTEP_PB_CFLAGS = -Wall -O2
WINDOWS_PB_CFLAGS = -Wall -O2 -D _NSBUILDING_$(NAME)_DLL
PDO_UNIX_PB_CFLAGS = -Wall -O2
FRAMEWORKS = -framework AppKit -framework Foundation -framework OIF\
             -framework OmniAppKit -framework OmniBase\
             -framework OmniFoundation -framework OmniNetworking\
             -framework OWF


NEXTSTEP_BUILD_OUTPUT_DIR = $(OMNI_BUILDOUTPUT)/Bundles/$(NAME)

WINDOWS_BUILD_OUTPUT_DIR = $(OMNI_BUILDOUTPUT)/Bundles/$(NAME)

PDO_UNIX_BUILD_OUTPUT_DIR = $(OMNI_BUILDOUTPUT)/Bundles/$(NAME)

include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
