makefile.mk (4f913391) makefile.mk (62c80a07)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 9 unchanged lines hidden (view full) ---

18# under the License.
19#
20#**************************************************************
21
22PRJ=..
23
24.INCLUDE : settings.mk
25
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 9 unchanged lines hidden (view full) ---

18# under the License.
19#
20#**************************************************************
21
22PRJ=..
23
24.INCLUDE : settings.mk
25
26version=4.0
26version=4.1.0
27
28.IF "$(RAT_JAR_HOME)"=="BUILD"
29rat_jar_home=$(CLASSDIR)
30.ELSE
31rat_jar_home=$(RAT_JAR_HOME)
32.ENDIF
33.IF "$(OS)"=="WNT"
34rat_jar_home!:=$(shell cygpath -u $(rat_jar_home))

--- 25 unchanged lines hidden ---
27
28.IF "$(RAT_JAR_HOME)"=="BUILD"
29rat_jar_home=$(CLASSDIR)
30.ELSE
31rat_jar_home=$(RAT_JAR_HOME)
32.ENDIF
33.IF "$(OS)"=="WNT"
34rat_jar_home!:=$(shell cygpath -u $(rat_jar_home))

--- 25 unchanged lines hidden ---