about summary refs log tree commit diff stats
path: root/WWW/Library/sgi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/sgi/Makefile')
-rw-r--r--WWW/Library/sgi/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/WWW/Library/sgi/Makefile b/WWW/Library/sgi/Makefile
deleted file mode 100644
index 24530722..00000000
--- a/WWW/Library/sgi/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-#  Make WWW for Silicon Graphics
-#
-# For W3 distribution, machine type for subdirectories
-WWW_MACH = sgi
-
-# Architecutre in ASIS scheme
-#  SGI does not presently have ranlib.  Ignore the error
-#  message about that when the CommonMakefile tries to
-#  invoke it.
-ASIS_MACH = sgi/iris-3.5
-
-CFLAGS = -DDEBUG -O -cckr
-CC = cc
-LFLAGS =
-
-# Directory for installed binary:
-BINDIR = /usr/local/bin
-
-#_________________ OK if normal W3 distribution
-# Where is the WWW source root?
-WWW = ../..
-
-#  Where should temporary (object) files go?
-WTMP = ../..
-
-
-# Where is the W3 object library?
-LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
-
-include $(WWW)/Library/Implementation/CommonMakefile