# Make Arena under solaris for sun 4 # # For W3 distribution, machine type for subdirectories WWW_MACH = hppa-hpux # The ASIS repository's name for the machine we are on #ASIS_MACH = sun-4/sunos-4.1.1 # Options for cc #CC = cc #CFLAGS = -DDEBUG #LFLAGS = -Bstatic # Options for gcc CC = gcc #CFLAGS = -Wall -O3 CFLAGS = -g -O2 -Wall -DNO_GETWD -DHAS_GETCWD -fwritable-strings -DNO_STRPTIME -DSELECTION -DJPEG -I/usr/include/X11R5 LFLAGS = # Directory for installed binary: BINDIR = /usr/local/bin/X11 #BINDIR = ../../LineMode/sun4 #_________________ OK if normal W3 distribution # Where is the WWW source root? WWW = ../.. # Where should temporary (object) files go? # WTMP = /usr/tmp WTMP = $(WWW) # Where is the W3 object library? #LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH) USELIBDIR = ../../Library/$(WWW_MACH) XLIBDIR = -L/usr/lib/X11R5 OTHERLIB = -lm LIBRARYJPEG = -ljpegv5