summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/lynx/WWW/Library/sgi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/lynx/WWW/Library/sgi/Makefile')
-rw-r--r--gnu/usr.bin/lynx/WWW/Library/sgi/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/gnu/usr.bin/lynx/WWW/Library/sgi/Makefile b/gnu/usr.bin/lynx/WWW/Library/sgi/Makefile
new file mode 100644
index 00000000000..24530722fb7
--- /dev/null
+++ b/gnu/usr.bin/lynx/WWW/Library/sgi/Makefile
@@ -0,0 +1,30 @@
+# 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