diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 09:33:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 09:33:09 +0000 |
commit | d8cda644d84f0c85f9b3037b7ec853291562b279 (patch) | |
tree | b93622751b186bdccb610d38c9119ff077314c95 /vcl/util/linksvp | |
parent | 33754523f84468e323fde204479dbe6bbbb40852 (diff) |
INTEGRATION: CWS mergesvp (1.1.2); FILE ADDED
2007/06/29 15:46:11 pl 1.1.2.1: #78931# link svp in a separate directory o avoid linking libX11
Diffstat (limited to 'vcl/util/linksvp')
-rw-r--r-- | vcl/util/linksvp/makefile.mk | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/vcl/util/linksvp/makefile.mk b/vcl/util/linksvp/makefile.mk new file mode 100644 index 000000000000..0cc91b962dcf --- /dev/null +++ b/vcl/util/linksvp/makefile.mk @@ -0,0 +1,78 @@ +#************************************************************************* +# +# OpenOffice.org - a multi-platform office productivity suite +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.2 $ +# +# last change: $Author: rt $ $Date: 2007-07-24 10:33:09 $ +# +# The Contents of this file are made available subject to +# the terms of GNU Lesser General Public License Version 2.1. +# +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2005 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library 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 for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +#************************************************************************* + +PRJ=..$/.. + +PRJNAME=vcl +TARGET=svp +TARGETTYPE=CUI + +.IF "$(OS)" == "SOLARIS" +LINKFLAGSRUNPATH=-R/usr/sfw/lib -R\''$$ORIGIN'\' +.ENDIF + +# --- Settings ----------------------------------------------------------- + +.INCLUDE : settings.mk + +.IF "$(GUIBASE)" == "unx" +# headless plugin +LIB1TARGET=$(SLB)$/isvpplug +LIB1FILES= $(SLB)$/svpplug.lib +SHL1TARGET=vclplug_svp$(UPD)$(DLLPOSTFIX) +SHL1IMPLIB=isvpplug +SHL1LIBS=$(LIB1TARGET) +SHL1DEPN=$(LB)$/libvcl$(UPD)$(DLLPOSTFIX)$(DLLPOST) +SHL1STDLIBS=\ + $(VCLLIB)\ + -lpsp$(UPD)$(DLLPOSTFIX)\ + $(BASEBMPLIB)\ + $(BASEGFXLIB)\ + $(SOTLIB) \ + $(UNOTOOLSLIB) \ + $(TOOLSLIB) \ + $(COMPHELPERLIB) \ + $(UCBHELPERLIB) \ + $(CPPUHELPERLIB) \ + $(CPPULIB) \ + $(VOSLIB) \ + $(SALLIB) +.ENDIF # GUIBASE unx + + +# --- Allgemein ---------------------------------------------------------- + +.INCLUDE : target.mk + |