xref: /aoo41x/main/xmerge/util/makefile.mk (revision 012aa1e8)
1*012aa1e8SAndrew Rist#**************************************************************
2*012aa1e8SAndrew Rist#
3*012aa1e8SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*012aa1e8SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*012aa1e8SAndrew Rist#  distributed with this work for additional information
6*012aa1e8SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*012aa1e8SAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*012aa1e8SAndrew Rist#  "License"); you may not use this file except in compliance
9*012aa1e8SAndrew Rist#  with the License.  You may obtain a copy of the License at
10*012aa1e8SAndrew Rist#
11*012aa1e8SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*012aa1e8SAndrew Rist#
13*012aa1e8SAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*012aa1e8SAndrew Rist#  software distributed under the License is distributed on an
15*012aa1e8SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*012aa1e8SAndrew Rist#  KIND, either express or implied.  See the License for the
17*012aa1e8SAndrew Rist#  specific language governing permissions and limitations
18*012aa1e8SAndrew Rist#  under the License.
19*012aa1e8SAndrew Rist#
20*012aa1e8SAndrew Rist#**************************************************************
21cdf0e10cSrcweir
22cdf0e10cSrcweirTARGET=xmrg_util
23cdf0e10cSrcweirPRJ=..
24cdf0e10cSrcweir
25cdf0e10cSrcweir.INCLUDE : ant.mk
26cdf0e10cSrcweir.IF "$(L10N_framework)"==""
27cdf0e10cSrcweirALLTAR: ANTBUILD
28cdf0e10cSrcweir.ENDIF
29