summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_tru64_cxx.GNU
blob: a8f08d5a155534ef7ec52b60eadb4bb1947c26b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $Id$

# This platform macros file is intended to work with
# Digital UNIX using the cxx compiler.

# Include the common macros for all compilers
#
include $(ACE_ROOT)/include/makeinclude/platform_tru64_pre.GNU


# Include the macro file for osf1_4.x
#
include $(ACE_ROOT)/include/makeinclude/platform_osf1_4.x_cxx.GNU


# Flags specific to 5.x
#
ifeq (5.,$(findstring 5.,$(ACE_DU_VERSION)))
    SOFLAGS = -shared -use_ld_input $(ACELIB)
endif # ! 5.x


# Include the common macros for all compilers
#
include $(ACE_ROOT)/include/makeinclude/platform_tru64_post.GNU