2003-09-16 14:23:32 +00:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-11 09:26:18 +00:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
2010-02-12 15:01:35 +01:00
|
|
|
# Copyright 2000, 2010 Oracle and/or its affiliates.
|
2003-09-16 14:23:32 +00:00
|
|
|
#
|
2008-04-11 09:26:18 +00:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2003-09-16 14:23:32 +00:00
|
|
|
#
|
2008-04-11 09:26:18 +00:00
|
|
|
# This file is part of OpenOffice.org.
|
2003-09-16 14:23:32 +00:00
|
|
|
#
|
2008-04-11 09:26:18 +00:00
|
|
|
# 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.
|
2003-09-16 14:23:32 +00:00
|
|
|
#
|
2008-04-11 09:26:18 +00:00
|
|
|
# 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).
|
2003-09-16 14:23:32 +00:00
|
|
|
#
|
2008-04-11 09:26:18 +00:00
|
|
|
# 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.
|
2003-09-16 14:23:32 +00:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
PRJ=..$/..
|
|
|
|
|
|
|
|
PRJNAME=scripting
|
|
|
|
TARGET=basprov
|
|
|
|
ENABLE_EXCEPTIONS=TRUE
|
2008-12-30 13:32:01 +00:00
|
|
|
VISIBILITY_HIDDEN=TRUE
|
2003-09-16 14:23:32 +00:00
|
|
|
COMP1TYPELIST=$(TARGET)
|
|
|
|
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : settings.mk
|
|
|
|
DLLPRE =
|
|
|
|
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
|
|
|
SLOFILES= \
|
|
|
|
$(SLO)$/basprov.obj \
|
2003-09-23 09:02:53 +00:00
|
|
|
$(SLO)$/basscript.obj \
|
|
|
|
$(SLO)$/baslibnode.obj \
|
|
|
|
$(SLO)$/basmodnode.obj \
|
|
|
|
$(SLO)$/basmethnode.obj
|
2003-09-16 14:23:32 +00:00
|
|
|
|
2008-02-25 14:27:45 +00:00
|
|
|
SHL1TARGET= $(TARGET)$(DLLPOSTFIX).uno
|
2003-09-16 14:23:32 +00:00
|
|
|
SHL1IMPLIB= i$(TARGET)
|
|
|
|
|
2010-01-29 17:01:54 +01:00
|
|
|
SHL1VERSIONMAP=$(SOLARENV)/src/component.map
|
2003-09-16 14:23:32 +00:00
|
|
|
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
|
|
|
|
DEF1NAME=$(SHL1TARGET)
|
|
|
|
|
|
|
|
SHL1STDLIBS= \
|
|
|
|
$(SFX2LIB) \
|
|
|
|
$(BASICLIB) \
|
2005-01-13 16:43:38 +00:00
|
|
|
$(VCLLIB) \
|
2010-09-14 11:02:43 +02:00
|
|
|
$(SVLLIB) \
|
2003-09-16 14:23:32 +00:00
|
|
|
$(TOOLSLIB) \
|
2004-07-23 13:08:18 +00:00
|
|
|
$(UCBHELPERLIB) \
|
2003-11-07 12:51:16 +00:00
|
|
|
$(COMPHELPERLIB) \
|
2003-09-16 14:23:32 +00:00
|
|
|
$(CPPUHELPERLIB) \
|
|
|
|
$(CPPULIB) \
|
|
|
|
$(SALLIB)
|
|
|
|
|
|
|
|
SHL1DEPN=
|
|
|
|
SHL1LIBS=$(SLB)$/$(TARGET).lib
|
|
|
|
|
|
|
|
# --- Targets ------------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : target.mk
|
2010-09-10 13:10:07 +02:00
|
|
|
|
|
|
|
ALLTAR : $(MISC)/basprov.component
|
|
|
|
|
|
|
|
$(MISC)/basprov.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
|
|
|
|
basprov.component
|
|
|
|
$(XSLTPROC) --nonet --stringparam uri \
|
|
|
|
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
|
|
|
|
$(SOLARENV)/bin/createcomponent.xslt basprov.component
|