summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrinivas%netscape.com <devnull@localhost>1999-05-12 00:38:44 +0000
committersrinivas%netscape.com <devnull@localhost>1999-05-12 00:38:44 +0000
commit3d9edea2fd1dac71ad923a2f2702256537d7d9d1 (patch)
tree70e23431ddef8ea41a1c5d6e87ecc392951cc49e
parent8a670f2cb00c3882aea25709987e0c5934025b12 (diff)
downloadnspr-hg-3d9edea2fd1dac71ad923a2f2702256537d7d9d1.tar.gz
Initial version of the OpenVMS config file.
Checkin for "Colin R. Blake" <colin@theblakes.com>.
-rw-r--r--config/OpenVMS.mk40
1 files changed, 40 insertions, 0 deletions
diff --git a/config/OpenVMS.mk b/config/OpenVMS.mk
new file mode 100644
index 00000000..ca5005a7
--- /dev/null
+++ b/config/OpenVMS.mk
@@ -0,0 +1,40 @@
+#
+# The contents of this file are subject to the Netscape Public License
+# Version 1.1 (the "NPL"); you may not use this file except in
+# compliance with the NPL. You may obtain a copy of the NPL at
+# http://www.mozilla.org/NPL/
+#
+# Software distributed under the NPL is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
+# for the specific language governing rights and limitations under the
+# NPL.
+#
+# The Initial Developer of this code under the NPL is Netscape
+# Communications Corporation. Portions created by Netscape are
+# Copyright (C) 1998 Netscape Communications Corporation. All Rights
+# Reserved.
+#
+
+#
+# Config stuff for Compaq OpenVMS
+#
+
+include $(MOD_DEPTH)/config/UNIX.mk
+
+ifdef INTERNAL_TOOLS
+CC = c89
+OPTIMIZER = -O
+else
+CC = ccc
+endif
+
+RANLIB = /bin/true
+
+CPU_ARCH_TAG = _$(CPU_ARCH)
+
+NON_LD_FLAGS = -ieee_with_inexact
+
+OS_CFLAGS = -DOSF1 -DVMS
+
+# The command to build a shared library in POSIX on OpenVMS.
+MKSHLIB = c89 -wl,share