xref: /aoo41x/main/helpcontent2/settings.pmk (revision 7fb4469b)
130cfceefSAndrew Rist# *************************************************************
230cfceefSAndrew Rist#
330cfceefSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
430cfceefSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
530cfceefSAndrew Rist#  distributed with this work for additional information
630cfceefSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
730cfceefSAndrew Rist#  to you under the Apache License, Version 2.0 (the
830cfceefSAndrew Rist#  "License"); you may not use this file except in compliance
930cfceefSAndrew Rist#  with the License.  You may obtain a copy of the License at
1030cfceefSAndrew Rist#
1130cfceefSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
1230cfceefSAndrew Rist#
1330cfceefSAndrew Rist#  Unless required by applicable law or agreed to in writing,
1430cfceefSAndrew Rist#  software distributed under the License is distributed on an
1530cfceefSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1630cfceefSAndrew Rist#  KIND, either express or implied.  See the License for the
1730cfceefSAndrew Rist#  specific language governing permissions and limitations
1830cfceefSAndrew Rist#  under the License.
1930cfceefSAndrew Rist#
2030cfceefSAndrew Rist# *************************************************************
2130cfceefSAndrew Rist
22cdf0e10cSrcweir.INCLUDE : $(LOCAL_COMMON_OUT)/inc$/aux_langs.mk
23cdf0e10cSrcweir
24cdf0e10cSrcweirmy_cp:=$(CLASSPATH)$(PATH_SEPERATOR)$(SOLARBINDIR)$/jaxp.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/juh.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/parser.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/xt.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/unoil.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/ridl.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/jurt.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/xmlsearch.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/LuceneHelpWrapper.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/HelpIndexerTool.jar$
25cdf0e10cSrcweir
26cdf0e10cSrcweir.IF "$(SYSTEM_LUCENE)" == "YES"
27cdf0e10cSrcweirmy_cp!:=$(my_cp)$(PATH_SEPERATOR)$(LUCENE_CORE_JAR)$(PATH_SEPERATOR)$(LUCENE_ANALYZERS_JAR)
28cdf0e10cSrcweir.ELSE
29*7fb4469bSPedro Giffunimy_cp!:=$(my_cp)$(PATH_SEPERATOR)$(SOLARBINDIR)/lucene-core-2.9.4-dev.jar$(PATH_SEPERATOR)$(SOLARBINDIR)/lucene-analyzers-2.9.4-dev.jar
30cdf0e10cSrcweir.ENDIF
31cdf0e10cSrcweir
32cdf0e10cSrcweiraux_alllangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(aux_langdirs) $(eq,$i,$j  $i $(NULL))))
33