xref: /trunk/ext_libraries/ratscan/rat/makefile.mk (revision 3d781bd6)
1*3d781bd6SAndre Fischer#**************************************************************
2*3d781bd6SAndre Fischer#
3*3d781bd6SAndre Fischer#  Licensed to the Apache Software Foundation (ASF) under one
4*3d781bd6SAndre Fischer#  or more contributor license agreements.  See the NOTICE file
5*3d781bd6SAndre Fischer#  distributed with this work for additional information
6*3d781bd6SAndre Fischer#  regarding copyright ownership.  The ASF licenses this file
7*3d781bd6SAndre Fischer#  to you under the Apache License, Version 2.0 (the
8*3d781bd6SAndre Fischer#  "License"); you may not use this file except in compliance
9*3d781bd6SAndre Fischer#  with the License.  You may obtain a copy of the License at
10*3d781bd6SAndre Fischer#
11*3d781bd6SAndre Fischer#    http://www.apache.org/licenses/LICENSE-2.0
12*3d781bd6SAndre Fischer#
13*3d781bd6SAndre Fischer#  Unless required by applicable law or agreed to in writing,
14*3d781bd6SAndre Fischer#  software distributed under the License is distributed on an
15*3d781bd6SAndre Fischer#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*3d781bd6SAndre Fischer#  KIND, either express or implied.  See the License for the
17*3d781bd6SAndre Fischer#  specific language governing permissions and limitations
18*3d781bd6SAndre Fischer#  under the License.
19*3d781bd6SAndre Fischer#
20*3d781bd6SAndre Fischer#**************************************************************
21*3d781bd6SAndre Fischer
22*3d781bd6SAndre FischerPRJ=..
23*3d781bd6SAndre Fischer
24*3d781bd6SAndre FischerPRJNAME=ratscan
25*3d781bd6SAndre FischerTARGET=so_ratscan
26*3d781bd6SAndre Fischer
27*3d781bd6SAndre Fischer# --- Settings -----------------------------------------------------
28*3d781bd6SAndre Fischer
29*3d781bd6SAndre Fischer.INCLUDE :	settings.mk
30*3d781bd6SAndre Fischer
31*3d781bd6SAndre Fischer# --- Files --------------------------------------------------------
32*3d781bd6SAndre Fischer
33*3d781bd6SAndre Fischer.IF "$(RAT_JAR_HOME)"==""
34*3d781bd6SAndre Fischer
35*3d781bd6SAndre Fischerall:
36*3d781bd6SAndre Fischer	@echo "rat scan is disabled."
37*3d781bd6SAndre Fischer
38*3d781bd6SAndre Fischer.ELSE
39*3d781bd6SAndre Fischer
40*3d781bd6SAndre FischerTARFILE_NAME=apache-rat-incubating-0.8-bin
41*3d781bd6SAndre FischerTARFILE_MD5=e4244e69eb3644e71c254aea5952a918
42*3d781bd6SAndre FischerTARFILE_ROOTDIR=apache-rat-0.8
43*3d781bd6SAndre Fischer
44*3d781bd6SAndre Fischer# Trigger unpacking of archive.
45*3d781bd6SAndre FischerPATCH_FILES=
46*3d781bd6SAndre Fischer
47*3d781bd6SAndre FischerCONFIGURE_DIR=
48*3d781bd6SAndre FischerCONFIGURE_ACTION=
49*3d781bd6SAndre FischerCONFIGURE_FLAGS=
50*3d781bd6SAndre Fischer
51*3d781bd6SAndre FischerBUILD_DIR=
52*3d781bd6SAndre FischerBUILD_ACTION=echo no building necessary
53*3d781bd6SAndre FischerBUILD_FLAGS=
54*3d781bd6SAndre Fischer
55*3d781bd6SAndre FischerOUT2CLASS=apache-rat-0.8.jar
56*3d781bd6SAndre Fischer
57*3d781bd6SAndre Fischer# --- Targets ------------------------------------------------------
58*3d781bd6SAndre Fischer
59*3d781bd6SAndre Fischer.INCLUDE : set_ext.mk
60*3d781bd6SAndre Fischer.INCLUDE : target.mk
61*3d781bd6SAndre Fischer.INCLUDE : tg_ext.mk
62*3d781bd6SAndre Fischer
63*3d781bd6SAndre Fischer.ENDIF
64