xref: /aoo42x/main/solenv/inc/unxbsda.mk (revision 7871dc3e)
1*7871dc3eSAndrew Rist#**************************************************************
2*7871dc3eSAndrew Rist#
3*7871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*7871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*7871dc3eSAndrew Rist#  distributed with this work for additional information
6*7871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*7871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*7871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
9*7871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
10*7871dc3eSAndrew Rist#
11*7871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*7871dc3eSAndrew Rist#
13*7871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*7871dc3eSAndrew Rist#  software distributed under the License is distributed on an
15*7871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
17*7871dc3eSAndrew Rist#  specific language governing permissions and limitations
18*7871dc3eSAndrew Rist#  under the License.
19*7871dc3eSAndrew Rist#
20*7871dc3eSAndrew Rist#**************************************************************
21*7871dc3eSAndrew Rist
22*7871dc3eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir# mak file fuer unxbsda
25cdf0e10cSrcweir
26cdf0e10cSrcweirASM=
27cdf0e10cSrcweirAFLAGS=
28cdf0e10cSrcweir
29cdf0e10cSrcweirARCH_FLAGS*=
30cdf0e10cSrcweir
31cdf0e10cSrcweirCC=				gcc -c
32cdf0e10cSrcweirCXX=			g++ -c
33cdf0e10cSrcweirCDEFS+=			-D_STD_NO_NAMESPACE -D_VOS_NO_NAMESPACE -D_UNO_NO_NAMESPACE
34cdf0e10cSrcweirCDEFS+=			-D_REENTRANT 		# -D_PTHREADS -DPOSIX_PTHREAD_SEMANTICS
35cdf0e10cSrcweirCDEFS+= 		-DPRINTER_DUMMY
36cdf0e10cSrcweirCFLAGSCC=		-fsigned-char $(ARCH_FLAGS)
37cdf0e10cSrcweirCFLAGSCXX=		-fsigned-char $(ARCH_FLAGS)
38cdf0e10cSrcweirPICSWITCH:=-fPIC
39cdf0e10cSrcweirCFLAGSOBJGUIMT=
40cdf0e10cSrcweirCFLAGSOBJCUIMT=
41cdf0e10cSrcweirCFLAGSSLOGUIMT=$(PICSWITCH)
42cdf0e10cSrcweirCFLAGSSLOCUIMT=$(PICSWITCH)
43cdf0e10cSrcweirCFLAGSPROF=
44cdf0e10cSrcweirCFLAGSDEBUG=	-g
45cdf0e10cSrcweirCFLAGSDBGUTIL=
46cdf0e10cSrcweirCFLAGSOPT=		-O2
47cdf0e10cSrcweirCFLAGSNOOPT=
48cdf0e10cSrcweirCFLAGSOUTOBJ=	-o
49cdf0e10cSrcweir
50cdf0e10cSrcweirSTATIC=			-Bstatic
51cdf0e10cSrcweirDYNAMIC=		-Bdynamic
52cdf0e10cSrcweir
53cdf0e10cSrcweirTHREADLIB=		pthread
54cdf0e10cSrcweirLINK=			ld -e start -dc -dp
55cdf0e10cSrcweirLINKFLAGS=
56cdf0e10cSrcweirLINKFLAGSAPPGUI=
57cdf0e10cSrcweirLINKFLAGSSHLGUI=
58cdf0e10cSrcweirLINKFLAGSAPPCUI=
59cdf0e10cSrcweirLINKFLAGSSHLCUI=
60cdf0e10cSrcweirLINKFLAGSTACK=
61cdf0e10cSrcweirLINKFLAGSPROF=
62cdf0e10cSrcweirLINKFLAGSDEBUG=
63cdf0e10cSrcweirLINKFLAGSOPT=
64cdf0e10cSrcweir
65cdf0e10cSrcweirSTDOBJGUI=		/usr/lib/crt0.o
66cdf0e10cSrcweirSTDSLOGUI=		/usr/lib/crt0.o
67cdf0e10cSrcweirSTDOBJCUI=		/usr/lib/crt0.o
68cdf0e10cSrcweirSTDSLOCUI=		/usr/lib/crt0.o
69cdf0e10cSrcweirSTDLIBGUIMT=	-Bdynamic -lc -Bstatic -lg++ -lstdc++ -Bdynamic -lm -lgcc -lc -lgcc
70cdf0e10cSrcweirSTDLIBCUIMT=	-Bdynamic -lc -Bstatic -lg++ -lstdc++ -Bdynamic -lm -lgcc -lc -lgcc
71cdf0e10cSrcweirSTDSHLGUIMT=	-Bdynamic -lc -Bstatic -lg++ -lstdc++ -Bdynamic -lm -lgcc -lc -lgcc
72cdf0e10cSrcweirSTDSHLCUIMT=	-Bdynamic -lc -Bstatic -lg++ -lstdc++ -Bdynamic -lm -lgcc -lc -lgcc
73cdf0e10cSrcweir
74cdf0e10cSrcweirLIBMGR=			ar
75cdf0e10cSrcweirLIBFLAGS=		-r
76cdf0e10cSrcweirLIBEXT=			.a
77cdf0e10cSrcweir
78cdf0e10cSrcweirIMPLIB=
79cdf0e10cSrcweirIMPLIBFLAGS=
80cdf0e10cSrcweir
81cdf0e10cSrcweirMAPSYM=
82cdf0e10cSrcweirMAPSYMFLAGS=
83cdf0e10cSrcweir
84cdf0e10cSrcweirRC=irc
85cdf0e10cSrcweirRCFLAGS=		-fo$@ $(RCFILES)
86cdf0e10cSrcweirRCLINK=
87cdf0e10cSrcweirRCLINKFLAGS=
88cdf0e10cSrcweirRCSETVERSION=
89cdf0e10cSrcweir
90a4f23604SHerbert DürrDLLPOSTFIX=
91cdf0e10cSrcweirDLLPRE=			lib
92cdf0e10cSrcweirDLLPOST=		.so
93cdf0e10cSrcweir
94cdf0e10cSrcweirLDUMP=
95cdf0e10cSrcweir
96