Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
7d2fc4b1
Kaydet (Commit)
7d2fc4b1
authored
Ara 25, 2011
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove stray makefiles
üst
e8d8719c
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
596 deletions
+0
-596
makefile.mk
javaunohelper/com/sun/star/comp/helper/makefile.mk
+0
-54
makefile.mk
javaunohelper/com/sun/star/comp/juhtest/makefile.mk
+0
-50
makefile.mk
javaunohelper/com/sun/star/comp/makefile.mk
+0
-49
makefile.mk
javaunohelper/com/sun/star/lib/uno/adapter/makefile.mk
+0
-54
makefile.mk
javaunohelper/com/sun/star/lib/uno/helper/makefile.mk
+0
-49
makefile.mk
javaunohelper/source/makefile.mk
+0
-134
makefile.mk
javaunohelper/test/com/sun/star/comp/helper/makefile.mk
+0
-52
makefile.mk
javaunohelper/test/com/sun/star/lib/uno/helper/makefile.mk
+0
-68
makefile.mk
javaunohelper/util/makefile.mk
+0
-58
settings.pmk
javaunohelper/util/settings.pmk
+0
-28
No files found.
javaunohelper/com/sun/star/comp/helper/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
e8d8719c
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# 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.
#
#*************************************************************************
PRJ
=
..
$/
..
$/
..
$/
..
$/
..
PRJNAME
=
juhelper
PACKAGE
=
com
$/
sun
$/
star
$/
comp
$/
helper
TARGET
=
com_sun_star_comp_helper
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/settings.pmk
# --- Files --------------------------------------------------------
JAVAFILES
=
\
ComponentContextEntry.java
\
ComponentContext.java
\
Bootstrap.java
\
SharedLibraryLoader.java
\
RegistryServiceFactory.java
\
BootstrapException.java
\
UnoInfo.java
JAVACLASSFILES
=
$
(
foreach,i,
$(JAVAFILES)
$(CLASSDIR)$/$(PACKAGE)$/
$
(
i:b
)
.class
)
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
javaunohelper/com/sun/star/comp/juhtest/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
e8d8719c
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# 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.
#
#*************************************************************************
PRJ
=
..
$/
..
$/
..
$/
..
$/
..
PRJNAME
=
juhelper
PACKAGE
=
com
$/
sun
$/
star
$/
comp
$/
juhtest
TARGET
=
com_sun_star_comp_juhtest
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/settings.pmk
# --- Files --------------------------------------------------------
#todo: we do not want include juh.jar here but use the output tree.
JARFILES
=
unoil.jar ridl.jar jurt.jar
JAVAFILES
=
\
SmoketestCommandEnvironment.java
JAVACLASSFILES
=
$
(
foreach,i,
$(JAVAFILES)
$(CLASSDIR)$/$(PACKAGE)$/
$
(
i:b
)
.class
)
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
javaunohelper/com/sun/star/comp/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
e8d8719c
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# 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.
#
#*************************************************************************
PRJ
=
..
$/
..
$/
..
$/
..
PRJNAME
=
juhelper
PACKAGE
=
com
$/
sun
$/
star
$/
comp
TARGET
=
com_sun_star_comp
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/settings.pmk
# --- Files --------------------------------------------------------
JARFILES
=
ridl.jar jurt.jar unoil.jar
JAVAFILES
=
\
JavaUNOHelperServices.java
JAVACLASSFILES
=
$
(
foreach,i,
$(JAVAFILES)
$(CLASSDIR)$/$(PACKAGE)$/
$
(
i:b
)
.class
)
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
javaunohelper/com/sun/star/lib/uno/adapter/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
e8d8719c
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# 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.
#
#*************************************************************************
PRJ
=
..
$/
..
$/
..
$/
..
$/
..
$/
..
PRJNAME
=
juhelper
PACKAGE
=
com
$/
sun
$/
star
$/
lib
$/
uno
$/
adapter
TARGET
=
com_sun_star_lib_uno_adapter
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/settings.pmk
# --- Files --------------------------------------------------------
JAVAFILES
=
\
XInputStreamToInputStreamAdapter.java
\
XOutputStreamToOutputStreamAdapter.java
\
InputStreamToXInputStreamAdapter.java
\
OutputStreamToXOutputStreamAdapter.java
\
ByteArrayToXInputStreamAdapter.java
\
XOutputStreamToByteArrayAdapter.java
JAVACLASSFILES
=
$
(
foreach,i,
$(JAVAFILES)
$(CLASSDIR)$/$(PACKAGE)$/
$
(
i:b
)
.class
)
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
javaunohelper/com/sun/star/lib/uno/helper/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
e8d8719c
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# 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.
#
#*************************************************************************
PRJ
=
..
$/
..
$/
..
$/
..
$/
..
$/
..
PRJNAME
=
juhelper
PACKAGE
=
com
$/
sun
$/
star
$/
lib
$/
uno
$/
helper
TARGET
=
com_sun_star_lib_uno_helper
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/settings.pmk
JAVAFILES
=
\
ComponentBase.java
\
Factory.java
\
InterfaceContainer.java
\
MultiTypeInterfaceContainer.java
\
PropertySet.java
\
PropertySetMixin.java
\
UnoUrl.java
\
WeakAdapter.java
\
WeakBase.java
.INCLUDE
:
target.mk
javaunohelper/source/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
e8d8719c
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# 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.
#
#*************************************************************************
PRJ
=
..
PRJNAME
=
javaunohelper
TARGET
=
juh
USE_DEFFILE
=
TRUE
ENABLE_EXCEPTIONS
=
TRUE
LIBTARGET
=
NO
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.IF
"$(SOLAR_JAVA)"
==
""
nojava
:
@echo
"Not building javaunohelper because Java is disabled"
.ENDIF
# ------------------------------------------------------------------
UNOUCRDEP
=
$(SOLARBINDIR)$/
udkapi.rdb
UNOUCRRDB
=
$(SOLARBINDIR)$/
udkapi.rdb
UNOUCROUT
=
$(OUT)$/
inc
$/
comprehensive
INCPRE
+=
$(OUT)$/
inc
$/
comprehensive
NO_OFFUH
=
TRUE
CPPUMAKERFLAGS
+=
-C
UNOTYPES
=
\
com.sun.star.beans.NamedValue
\
com.sun.star.container.XHierarchicalNameAccess
\
com.sun.star.loader.XImplementationLoader
\
com.sun.star.registry.XRegistryKey
\
com.sun.star.registry.XSimpleRegistry
\
com.sun.star.beans.XPropertySet
\
com.sun.star.lang.DisposedException
\
com.sun.star.lang.IllegalArgumentException
\
com.sun.star.lang.XTypeProvider
\
com.sun.star.lang.XServiceInfo
\
com.sun.star.lang.XMultiServiceFactory
\
com.sun.star.lang.XMultiComponentFactory
\
com.sun.star.lang.XSingleServiceFactory
\
com.sun.star.lang.XSingleComponentFactory
\
com.sun.star.uno.TypeClass
\
com.sun.star.uno.XWeak
\
com.sun.star.uno.XAggregation
\
com.sun.star.uno.XComponentContext
\
com.sun.star.lang.XInitialization
\
com.sun.star.lang.XComponent
SLOFILES
=
\
$(SLO)$/
javaunohelper.obj
\
$(SLO)$/
bootstrap.obj
\
$(SLO)$/
preload.obj
\
$(SLO)$/
vm.obj
# ------------------------------------------------------------------
LIB1TARGET
=
$(SLB)$/$(SHL1TARGET)
.lib
LIB1OBJFILES
=
\
$(SLO)$/
javaunohelper.obj
\
$(SLO)$/
bootstrap.obj
\
$(SLO)$/
vm.obj
SHL1TARGET
=
juhx
SHL1STDLIBS
=
\
$(JVMACCESSLIB)
\
$(SALHELPERLIB)
\
$(SALLIB)
\
$(CPPULIB)
\
$(CPPUHELPERLIB)
SHL1VERSIONMAP
=
javaunohelper.map
SHL1DEPN
=
SHL1IMPLIB
=
i
$(SHL1TARGET)
SHL1LIBS
=
$(LIB1TARGET)
SHL1DEF
=
$(MISC)$/$(SHL1TARGET)
.def
SHL1RPATH
=
URELIB
DEF1NAME
=
$(SHL1TARGET)
# ------------------------------------------------------------------
LIB2TARGET
=
$(SLB)$/$(SHL2TARGET)
.lib
LIB2OBJFILES
=
\
$(SLO)$/
preload.obj
SHL2TARGET
=
juh
SHL2STDLIBS
=
\
$(SALLIB)
SHL2VERSIONMAP
=
javaunohelper.map
SHL2DEPN
=
SHL2IMPLIB
=
i
$(SHL2TARGET)
SHL2LIBS
=
$(LIB2TARGET)
SHL2DEF
=
$(MISC)$/$(SHL2TARGET)
.def
SHL2RPATH
=
URELIB
DEF2NAME
=
$(SHL2TARGET)
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
javaunohelper/test/com/sun/star/comp/helper/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
e8d8719c
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# 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.
#
#*************************************************************************
PRJ
=
..
$/
..
$/
..
$/
..
$/
..
$/
..
PRJNAME
=
juhelper
PACKAGE
=
com
$/
sun
$/
star
$/
comp
$/
helper
TARGET
=
com_sun_star_comp_helper_test
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
JARFILES
=
jurt.jar ridl.jar
JAVACLASSFILES
=
\
$(CLASSDIR)$/$(PACKAGE)$/
ComponentContext_Test.class
\
$(CLASSDIR)$/$(PACKAGE)$/
SharedLibraryLoader_Test.class
\
$(CLASSDIR)$/$(PACKAGE)$/
RegistryServiceFactory_Test.class
\
$(CLASSDIR)$/$(PACKAGE)$/
Bootstrap_Test.class
JAVAFILES
=
$
(
subst,
$(CLASSDIR)$/$(PACKAGE)$/
,
$
(
subst,.class,.java
$(JAVACLASSFILES)
))
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
javaunohelper/test/com/sun/star/lib/uno/helper/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
e8d8719c
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# 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.
#
#*************************************************************************
PRJ
=
..
$/
..
$/
..
$/
..
$/
..
$/
..
$/
..
PRJNAME
=
juhelper
PACKAGE
=
com
$/
sun
$/
star
$/
lib
$/
uno
$/
helper
TARGET
=
com_sun_star_lib_uno_helper_test
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
JARFILES
=
jurt.jar ridl.jar juh.jar
JAVACLASSFILES
=
\
$(CLASSDIR)$/$(PACKAGE)$/
WeakBase_Test.class
\
$(CLASSDIR)$/$(PACKAGE)$/
ComponentBase_Test.class
\
$(CLASSDIR)$/$(PACKAGE)$/
InterfaceContainer_Test.class
\
$(CLASSDIR)$/$(PACKAGE)$/
MultiTypeInterfaceContainer_Test.class
\
$(CLASSDIR)$/$(PACKAGE)$/
ProxyProvider.class
\
$(CLASSDIR)$/$(PACKAGE)$/
AWeakBase.class
\
$(CLASSDIR)$/$(PACKAGE)$/
PropertySet_Test.class
\
$(CLASSDIR)$/$(PACKAGE)$/
UnoUrlTest.class
\
$(CLASSDIR)$/$(PACKAGE)$/
Factory_Test.class
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
CPATH_JARS
=
java_uno.jar
$(JARFILES)
CPATH_TMP1
=
$
(
foreach,j,
$(CPATH_JARS)
$(SOLARBINDIR)$/$j
)
CPATH_TMP2
=
$
(
strip
$
(
subst,!,
$(PATH_SEPERATOR)
$
(
CPATH_TMP1:s/ /!/
)))
CPATH
=
$(CPATH_TMP2)$(PATH_SEPERATOR)$(OUT)$/
bin
$/
factory_test.jar
$(PATH_SEPERATOR)$(XCLASSPATH)
$(OUT)$/bin$/factory_test.jar
:
$(CLASSDIR)$/$(PACKAGE)$/Factory_Test.class
-rm
-f
$@
@echo RegistrationClassName
:
com.sun.star.lib.uno.helper.Factory_Test > $(OUT)$/bin$/manifest.mf
-jar
cvfm
$@
$(OUT)$/bin$/manifest.mf
-C
$(CLASSDIR)
$(PACKAGE)$/Factory_Test.class
run_factory_test
:
$(OUT)$/bin$/factory_test.jar
-$(GNUCOPY)
$(SOLARBINDIR)$/udkapi.rdb
$(OUT)$/bin$/factory_test.rdb
-java
-classpath
$(CPATH)
com.sun.star.lib.uno.helper.Factory_Test
$(OUT)$/bin$/factory_test.jar
$(OUT)$/bin$/factory_test.rdb
javaunohelper/util/makefile.mk
deleted
100644 → 0
Dosyayı görüntüle @
e8d8719c
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# 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.
#
#*************************************************************************
PRJ
=
..
PRJNAME
=
juhelper
TARGET
=
juh
.INCLUDE
:
settings.mk
.INCLUDE
:
settings.pmk
JARCLASSDIRS
=
com
JARTARGET
=
$(TARGET)
.jar
JARCOMPRESS
=
TRUE
JARCLASSPATH
=
$(JARFILES)
../../lib/ ../bin/
CUSTOMMANIFESTFILE
=
manifest
# Special work necessary for building java reference with javadoc.
# The source of puplic APIs must be delivered and used later in the
# odk module.
ZIP1TARGET
=
$(TARGET)
_src
ZIP1FLAGS
=
-u
-r
ZIP1DIR
=
$(PRJ)
ZIP1LIST
=
com
-x
"*makefile.mk"
# --- Targets ------------------------------------------------------
.INCLUDE
:
target.mk
ALLTAR
:
$(MISC)/juh.component
$(MISC)/juh.component .ERRREMOVE
:
$(SOLARENV)/bin/createcomponent.xslt
\
juh.component
$(XSLTPROC)
--nonet
--stringparam
uri
'$(COMPONENTPREFIX_URE_JAVA)juh.jar'
\
-o
$@
$(SOLARENV)/bin/createcomponent.xslt
juh.component
javaunohelper/util/settings.pmk
deleted
100644 → 0
Dosyayı görüntüle @
e8d8719c
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# 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.
#
#*************************************************************************
JARFILES = ridl.jar jurt.jar
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment