summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_openvms.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_openvms.GNU')
-rw-r--r--include/makeinclude/platform_openvms.GNU53
1 files changed, 0 insertions, 53 deletions
diff --git a/include/makeinclude/platform_openvms.GNU b/include/makeinclude/platform_openvms.GNU
deleted file mode 100644
index f30157eec0e..00000000000
--- a/include/makeinclude/platform_openvms.GNU
+++ /dev/null
@@ -1,53 +0,0 @@
-# $Id$
-
-# for OpenVMS GNV
-
-ACE_OPENVMS = 1
-versioned_so = 0
-ifndef exceptions
- exceptions = 1
-endif
-ifeq (,$(debug))
- debug = 1
-endif
-ifeq (,$(optimize))
- optimize = 0
-endif
-
-VDIR = obj/
-VSHDIR = shobj/
-
-LN_S = cp -p
-DEFFLAGS +=
-#CCFLAGS += -D__USE_STD_IOSTREAM -ieee -Wc/template=noauto -Wc/noimplicit
-CCFLAGS += -D__USE_STD_IOSTREAM -ieee -names_as_is_short
-ifeq ($(debug),1)
-LDFLAGS += -g -threads
-else
-LDFLAGS += -threads
-endif
-DCCFLAGS += -g
-OCCFLAGS += -O
-
-CFLAGS += -ieee
-DCFLAGS += -g
-OCFLAGS += -O
-
-MATHLIB = -lm
-PIC =
-ARFLAGS = -c
-RANLIB = @true
-SOFLAGS = -shared -auto_symvec
-
-LIBS += -lpthread
-
-CC = cc
-CXX = cxx
-LD = $(CXX)
-DLD = $(CXX)
-SOVERSION =
-SOEXT = exe
-EXEEXT = .exe
-INSLIB = $(ACE_ROOT)/lib
-REALCLEAN_FILES += $(CLEANUP_VSHLIB_NO_VER:%.exe=%_symvec.opt) $(CLEANUP_VSHLIB_NO_VER:%.exe=%.DSF) \
- $(CLEANUP_BIN:%=%.DSF)