1*30cfceefSAndrew Rist# ************************************************************* 2*30cfceefSAndrew Rist# 3*30cfceefSAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 4*30cfceefSAndrew Rist# or more contributor license agreements. See the NOTICE file 5*30cfceefSAndrew Rist# distributed with this work for additional information 6*30cfceefSAndrew Rist# regarding copyright ownership. The ASF licenses this file 7*30cfceefSAndrew Rist# to you under the Apache License, Version 2.0 (the 8*30cfceefSAndrew Rist# "License"); you may not use this file except in compliance 9*30cfceefSAndrew Rist# with the License. You may obtain a copy of the License at 10*30cfceefSAndrew Rist# 11*30cfceefSAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 12*30cfceefSAndrew Rist# 13*30cfceefSAndrew Rist# Unless required by applicable law or agreed to in writing, 14*30cfceefSAndrew Rist# software distributed under the License is distributed on an 15*30cfceefSAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*30cfceefSAndrew Rist# KIND, either express or implied. See the License for the 17*30cfceefSAndrew Rist# specific language governing permissions and limitations 18*30cfceefSAndrew Rist# under the License. 19*30cfceefSAndrew Rist# 20*30cfceefSAndrew Rist# ************************************************************* 21*30cfceefSAndrew 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 29cdf0e10cSrcweirmy_cp!:=$(my_cp)$(PATH_SEPERATOR)$(SOLARBINDIR)/lucene-core-2.3.jar$(PATH_SEPERATOR)$(SOLARBINDIR)/lucene-analyzers-2.3.jar 30cdf0e10cSrcweir.ENDIF 31cdf0e10cSrcweir 32cdf0e10cSrcweiraux_alllangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(aux_langdirs) $(eq,$i,$j $i $(NULL)))) 33