makefile.mk (7871dc3e) makefile.mk (3c936e4d)
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

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

39.ELSE
40
41# --- Settings -----------------------------------------------------
42
43.INCLUDE : settings.mk
44
45# --- Files --------------------------------------------------------
46
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

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

39.ELSE
40
41# --- Settings -----------------------------------------------------
42
43.INCLUDE : settings.mk
44
45# --- Files --------------------------------------------------------
46
47TARFILE_NAME=bsh-2.0b1-src
48TARFILE_MD5=ea570af93c284aa9e5621cd563f54f4d
49TARFILE_ROOTDIR=BeanShell
50PATCH_FILES=bsh-2.0b1-src.patch
47TARFILE_NAME=bsh-2.0b5-src
48TARFILE_MD5=ec1941a74d3ef513c4ce57a9092b74e1
49TARFILE_ROOTDIR=BeanShell-2.0b5
50PATCH_FILES=bsh-2.0b5-src.patch
51
52ADDITIONAL_FILES=makefile.mk
53
54BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
55
56# --- Targets ------------------------------------------------------
57
58.INCLUDE : set_ext.mk
59.INCLUDE : target.mk
60.INCLUDE : tg_ext.mk
61
62.ENDIF
51
52ADDITIONAL_FILES=makefile.mk
53
54BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
55
56# --- Targets ------------------------------------------------------
57
58.INCLUDE : set_ext.mk
59.INCLUDE : target.mk
60.INCLUDE : tg_ext.mk
61
62.ENDIF