#		Make WorldWideWeb daemons	-- NeXT
#
# 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.
#
INC = ./CommonSource
CMN = ./CommonSource
SRC = ./CommonDaemon

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 = -Wall -I$(INC) -DDEBUG -g
CC = cc
LFLAGS =  -lNeXT_s -lsys_s

include $(SRC)/CommonMakefile
