summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_osf1_3.2.GNU
blob: e7bda25309b651c78e7b604e006c42ddb7335c05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $Id$

# This platform macros file is intended to work with Digital UNIX 3.2 (OSF/1 3.2).

CC		= cxx
CXX		= $(CC)
CFLAGS          += $(DCFLAGS) -ptr $(ACE_ROOT)/ptrepository
CCFLAGS		+= $(CFLAGS) -x cxx -w0
DCFLAGS		+= -g -threads
DLD		= ld -shared -expect_unresolved '*'
LD		= $(CXX)
LIBS		+= -lpthreads -lmach -lsys5 -lxti -ltli -lcxx -lexc -lc -lrt
PIC		= -pic
ARFLAGS		= ruv
RANLIB		= ranlib
SOFLAGS		= -shared 
SOBUILD		= $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
		  $(SOLINK.cc) -o $@ $(LDFLAGS) $(VSHDIR)$*.o -lcxx -ltask -lexc -lc