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

PROJECTVERSION = 2.8
PROJECT_TYPE = Loadable Bundle
English_RESOURCES = HTTPSInformation.nib HTTPSPreferences.nib\
                    HTTPS.README Localizable.strings

LANGUAGES = English

GLOBAL_RESOURCES = HTTPS.tiff

CLASSES = CTXHandler.m HTTPSFunctions.m HTTPSInformation.m\
          HTTPSPreferences.m HTTPSProcessor.m HTTPSSession.m\
          HTTPSSessionQueue.m OWTask+HTTPSExtension.m SSLSocket.m

HFILES = CTXHandler.h HTTPSFunctions.h HTTPSInformation.h\
         HTTPSPreferences.h HTTPSProcessor.h HTTPSSession.h\
         HTTPSSessionQueue.h OWTask+HTTPSExtension.h SSLSocket.h\
         HTTPSUtilities.h

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

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


FRAMEWORKS = -framework AppKit -framework Foundation\
             -framework OmniAppKit -framework OmniFoundation\
             -framework OmniNetworking -framework OWF -framework OpenSSL


NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac

include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
