41faa44b02
2009-09-22 21:19:24 +0200 cmc r276365 : #i100000# that's the most plausible explanation, -D$(CVER) is needed by scp2 under windows 2009-09-19 16:10:36 +0200 cmc r276303 : #i100000# revert this for no partically good reason 2009-09-18 14:16:47 +0200 cmc r276279 : remove extra build depend 2009-09-18 08:56:15 +0200 cmc r276265 : #i100000# rerun autoconf 2009-09-17 14:59:38 +0200 cmc r276245 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@276192 (milestone: DEV300:m59) 2009-09-10 16:40:49 +0200 pl r276041 : fix warning 2009-09-10 11:34:55 +0200 pl r276026 : disable warning from system header 2009-09-09 19:30:45 +0200 pl r276013 : use osl_getAsciiFunctionSymbol instead of strange cast 2009-09-09 19:25:32 +0200 pl r276012 : add some casting hacks to make compile on solaris cc 2009-09-09 19:10:48 +0200 pl r276009 : add missing Configure option for solaris sparce 32bit 2009-09-09 18:37:05 +0200 pl r276008 : merge fix for #i104525# into moved code 2009-09-07 13:28:08 +0200 cmc r275894 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@275801 (milestone: DEV300:m57) 2009-08-28 12:36:27 +0200 cmc r275523 : CWS-TOOLING: rebase CWS cmcfixes62 to trunk@275331 (milestone: DEV300:m56) 2009-08-26 12:56:18 +0200 cmc r275413 : #i104088# use the right headers in the right place 2009-08-25 17:07:50 +0200 cmc r275372 : #i104500# make openssl build on linux that isn't x86 or x86_64 2009-08-25 13:08:48 +0200 cmc r275347 : #i89237# pretty picswitch up 2009-08-25 10:58:09 +0200 cmc r275342 : #i104489# remove last unused code in starmath 2009-08-25 10:23:33 +0200 cmc r275338 : #i104088# clean up the define post-move 2009-08-24 13:46:57 +0200 cmc r275310 : #i104088# 64bit odbc api changes 2009-08-24 13:42:52 +0200 cmc r275309 : #i89237# unify linux platform mks under a generic parent 2009-08-24 13:19:52 +0200 cmc r275307 : #i104455# remove unused code 2009-08-24 13:10:56 +0200 cmc r275306 : #i104088# 64bit odbc api changes 2009-08-24 10:07:50 +0200 cmc r275293 : #i104306# move recent-used to vcl 2009-08-24 09:32:08 +0200 cmc r275291 : #i104306# move recent-used to vcl 2009-08-23 22:01:07 +0200 cmc r275286 : #i104306# move recently-used to vcl 2009-08-22 15:25:25 +0200 cmc r275285 : #i104088# 64bit odbc api changes 2009-08-21 17:52:40 +0200 cmc r275268 : #i104306# move recently-used to vcl 2009-08-21 14:38:26 +0200 cmc r275257 : #i104408 make these headers ready for c++0x 2009-08-21 14:20:19 +0200 cmc r275251 : #i104406# avoid overlapping strcpy to avoid bustage on recent toolchains 2009-08-21 14:14:25 +0200 cmc r275250 : #i104385# silence 64bit warnings
226 lines
5.3 KiB
Makefile
226 lines
5.3 KiB
Makefile
#*************************************************************************
|
|
#
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
#
|
|
# Copyright 2008 by Sun Microsystems, Inc.
|
|
#
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
|
#
|
|
# $RCSfile: unx.mk,v $
|
|
#
|
|
# $Revision: 1.40 $
|
|
#
|
|
# This file is part of OpenOffice.org.
|
|
#
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
# only, as published by the Free Software Foundation.
|
|
#
|
|
# OpenOffice.org is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU Lesser General Public License version 3 for more details
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
|
#
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
# <http://www.openoffice.org/license.html>
|
|
# for a copy of the LGPLv3 License.
|
|
#
|
|
#*************************************************************************
|
|
|
|
# --- Unix-Environment ---------------------------------------
|
|
# Used if "$(GUI)" == "UNX"
|
|
|
|
|
|
# Dieses Define gilt fuer alle WNT- Plattformen
|
|
# fuer Compiler, wo kein Java unterstuetzt wird, muss dies ge'undeft werden
|
|
#JAVADEF=-DSOLAR_JAVA
|
|
|
|
# --- Compiler ---
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "C50SOLARISS"
|
|
.INCLUDE : unxsols2.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "C50SOLARISI"
|
|
.INCLUDE : unxsoli2.mk
|
|
.ENDIF
|
|
|
|
.IF "$(OS)$(CPU)$(COMEX)" == "SOLARISS3"
|
|
.INCLUDE : unxsols3.mk
|
|
.ENDIF
|
|
|
|
.IF "$(OS)$(CPU)$(COMEX)" == "SOLARISI3"
|
|
.INCLUDE : unxsoli3.mk
|
|
.ENDIF
|
|
|
|
.IF "$(OS)$(CPU)$(COMEX)" == "SOLARISS4"
|
|
.INCLUDE : unxsols4.mk
|
|
.ENDIF
|
|
|
|
.IF "$(OS)$(CPU)$(COMEX)" == "SOLARISI4"
|
|
.INCLUDE : unxsoli4.mk
|
|
.ENDIF
|
|
|
|
.IF "$(OS)$(CPU)$(COMEX)" == "SOLARISU4"
|
|
.INCLUDE : unxsolu4.mk
|
|
.ENDIF
|
|
|
|
.IF "$(OS)$(CPU)$(COMEX)" == "SOLARISX4"
|
|
.INCLUDE : unxsolx4.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "GCCSOLARISS"
|
|
.INCLUDE : unxsogs.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "GCCSOLARISI"
|
|
.INCLUDE : unxsogi.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "GCCSCOI"
|
|
.INCLUDE : unxscoi.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "GCCLINUXS"
|
|
.INCLUDE : unxlngs.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "GCCLINUXI"
|
|
.INCLUDE : unxlngi.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "GCCLINUXX"
|
|
.INCLUDE : unxlngx.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCLINUXPPOWERPC"
|
|
.INCLUDE : unxlngppc.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCLINUXPPOWERPC64"
|
|
.INCLUDE : unxlngppc64.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCLINUX3S390"
|
|
.INCLUDE : unxlngs390.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCLINUX3S390X"
|
|
.INCLUDE : unxlngs390x.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "GCCLINUXR"
|
|
.INCLUDE : unxlngr.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "GCCLINUXA"
|
|
.INCLUDE : unxlnga.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "ACCHPUXR"
|
|
.INCLUDE : unxhpxr.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "GCCHPUXR"
|
|
.INCLUDE : unxhpgr.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "GCCNETBSDA"
|
|
.INCLUDE : unxbsda.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "ICCAIXP"
|
|
.INCLUDE : unxaixp.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(CVER)$(OS)$(CPU)" == "GCCC295NETBSDI"
|
|
.INCLUDE : unxbsdi.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(CVER)$(OS)$(CPU)" == "GCCC300NETBSDI"
|
|
.INCLUDE : unxbsdi2.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "GCCNETBSDS"
|
|
.INCLUDE : unxbsds.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)" == "GCCFREEBSD"
|
|
.INCLUDE : unxfbsd.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "C730IRIXM"
|
|
.INCLUDE : unxirxm3.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "GCCIRIXM"
|
|
.INCLUDE : unxirgm.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "C710IRIXM"
|
|
.INCLUDE : unxirxm.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXP"
|
|
.INCLUDE : unxmacxp.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXI"
|
|
.INCLUDE : unxmacxi.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "GCCLINUXM"
|
|
.INCLUDE : unxlngmips.mk
|
|
.ENDIF
|
|
|
|
.IF "$(COM)$(OS)$(CPU)" == "GCCLINUX6"
|
|
.INCLUDE : unxlngm68k.mk
|
|
.ENDIF
|
|
|
|
# --- general *ix settings ---
|
|
HC=hc
|
|
HCFLAGS=
|
|
PATH_SEPERATOR*=:
|
|
CDEFS+=-D__DMAKE
|
|
|
|
CDEFS+=-DUNIX
|
|
|
|
# fuer linux: bison -y -d
|
|
YACC*=yacc
|
|
YACCFLAGS*=-d -t
|
|
|
|
EXECPOST=
|
|
SCPPOST=.ins
|
|
DLLDEST=$(LB)
|
|
SOLARSHAREDBIN=$(SOLARLIBDIR)
|
|
SONAME_SWITCH*=-h
|
|
|
|
.IF "$(UNIXVERSIONNAMES)"!=""
|
|
DLLPOST!:=$(DLLPOST).$($(UNIXVERSIONNAMES)_MAJOR)
|
|
.ENDIF # "$(UNIXVERSIONNAMES)"!=""
|
|
|
|
# enable building/linking KDE-dependent code in both OOo and SO build environment
|
|
.IF "$(ENABLE_KDE)" != ""
|
|
.IF "$(KDE_ROOT)"!=""
|
|
KDE_CFLAGS:=-I$(KDE_ROOT)/include -DQT_CLEAN_NAMESPACE
|
|
KDE_LIBS:=-lkdeui -lkdecore -lqt-mt
|
|
SOLARLIB+=-L$(KDE_ROOT)/lib
|
|
.ENDIF # "$(KDE_ROOT)"!=""
|
|
.ENDIF # "$(ENABLE_KDE)" != ""
|
|
|
|
# Add SOLARLIBDIR to the end of a (potentially previously undefined)
|
|
# LD_LIBRARY_PATH (there is no real reason to prefer adding at the end over
|
|
# adding at the start); the ": &&" in the bash case enables this to work at the
|
|
# start of a recipe line that is not prefixed by "+" as well as in the middle of
|
|
# an existing && chain; the tcsh case is somewhat imprecise in that it
|
|
# potentially affects multiple commands following on the recipe line:
|
|
.IF "$(USE_SHELL)" == "bash"
|
|
AUGMENT_LIBRARY_PATH *= : && \
|
|
LD_LIBRARY_PATH=$${{LD_LIBRARY_PATH+$${{LD_LIBRARY_PATH}}:}}$(SOLARLIBDIR)
|
|
.ELSE
|
|
AUGMENT_LIBRARY_PATH *= if ($$?LD_LIBRARY_PATH == 1) \
|
|
eval 'setenv LD_LIBRARY_PATH "$${{LD_LIBRARY_PATH}}:$(SOLARLIBDIR)"' && \
|
|
if ($$?LD_LIBRARY_PATH == 0) setenv LD_LIBRARY_PATH "$(SOLARLIBDIR)" &&
|
|
.ENDIF
|