#  Make WWW line mode browser under unix for  decstation ultrix
#
# MAchine type for distribution:

ASIS_MACH = dec-station/ultrix-4.2
WWW_MACH   = decstation

# Directory for installed binary:
BINDIR = /usr/local/bin

CFLAGS =  -Wall -g
CC = gcc

#_________________ OK if normal W3 distribution
# Where is the WWW source root?
WWW = ../..

#  Where should temporary (object) files go?
WTMP = /tmp


# Where is the W3 object library?
LIBDIR = $(WWW)/Library/$(WWW_MACH)

include $(WWW)/LineMode/Implementation/CommonMakefile
