summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sunos5_sunc++_orbix.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-07 18:44:50 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-07 18:44:50 +0000
commit2c9140bc8bde8e8b3a36b04b8e6c7eac50764636 (patch)
tree544792aa4d64c02ae003a647f4fb971734601867 /include/makeinclude/platform_sunos5_sunc++_orbix.GNU
parentc4303cadb6348da1f5a0b0f91515f4b80edf69fd (diff)
downloadATCD-2c9140bc8bde8e8b3a36b04b8e6c7eac50764636.tar.gz
merge in mainline changesACE-4_2
Diffstat (limited to 'include/makeinclude/platform_sunos5_sunc++_orbix.GNU')
-rw-r--r--include/makeinclude/platform_sunos5_sunc++_orbix.GNU22
1 files changed, 5 insertions, 17 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++_orbix.GNU b/include/makeinclude/platform_sunos5_sunc++_orbix.GNU
index 6647d397485..b32dc1cd510 100644
--- a/include/makeinclude/platform_sunos5_sunc++_orbix.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++_orbix.GNU
@@ -1,19 +1,7 @@
-# SunOS 5.x (Solaris 2.x) with SunC++ 4.0.1 or earlier
+# SunOS 5.x (Solaris 2.x) with SunC++ 4.x
# *using* MT Orbix
-CC = cc
-CXX = CC
-CFLAGS += $(DCFLAGS) +w -mt
-CCFLAGS += $(CFLAGS) -noex -pta
-DCFLAGS += -g
-DLD = $(CXX)
-LD = $(CXX)
INCLDIRS = -I$(ORBIX_ROOT)/include
-PIC = -PIC
-LDFLAGS += $(PIC) -L$(ORBIX_ROOT)/lib -R $(WRAPPER_ROOT)/ace -R $(ORBIX_ROOT)/lib
-LIBS += -lorbixmt -lsocket -ldl -lnsl -lthread -lgen
-AR = CC
-ARFLAGS = -xar -o
-RANLIB = echo
-SOFLAGS = -G $(CPPFLAGS)
-SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
- $(SOLINK.cc) -o $@ -h $@ $(LDFLAGS) $(VSHDIR)$*.o
+
+orbix=1
+
+include $(WRAPPER_ROOT)/include/makeinclude/platform_sunos5_sunc++.GNU