xref: /AOO42X/main/qadevOOo/makefile.mk (revision 5300d4fea360b7556bf5ac8cab438e77153e8bd7)
1012aa1e8SAndrew Rist#**************************************************************
2cdf0e10cSrcweir#
3012aa1e8SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4012aa1e8SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5012aa1e8SAndrew Rist#  distributed with this work for additional information
6012aa1e8SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7012aa1e8SAndrew Rist#  to you under the Apache License, Version 2.0 (the
8012aa1e8SAndrew Rist#  "License"); you may not use this file except in compliance
9012aa1e8SAndrew Rist#  with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir#
11012aa1e8SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir#
13012aa1e8SAndrew Rist#  Unless required by applicable law or agreed to in writing,
14012aa1e8SAndrew Rist#  software distributed under the License is distributed on an
15012aa1e8SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16012aa1e8SAndrew Rist#  KIND, either express or implied.  See the License for the
17012aa1e8SAndrew Rist#  specific language governing permissions and limitations
18012aa1e8SAndrew Rist#  under the License.
19cdf0e10cSrcweir#
20012aa1e8SAndrew Rist#**************************************************************
21cdf0e10cSrcweir
22cdf0e10cSrcweir
23cdf0e10cSrcweirPRJNAME = OOoRunner
24cdf0e10cSrcweirTARGET=qadevOOo
25cdf0e10cSrcweirPRJ=.
26cdf0e10cSrcweir
27cdf0e10cSrcweir# ------------------------------------------------
28cdf0e10cSrcweir# NEVER REMOVE THIS!
29cdf0e10cSrcweir# The OOoRunner.jar and OOoRunnerLight.jar should build with debug information all the time, also in the .pro builds.
30cdf0e10cSrcweir# If you have any questions about this, ask the qadevOOo Maintainer.
31cdf0e10cSrcweirdebug=true
32cdf0e10cSrcweir# ------------------------------------------------
33cdf0e10cSrcweir
34cdf0e10cSrcweir.INCLUDE : ant.mk
35cdf0e10cSrcweirTST:
36cdf0e10cSrcweir    echo $(SOLAR_JAVA)
37cdf0e10cSrcweir
38cdf0e10cSrcweir.IF "$(SOLAR_JAVA)"=="TRUE"
39cdf0e10cSrcweir.IF "$(ANT_HOME)"!="NO_ANT_HOME"
40*5300d4feSJim JagielskiANT_FLAGS+=-Dbuild.source=1.6
41cdf0e10cSrcweir.IF "$(L10N_framework)"==""
42cdf0e10cSrcweirALLTAR: ANTBUILD
43cdf0e10cSrcweir.ENDIF
44cdf0e10cSrcweir.ENDIF
45cdf0e10cSrcweir.ENDIF
46