# $Id: Makefile.preamble,v 1.22.2.1 1993/10/07 23:58:24 rensing Exp $
#
# make depend uses the *local* value of CFLAGS, while
# compiling uses CFLAGS + OTHER_CFLAGS *and* passes on values to the 
# subprojects and bundles.

# hippo directory
HIPPO_DIR = ./Hippo.bproj/hippoplotamus

# hippo symbols which drag in all needed stuff
HIPPO_SYM = -u _h_fileParse -u _h_plot -u _h_write -u _h_fprint
 
OTHER_CFLAGS = -I./Hippo.bproj -I$(HIPPO_DIR)

# following to allow dynamic linking and drag in hippo
LDFLAGS = -u libNeXT_s -u libsys_s $(HIPPO_SYM)

# The following lines is for inclusion of hippo
# in the compilation and link steps if you build libhippo there.
OTHER_LIBS = $(HIPPO_DIR)/next/libhippoNext.a
OTHER_DEBUG_LIBS = $(HIPPO_DIR)/next/libhippoNext_debug.a
OTHER_PROF_LIBS = $(HIPPO_DIR)/next/libhippoNext_prof.a

OTHER_PRODUCT_DEPENDS = $(OTHER_LIBS)

# LOCALMAKEDIR is where cvs.postamble is located.
LOCALMAKEDIR = /usr/local/lib

# This keeps Help from rebuilding each time:
VPATH_POSTAMBLE = :$(PRODUCT_ROOT)/$(LANGUAGE).lproj

MSGFILES = Mail.msg
OTHER_OFILES = $(OFILE_DIR)/MailSpeaker.o
