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