about summary refs log blame commit diff stats
path: root/WWW/Library/osf/Makefile
blob: a81457a60e9f5d936ff2dbd45e40d12498c38260 (plain) (tree)






















                                                                    
#	Platform-specific Makefile for W3 Library	(decstation)
#	-----------------------------------------
#

WWW = ../..

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


#CFLAGS = 
CFLAGS = -DSYS5 
CC = cc -O
#LFLAGS =
LFLAGS = 

ASIS_MACH = alpha/osf1
WWW_MACH = osf

# Directory for installed binary:
LIBDIR = /usr/local/lib

include $(WWW)/Library/Implementation/CommonMakefile