xref: /aoo42x/main/solenv/inc/unxaixp.mk (revision cdf0e10c)
1*cdf0e10cSrcweir#*************************************************************************
2*cdf0e10cSrcweir#
3*cdf0e10cSrcweir# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir#
5*cdf0e10cSrcweir# Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir#
7*cdf0e10cSrcweir# OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir#
9*cdf0e10cSrcweir# This file is part of OpenOffice.org.
10*cdf0e10cSrcweir#
11*cdf0e10cSrcweir# OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir# it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir# only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir#
15*cdf0e10cSrcweir# OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir# but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir# GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir# (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir#
21*cdf0e10cSrcweir# You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir# version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir# <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir# for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir#
26*cdf0e10cSrcweir#*************************************************************************
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir# mak file fuer unxaixp
29*cdf0e10cSrcweirASM=
30*cdf0e10cSrcweirAFLAGS=
31*cdf0e10cSrcweir
32*cdf0e10cSrcweirARCH_FLAGS*=
33*cdf0e10cSrcweir
34*cdf0e10cSrcweirCXX=				xlC_r
35*cdf0e10cSrcweirCC=				xlc_r
36*cdf0e10cSrcweirCFLAGS=			-c -qlanglvl=extended -qchars=signed
37*cdf0e10cSrcweirCDEFS+=			-D_PTHREADS
38*cdf0e10cSrcweirCDEFS+=			-D_STD_NO_NAMESPACE -D_VOS_NO_NAMESPACE -D_UNO_NO_NAMESPACE
39*cdf0e10cSrcweirCFLAGSCC=$(ARCH_FLAGS)
40*cdf0e10cSrcweirCFLAGSCXX=$(ARCH_FLAGS)
41*cdf0e10cSrcweirCFLAGSOBJGUIMT=
42*cdf0e10cSrcweirCFLAGSOBJCUIMT=
43*cdf0e10cSrcweirCFLAGSSLOGUIMT=
44*cdf0e10cSrcweirCFLAGSSLOCUIMT=
45*cdf0e10cSrcweirCFLAGSPROF=
46*cdf0e10cSrcweirCFLAGSDEBUG=
47*cdf0e10cSrcweirCFLAGSDBGUTIL=
48*cdf0e10cSrcweirCFLAGSOPT=		-O
49*cdf0e10cSrcweirCFLAGSNOOPT=
50*cdf0e10cSrcweirCFLAGSOUTOBJ=	-o
51*cdf0e10cSrcweir
52*cdf0e10cSrcweirSTATIC= 		# -Bstatic
53*cdf0e10cSrcweirDYNAMIC= 		# -Bdynamic
54*cdf0e10cSrcweir
55*cdf0e10cSrcweir#
56*cdf0e10cSrcweir# Zu den Linkflags von shared Libraries:
57*cdf0e10cSrcweir#
58*cdf0e10cSrcweir# -G			Erzeugen eines Shared-Objects
59*cdf0e10cSrcweir# -brtl			aktiviert Runtime-Linking, wird von -G mitgesetzt
60*cdf0e10cSrcweir# -bsymbolc		loest Symbole innerhalb einer Library zur Linkzeit auf
61*cdf0e10cSrcweir# -p0			??? (ENOMANPAGESINSTALLABLEFROMCD)
62*cdf0e10cSrcweir# -bnoquiet		verbose
63*cdf0e10cSrcweir#
64*cdf0e10cSrcweirLINK=
65*cdf0e10cSrcweirLINKFLAGS=
66*cdf0e10cSrcweirLINKFLAGSAPPCUI=	xlC_r -qlanglvl=extended -qchars=signed -brtl -bnolibpath
67*cdf0e10cSrcweirLINKFLAGSAPPGUI=	xlC_r -qlanglvl=extended -qchars=signed -brtl -bnolibpath
68*cdf0e10cSrcweirLINKFLAGSSHLCUI=	makeC++SharedLib_r -G -bsymbolic -bdynamic -bnolibpath -p0
69*cdf0e10cSrcweirLINKFLAGSSHLGUI=	makeC++SharedLib_r -G -bsymbolic -bdynamic -bnolibpath -p0
70*cdf0e10cSrcweirLINKFLAGSTACK=
71*cdf0e10cSrcweirLINKFLAGSPROF=
72*cdf0e10cSrcweirLINKFLAGSDEBUG=
73*cdf0e10cSrcweirLINKFLAGSOPT=
74*cdf0e10cSrcweir
75*cdf0e10cSrcweir# Reihenfolge der libs NICHT egal!
76*cdf0e10cSrcweirSTDOBJGUI=
77*cdf0e10cSrcweirSTDSLOGUI=
78*cdf0e10cSrcweirSTDOBJCUI=
79*cdf0e10cSrcweirSTDSLOCUI=
80*cdf0e10cSrcweir# application
81*cdf0e10cSrcweirSTDLIBGUIMT=	# -lX11 -ldl
82*cdf0e10cSrcweirSTDLIBCUIMT=	# -lX11 -ldl
83*cdf0e10cSrcweir# shared library
84*cdf0e10cSrcweirSTDSHLGUIMT=	-lX11 -ldl
85*cdf0e10cSrcweirSTDSHLCUIMT=	-lX11 -ldl
86*cdf0e10cSrcweirTHREADLIB=
87*cdf0e10cSrcweir
88*cdf0e10cSrcweirLIBMGR=			ar
89*cdf0e10cSrcweirLIBFLAGS=		-r
90*cdf0e10cSrcweir# LIBEXT=		.so
91*cdf0e10cSrcweir
92*cdf0e10cSrcweirIMPLIB=
93*cdf0e10cSrcweirIMPLIBFLAGS=
94*cdf0e10cSrcweir
95*cdf0e10cSrcweirMAPSYM=
96*cdf0e10cSrcweirMAPSYMFLAGS=
97*cdf0e10cSrcweir
98*cdf0e10cSrcweirRC=irc
99*cdf0e10cSrcweirRCFLAGS=		-fo$@ $(RCFILES)
100*cdf0e10cSrcweirRCLINK=
101*cdf0e10cSrcweirRCLINKFLAGS=
102*cdf0e10cSrcweirRCSETVERSION=
103*cdf0e10cSrcweir
104*cdf0e10cSrcweirDLLPOSTFIX=		ap
105*cdf0e10cSrcweir.IF "$(WORK_STAMP)"=="MIX364"
106*cdf0e10cSrcweirDLLPOSTFIX=
107*cdf0e10cSrcweir.ENDIF
108*cdf0e10cSrcweirDLLPRE=			lib
109*cdf0e10cSrcweirDLLPOST=		.so
110*cdf0e10cSrcweir
111*cdf0e10cSrcweir
112*cdf0e10cSrcweirLDUMP=			cppfilt /b /n /o /p
113*cdf0e10cSrcweir
114