2007-09-27 07:09:18 -05:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-11 06:20:21 -05:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
2010-02-12 08:01:35 -06:00
|
|
|
# Copyright 2000, 2010 Oracle and/or its affiliates.
|
2007-09-27 07:09:18 -05:00
|
|
|
#
|
2008-04-11 06:20:21 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2007-09-27 07:09:18 -05:00
|
|
|
#
|
2008-04-11 06:20:21 -05:00
|
|
|
# This file is part of OpenOffice.org.
|
2007-09-27 07:09:18 -05:00
|
|
|
#
|
2008-04-11 06:20:21 -05: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.
|
2007-09-27 07:09:18 -05:00
|
|
|
#
|
2008-04-11 06:20:21 -05: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).
|
2007-09-27 07:09:18 -05:00
|
|
|
#
|
2008-04-11 06:20:21 -05: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.
|
2007-09-27 07:09:18 -05:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
PRJ=..
|
|
|
|
|
|
|
|
PRJNAME= bootstrap
|
|
|
|
TARGET = bootstrap.uno
|
|
|
|
ENABLE_EXCEPTIONS=TRUE
|
|
|
|
|
|
|
|
# --- openoffice.org.orig/Settings -----------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : settings.mk
|
|
|
|
DLLPRE =
|
|
|
|
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
2011-11-16 14:18:23 -06:00
|
|
|
SHL1TARGET= $(ENFORCEDSHLPREFIX)$(TARGET)
|
2007-09-27 07:09:18 -05:00
|
|
|
|
|
|
|
LIB1TARGET= $(SLB)$/$(TARGET).lib
|
|
|
|
LIB1FILES= $(SLB)$/bootstrap.lib \
|
|
|
|
$(SLB)$/security.lib \
|
|
|
|
$(SLB)$/servicemgr.lib \
|
|
|
|
$(SLB)$/simplereg.lib \
|
|
|
|
$(SLB)$/nestedreg.lib \
|
|
|
|
$(SLB)$/implreg.lib \
|
|
|
|
$(SLB)$/shlibloader.lib \
|
|
|
|
$(SLB)$/regtypeprov.lib \
|
|
|
|
$(SLB)$/typemgr.lib
|
|
|
|
|
2010-01-29 10:01:54 -06:00
|
|
|
SHL1VERSIONMAP = $(SOLARENV)/src/unloadablecomponent.map
|
2007-09-27 07:09:18 -05:00
|
|
|
|
|
|
|
SHL1STDLIBS= \
|
|
|
|
$(CPPULIB) \
|
|
|
|
$(SALHELPERLIB) \
|
|
|
|
$(CPPUHELPERLIB) \
|
|
|
|
$(SALLIB) \
|
2010-09-10 06:09:39 -05:00
|
|
|
$(REGLIB) \
|
|
|
|
$(XMLREADERLIB)
|
2007-09-27 07:09:18 -05:00
|
|
|
|
|
|
|
SHL1DEPN=
|
|
|
|
SHL1IMPLIB= i$(TARGET)
|
|
|
|
SHL1LIBS= $(SLB)$/$(TARGET).lib
|
|
|
|
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
|
2007-10-15 06:03:40 -05:00
|
|
|
SHL1RPATH= URELIB
|
2007-09-27 07:09:18 -05:00
|
|
|
|
|
|
|
DEF1NAME= $(SHL1TARGET)
|
|
|
|
|
2011-11-16 14:18:23 -06:00
|
|
|
SHL2TARGET= $(ENFORCEDSHLPREFIX)stocservices.uno
|
2007-09-27 07:09:18 -05:00
|
|
|
|
|
|
|
LIB2TARGET= $(SLB)$/stocservices.uno.lib
|
|
|
|
LIB2FILES= \
|
|
|
|
$(SLB)$/stocservices.lib \
|
|
|
|
$(SLB)$/typeconverter.lib \
|
|
|
|
$(SLB)$/uriproc.lib
|
|
|
|
|
2010-01-29 10:01:54 -06:00
|
|
|
SHL2VERSIONMAP = $(SOLARENV)/src/unloadablecomponent.map
|
2007-09-27 07:09:18 -05:00
|
|
|
|
|
|
|
SHL2STDLIBS= \
|
|
|
|
$(CPPULIB) \
|
|
|
|
$(CPPUHELPERLIB) \
|
|
|
|
$(SALLIB)
|
|
|
|
|
|
|
|
SHL2DEPN=
|
|
|
|
SHL2IMPLIB= istocservices.uno
|
|
|
|
SHL2LIBS= $(SLB)$/stocservices.uno.lib
|
|
|
|
SHL2DEF= $(MISC)$/$(SHL2TARGET).def
|
2007-10-15 06:03:40 -05:00
|
|
|
SHL2RPATH= URELIB
|
2007-09-27 07:09:18 -05:00
|
|
|
|
|
|
|
DEF2NAME= $(SHL2TARGET)
|
|
|
|
|
|
|
|
# --- openoffice.org.orig/Targets ------------------------------------------------------
|
|
|
|
|
|
|
|
.INCLUDE : target.mk
|
|
|
|
|
2010-09-10 06:10:07 -05:00
|
|
|
ALLTAR : $(MISC)/bootstrap.component $(MISC)/stocservices.component
|
|
|
|
|
|
|
|
$(MISC)/bootstrap.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
|
|
|
|
bootstrap.component
|
|
|
|
$(XSLTPROC) --nonet --stringparam uri \
|
|
|
|
'$(COMPONENTPREFIX_URE_NATIVE)$(SHL1TARGETN:f)' -o $@ \
|
|
|
|
$(SOLARENV)/bin/createcomponent.xslt bootstrap.component
|
|
|
|
|
|
|
|
$(MISC)/stocservices.component .ERRREMOVE : \
|
|
|
|
$(SOLARENV)/bin/createcomponent.xslt stocservices.component
|
|
|
|
$(XSLTPROC) --nonet --stringparam uri \
|
|
|
|
'$(COMPONENTPREFIX_URE_NATIVE)$(SHL2TARGETN:f)' -o $@ \
|
|
|
|
$(SOLARENV)/bin/createcomponent.xslt stocservices.component
|