summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_hpux.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_hpux.GNU')
-rw-r--r--ACE/include/makeinclude/platform_hpux.GNU30
1 files changed, 30 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_hpux.GNU b/ACE/include/makeinclude/platform_hpux.GNU
new file mode 100644
index 00000000000..5226189c387
--- /dev/null
+++ b/ACE/include/makeinclude/platform_hpux.GNU
@@ -0,0 +1,30 @@
+# $Id$
+
+debug = 1
+
+# First, extract the OS version number.
+HPVERS_WORDS := $(subst ., ,$(shell uname -r))
+HPUX_VERS := $(join $(word 2,$(HPVERS_WORDS)),$(word 3,$(HPVERS_WORDS)))
+#
+
+CC = /bin/cc
+CXX = /usr/bin/CC -pta -ti,/bin/true -tr,/bin/true
+CFLAGS = -Aa -z +a1
+CCFLAGS = $(CFLAGS) -D_REENTRANT -DACE_LACKS_PRAGMA_ONCE -DHPUX_VERS=$(HPUX_VERS)
+DCFLAGS += -g
+DLD = /usr/bin/CC
+LD = /usr/bin/CC
+PIC = +Z
+ARFLAGS = ruv
+RANLIB = echo
+LDFLAGS = -L$(ACE_ROOT)/lib -Wl,+s
+LIBS += -lxti
+SOFLAGS += -b
+SOEXT = sl
+SOBUILD = @echo ""; \
+ echo "$(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<"; \
+ $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
+ echo "$(SOLINK.cc) -o $@ $(VSHDIR)$*.o"; \
+ $(SOLINK.cc) -o $@ $(VSHDIR)$*.o
+SONAME =
+SOVERSION =