1e3c01311SAndrew Rist#************************************************************** 2e3c01311SAndrew Rist# 3e3c01311SAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 4e3c01311SAndrew Rist# or more contributor license agreements. See the NOTICE file 5e3c01311SAndrew Rist# distributed with this work for additional information 6e3c01311SAndrew Rist# regarding copyright ownership. The ASF licenses this file 7e3c01311SAndrew Rist# to you under the Apache License, Version 2.0 (the 8e3c01311SAndrew Rist# "License"); you may not use this file except in compliance 9e3c01311SAndrew Rist# with the License. You may obtain a copy of the License at 10e3c01311SAndrew Rist# 11e3c01311SAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 12e3c01311SAndrew Rist# 13e3c01311SAndrew Rist# Unless required by applicable law or agreed to in writing, 14e3c01311SAndrew Rist# software distributed under the License is distributed on an 15e3c01311SAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16e3c01311SAndrew Rist# KIND, either express or implied. See the License for the 17e3c01311SAndrew Rist# specific language governing permissions and limitations 18e3c01311SAndrew Rist# under the License. 19e3c01311SAndrew Rist# 20e3c01311SAndrew Rist#************************************************************** 21e3c01311SAndrew Rist 22e3c01311SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweirPRJ=..$/..$/.. 25cdf0e10cSrcweirPRJNAME=accessibility 26cdf0e10cSrcweirTARGET=accessbridge 27cdf0e10cSrcweirLIBTARGET=NO 28cdf0e10cSrcweirUSE_DEFFILE=TRUE 29cdf0e10cSrcweirENABLE_EXCEPTIONS=TRUE 30cdf0e10cSrcweirVERSIONOBJ= 31cdf0e10cSrcweir 32cdf0e10cSrcweir# --- Settings ----------------------------------------------------- 33cdf0e10cSrcweir 34cdf0e10cSrcweir.INCLUDE : settings.mk 35cdf0e10cSrcweir 36cdf0e10cSrcweir# --- Files -------------------------------------------------------- 37cdf0e10cSrcweir 38cdf0e10cSrcweir.IF "$(GUI)"=="WNT" 39cdf0e10cSrcweir 40cdf0e10cSrcweirSLOFILES= $(SLO)$/WindowsAccessBridgeAdapter.obj 41cdf0e10cSrcweir 42cdf0e10cSrcweirSHL1TARGET=java_uno_accessbridge 43cdf0e10cSrcweirSHL1IMPLIB=i$(SHL1TARGET) 44cdf0e10cSrcweirSHL1STDLIBS=$(VCLLIB) $(TOOLSLIB) $(JVMACCESSLIB) $(CPPULIB) $(SALLIB) 45cdf0e10cSrcweirSHL1OBJS=$(SLOFILES) 46cdf0e10cSrcweirSHL1VERSIONOBJ= 47cdf0e10cSrcweir 48cdf0e10cSrcweirDEF1NAME=$(SHL1TARGET) 49cdf0e10cSrcweirDEF1EXPORTFILE=exports.dxp 50cdf0e10cSrcweir 51cdf0e10cSrcweirSHL1HEADER=$(OUT)$/inc$/WindowsAccessBridgeAdapter.h 52cdf0e10cSrcweir 53cdf0e10cSrcweir.ENDIF # "$(GUI)"=="WNT" 54cdf0e10cSrcweir 55cdf0e10cSrcweir# --- Targets ------------------------------------------------------ 56cdf0e10cSrcweir 57cdf0e10cSrcweir.INCLUDE : target.mk 58cdf0e10cSrcweir 59cdf0e10cSrcweir.IF "$(GUI)"=="WNT" 60cdf0e10cSrcweir 61cdf0e10cSrcweir$(SLO)$/WindowsAccessBridgeAdapter.obj : $(SHL1HEADER) 62cdf0e10cSrcweir 63cdf0e10cSrcweir$(SHL1HEADER) : 64*4261d8dcSOliver-Rainer Wittmann javah -classpath "$(OUT)$/class;$(OUTDIR)$/bin/ridl.jar;$(OUTDIR)$/bin/unoil.jar;$(CLASSPATH)" -o $(SHL1HEADER) org.openoffice.accessibility.WindowsAccessBridgeAdapter 65cdf0e10cSrcweir 66cdf0e10cSrcweir.ENDIF # "$(GUI)"=="WNT" 67