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

PROJECTVERSION = 2.7
PROJECT_TYPE = Application
LANGUAGE = English

ICONSECTIONS =	-sectcreate __ICON app $(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Resources/NSDefaultApplicationIcon.tiff

LOCAL_RESOURCES = Zephyr.nib MessageBrowser.nib NewMessage.nib\
                  AboutBox.nib

GLOBAL_RESOURCES = Authenticated.tiff Clean.tiff Compose.tiff\
                   Delete.tiff Deliver.tiff Encrypted.tiff Find.tiff\
                   Next.tiff Previous.tiff README.rtf

CLASSES = ZephyrApplication.m ZephyrClient.m ZephyrMessage.m\
          NewMessageController.m MessageBrowser.m Extensions.m

HFILES = NSZephyr.h ZephyrApplication.h ZephyrClient.h ZephyrMessage.h\
         ZephyrViewer.h MessageBrowser.h NewMessageController.h\
         Extensions.h zwgc_driver.h message_parser.h

MFILES = NSZephyr_main.m zwgc_driver.m message_parser.m

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble TODO\
            IMPLEMENTATION


MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = app.make
NEXTSTEP_INSTALLDIR = /Local/Applications
WINDOWS_INSTALLDIR = /MyApps
LIBS = -lzephyr -lkrb4 -ldes425 -lkrb524 -lkrb5 -lcrypto -lcom_err
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


HEADER_PATHS = -I/Local/Library/Frameworks/Kerberos.framework/Headers\
               -I/Local/Library/Frameworks/Kerberos.framework/Headers/kerberosIV
LIBRARY_PATHS = -L/usr/local/lib -L$(builddir)/lib/zephyr\
                -L$(builddir)/lib/et
NEXTSTEP_PB_CFLAGS = -Wall -Werror -traditional-cpp -DNS_DISPLAY -DDATADIR="$(DATADIR)" -DX_DISPLAY_MISSING -DZEPHYR_USES_KERBEROS
FRAMEWORKS = -framework AppKit -framework Foundation
PUBLIC_HEADERS = ZephyrClient.h ZephyrMessage.h ZephyrViewer.h\
                 ZephyrApplication.h



NEXTSTEP_BUILD_OUTPUT_DIR = $(builddir)/clients/NSZephyr

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 = $(NEXTDEV_BIN)/javac

include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
