#  Make WWW under unix for rs6000 with no gcc
#

# For W3 distribution, machine type for subdirectories
WWW_MACH = rs6000

# For ASIS
ASIS_MACH = ibm-rs6000/aix-3.2

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

# The AIX compiler does not define unix... AIX will do it and avoid realloc bug
# CFLAGS = -I$(CMN) -I$(LM) -DDEBUG -DAIX
CFLAGS = -I$(CMN) -I$(LM) -g  -DDEBUG -DAIX
# LFLAGS = -lresolv

CC = cc

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

#  Where should temporary (object) files go? Was /tmp but -o doesn't
# work on the CC on this machine, so object files must be in this directory!

WTMP = $(WWW)

# Where is the W3 object library if installed?
LIBDIR = /usr/lib/www

include $(WWW)/LineMode/Implementation/CommonMakefile
