about summary refs log tree commit diff stats
path: root/WWW/Library/osf/Makefile
blob: a81457a60e9f5d936ff2dbd45e40d12498c38260 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#	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