2002-09-20 13:37:46 +00:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-11 09:29:28 +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.
|
2002-09-20 13:37:46 +00:00
|
|
|
#
|
2008-04-11 09:29:28 +00:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2002-09-20 13:37:46 +00:00
|
|
|
#
|
2008-04-11 09:29:28 +00:00
|
|
|
# This file is part of OpenOffice.org.
|
2002-09-20 13:37:46 +00:00
|
|
|
#
|
2008-04-11 09:29:28 +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.
|
2002-09-20 13:37:46 +00:00
|
|
|
#
|
2008-04-11 09:29:28 +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).
|
2002-09-20 13:37:46 +00:00
|
|
|
#
|
2008-04-11 09:29:28 +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.
|
2002-09-20 13:37:46 +00:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
PRJ=..$/..
|
|
|
|
|
|
|
|
PRJNAME= scripting
|
|
|
|
TARGET= protocolhandler
|
|
|
|
USE_DEFFILE= TRUE
|
|
|
|
ENABLE_EXCEPTIONS=TRUE
|
|
|
|
COMP1TYPELIST=$(TARGET)
|
|
|
|
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : settings.mk
|
|
|
|
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
|
|
|
SLOFILES=\
|
|
|
|
$(SLO)$/scripthandler.obj\
|
|
|
|
|
2008-02-25 14:28:11 +00:00
|
|
|
SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
|
2002-09-20 13:37:46 +00:00
|
|
|
|
|
|
|
SHL1STDLIBS= \
|
2003-10-29 14:44:30 +00:00
|
|
|
$(SFXLIB) \
|
2010-11-04 10:36:00 +01:00
|
|
|
$(FWELIB) \
|
2002-09-20 13:37:46 +00:00
|
|
|
$(CPPULIB) \
|
|
|
|
$(CPPUHELPERLIB) \
|
2004-07-26 15:43:59 +00:00
|
|
|
$(VCLLIB) \
|
2002-09-20 13:37:46 +00:00
|
|
|
$(SALLIB)
|
|
|
|
|
|
|
|
SHL1DEPN=
|
|
|
|
SHL1IMPLIB= i$(TARGET)
|
|
|
|
SHL1LIBS= $(SLB)$/$(TARGET).lib
|
|
|
|
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
|
|
|
|
|
|
|
|
DEF1NAME= $(SHL1TARGET)
|
|
|
|
DEF1EXPORTFILE= exports.dxp
|
|
|
|
|
|
|
|
# --- Targets ------------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : target.mk
|
2010-09-10 13:10:07 +02:00
|
|
|
|
|
|
|
ALLTAR : $(MISC)/protocolhandler.component
|
|
|
|
|
|
|
|
$(MISC)/protocolhandler.component .ERRREMOVE : \
|
|
|
|
$(SOLARENV)/bin/createcomponent.xslt protocolhandler.component
|
|
|
|
$(XSLTPROC) --nonet --stringparam uri \
|
|
|
|
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
|
|
|
|
$(SOLARENV)/bin/createcomponent.xslt protocolhandler.component
|