xref: /aoo41x/main/solenv/inc/unxbsda.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 unxbsda
29cdf0e10cSrcweir
30cdf0e10cSrcweirASM=
31cdf0e10cSrcweirAFLAGS=
32cdf0e10cSrcweir
33cdf0e10cSrcweirARCH_FLAGS*=
34cdf0e10cSrcweir
35cdf0e10cSrcweirCC=				gcc -c
36cdf0e10cSrcweirCXX=			g++ -c
37cdf0e10cSrcweirCDEFS+=			-D_STD_NO_NAMESPACE -D_VOS_NO_NAMESPACE -D_UNO_NO_NAMESPACE
38cdf0e10cSrcweirCDEFS+=			-D_REENTRANT 		# -D_PTHREADS -DPOSIX_PTHREAD_SEMANTICS
39cdf0e10cSrcweirCDEFS+= 		-DPRINTER_DUMMY
40cdf0e10cSrcweirCFLAGSCC=		-fsigned-char $(ARCH_FLAGS)
41cdf0e10cSrcweirCFLAGSCXX=		-fsigned-char $(ARCH_FLAGS)
42cdf0e10cSrcweirPICSWITCH:=-fPIC
43cdf0e10cSrcweirCFLAGSOBJGUIMT=
44cdf0e10cSrcweirCFLAGSOBJCUIMT=
45cdf0e10cSrcweirCFLAGSSLOGUIMT=$(PICSWITCH)
46cdf0e10cSrcweirCFLAGSSLOCUIMT=$(PICSWITCH)
47cdf0e10cSrcweirCFLAGSPROF=
48cdf0e10cSrcweirCFLAGSDEBUG=	-g
49cdf0e10cSrcweirCFLAGSDBGUTIL=
50cdf0e10cSrcweirCFLAGSOPT=		-O2
51cdf0e10cSrcweirCFLAGSNOOPT=
52cdf0e10cSrcweirCFLAGSOUTOBJ=	-o
53cdf0e10cSrcweir
54cdf0e10cSrcweirSTATIC=			-Bstatic
55cdf0e10cSrcweirDYNAMIC=		-Bdynamic
56cdf0e10cSrcweir
57cdf0e10cSrcweirTHREADLIB=		pthread
58cdf0e10cSrcweirLINK=			ld -e start -dc -dp
59cdf0e10cSrcweirLINKFLAGS=
60cdf0e10cSrcweirLINKFLAGSAPPGUI=
61cdf0e10cSrcweirLINKFLAGSSHLGUI=
62cdf0e10cSrcweirLINKFLAGSAPPCUI=
63cdf0e10cSrcweirLINKFLAGSSHLCUI=
64cdf0e10cSrcweirLINKFLAGSTACK=
65cdf0e10cSrcweirLINKFLAGSPROF=
66cdf0e10cSrcweirLINKFLAGSDEBUG=
67cdf0e10cSrcweirLINKFLAGSOPT=
68cdf0e10cSrcweir
69cdf0e10cSrcweirSTDOBJGUI=		/usr/lib/crt0.o
70cdf0e10cSrcweirSTDSLOGUI=		/usr/lib/crt0.o
71cdf0e10cSrcweirSTDOBJCUI=		/usr/lib/crt0.o
72cdf0e10cSrcweirSTDSLOCUI=		/usr/lib/crt0.o
73cdf0e10cSrcweirSTDLIBGUIMT=	-Bdynamic -lc -Bstatic -lg++ -lstdc++ -Bdynamic -lm -lgcc -lc -lgcc
74cdf0e10cSrcweirSTDLIBCUIMT=	-Bdynamic -lc -Bstatic -lg++ -lstdc++ -Bdynamic -lm -lgcc -lc -lgcc
75cdf0e10cSrcweirSTDSHLGUIMT=	-Bdynamic -lc -Bstatic -lg++ -lstdc++ -Bdynamic -lm -lgcc -lc -lgcc
76cdf0e10cSrcweirSTDSHLCUIMT=	-Bdynamic -lc -Bstatic -lg++ -lstdc++ -Bdynamic -lm -lgcc -lc -lgcc
77cdf0e10cSrcweir
78cdf0e10cSrcweirLIBMGR=			ar
79cdf0e10cSrcweirLIBFLAGS=		-r
80cdf0e10cSrcweirLIBEXT=			.a
81cdf0e10cSrcweir
82cdf0e10cSrcweirIMPLIB=
83cdf0e10cSrcweirIMPLIBFLAGS=
84cdf0e10cSrcweir
85cdf0e10cSrcweirMAPSYM=
86cdf0e10cSrcweirMAPSYMFLAGS=
87cdf0e10cSrcweir
88cdf0e10cSrcweirRC=irc
89cdf0e10cSrcweirRCFLAGS=		-fo$@ $(RCFILES)
90cdf0e10cSrcweirRCLINK=
91cdf0e10cSrcweirRCLINKFLAGS=
92cdf0e10cSrcweirRCSETVERSION=
93cdf0e10cSrcweir
94*a4f23604SHerbert DürrDLLPOSTFIX=
95cdf0e10cSrcweirDLLPRE=			lib
96cdf0e10cSrcweirDLLPOST=		.so
97cdf0e10cSrcweir
98cdf0e10cSrcweirLDUMP=
99cdf0e10cSrcweir
100