xref: /trunk/ext_libraries/ratscan/rat/makefile.mk (revision 62c80a07)
13d781bd6SAndre Fischer#**************************************************************
23d781bd6SAndre Fischer#
33d781bd6SAndre Fischer#  Licensed to the Apache Software Foundation (ASF) under one
43d781bd6SAndre Fischer#  or more contributor license agreements.  See the NOTICE file
53d781bd6SAndre Fischer#  distributed with this work for additional information
63d781bd6SAndre Fischer#  regarding copyright ownership.  The ASF licenses this file
73d781bd6SAndre Fischer#  to you under the Apache License, Version 2.0 (the
83d781bd6SAndre Fischer#  "License"); you may not use this file except in compliance
93d781bd6SAndre Fischer#  with the License.  You may obtain a copy of the License at
103d781bd6SAndre Fischer#
113d781bd6SAndre Fischer#    http://www.apache.org/licenses/LICENSE-2.0
123d781bd6SAndre Fischer#
133d781bd6SAndre Fischer#  Unless required by applicable law or agreed to in writing,
143d781bd6SAndre Fischer#  software distributed under the License is distributed on an
153d781bd6SAndre Fischer#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
163d781bd6SAndre Fischer#  KIND, either express or implied.  See the License for the
173d781bd6SAndre Fischer#  specific language governing permissions and limitations
183d781bd6SAndre Fischer#  under the License.
193d781bd6SAndre Fischer#
203d781bd6SAndre Fischer#**************************************************************
213d781bd6SAndre Fischer
223d781bd6SAndre FischerPRJ=..
233d781bd6SAndre Fischer
243d781bd6SAndre FischerPRJNAME=ratscan
253d781bd6SAndre FischerTARGET=so_ratscan
263d781bd6SAndre Fischer
273d781bd6SAndre Fischer# --- Settings -----------------------------------------------------
283d781bd6SAndre Fischer
293d781bd6SAndre Fischer.INCLUDE :	settings.mk
303d781bd6SAndre Fischer
313d781bd6SAndre Fischer# --- Files --------------------------------------------------------
323d781bd6SAndre Fischer
333d781bd6SAndre Fischer.IF "$(RAT_JAR_HOME)"==""
343d781bd6SAndre Fischer
353d781bd6SAndre Fischerall:
363d781bd6SAndre Fischer	@echo "rat scan is disabled."
373d781bd6SAndre Fischer
383d781bd6SAndre Fischer.ELSE
393d781bd6SAndre Fischer
40*62c80a07SJuergen SchmidtTARFILE_NAME=apache-rat-0.10-bin
41*62c80a07SJuergen SchmidtTARFILE_MD5=0f926196d42577addec7e1aa5b510605
42*62c80a07SJuergen SchmidtTARFILE_ROOTDIR=apache-rat-0.10
43*62c80a07SJuergen Schmidt#TARFILE_NAME=apache-rat-incubating-0.8-bin
44*62c80a07SJuergen Schmidt#TARFILE_MD5=e4244e69eb3644e71c254aea5952a918
45*62c80a07SJuergen Schmidt#TARFILE_ROOTDIR=apache-rat-0.8
463d781bd6SAndre Fischer
473d781bd6SAndre Fischer# Trigger unpacking of archive.
483d781bd6SAndre FischerPATCH_FILES=
493d781bd6SAndre Fischer
503d781bd6SAndre FischerCONFIGURE_DIR=
513d781bd6SAndre FischerCONFIGURE_ACTION=
523d781bd6SAndre FischerCONFIGURE_FLAGS=
533d781bd6SAndre Fischer
543d781bd6SAndre FischerBUILD_DIR=
553d781bd6SAndre FischerBUILD_ACTION=echo no building necessary
563d781bd6SAndre FischerBUILD_FLAGS=
573d781bd6SAndre Fischer
58*62c80a07SJuergen SchmidtOUT2CLASS=apache-rat-0.10.jar
59*62c80a07SJuergen Schmidt#OUT2CLASS=apache-rat-0.8.jar
603d781bd6SAndre Fischer
613d781bd6SAndre Fischer# --- Targets ------------------------------------------------------
623d781bd6SAndre Fischer
633d781bd6SAndre Fischer.INCLUDE : set_ext.mk
643d781bd6SAndre Fischer.INCLUDE : target.mk
653d781bd6SAndre Fischer.INCLUDE : tg_ext.mk
663d781bd6SAndre Fischer
673d781bd6SAndre Fischer.ENDIF
68