#		Make WorldWideWeb daemons
#
# To port to another machine, you may have to alter some of the defienitions
# of this Makefile a little.
#
# For the WAIS gateway, you need a WAIS release at the same directory
# level as WWW or else set the pointer WAIS below to point to it.
# Also, WBIN should be [linked to] the WAIS bin
# directory for this machine.
#

WAIS = ../../../../WAIS
WIR = $(WAIS)/ir
WBIN = bin

# WAIS library for WAIS b3.
WAISLIB = $(WBIN)/ui.a

# WAIS library for WAIS-b4 (maybe not alll needed)
#WAISLIB =   $(WBIN)/client.a $(WBIN)/inv.a \
#	$(WBIN)/wais.a $(WBIN)/libftw.a $(WBIN)/sig.a

CFLAGS = -g
CC = cc

WWW = ../..

include ../Implementation/CommonMakefile
