Add to git.
[makeplus.git] / configure.mk
1 # This is make+. Make+ is a set of scripts which enhance GNU make and
2 # let ou build RPMs, and other packages types with just one control
3 # file. Read more at http://www.annexia.org/freeware/makeplus/
4 #
5 # The original author is Richard W.M. Jones <rich@annexia.org>.
6 #
7 # This software has been explicitly placed in the PUBLIC DOMAIN.  You
8 # do not need any sort of license or agreement to use or copy this
9 # software. You may also copyright this software yourself, and/or
10 # relicense it under any terms you want, at any time and at no cost.
11 # This allows you (among other things) to include this software with
12 # other packages so that the user does not need to download and
13 # install make+ separately.
14
15 # Configuration scripts.
16 MP_CONFIGURE_START = $(SETENV) $(CONF_ENV) $(MAKEPLUS_HOME)/configure_start.sh
17 MP_CONFIGURE_END = $(SETENV) $(CONF_ENV) $(MAKEPLUS_HOME)/configure_end.sh
18
19 MP_CHECK_HEADERS = $(SETENV) $(CONF_ENV) $(MAKEPLUS_HOME)/check_headers.sh n
20 MP_CHECK_HEADER = $(MP_CHECK_HEADERS)
21 MP_CHECK_FUNCS  =  $(SETENV) $(CONF_ENV) $(MAKEPLUS_HOME)/check_funcs.sh n
22 MP_CHECK_LIB    =  $(SETENV) $(CONF_ENV) $(MAKEPLUS_HOME)/check_lib.sh n
23 MP_CHECK_PROGS  =  $(SETENV) $(CONF_ENV) $(MAKEPLUS_HOME)/check_progs.sh n
24 MP_CHECK_PROG   =  $(MP_CHECK_PROGS)
25 MP_REQUIRE_HEADERS = $(SETENV) $(CONF_ENV) $(MAKEPLUS_HOME)/check_headers.sh y
26 MP_REQUIRE_HEADER = $(MP_REQUIRE_HEADERS)
27 MP_REQUIRE_FUNCS = $(SETENV) $(CONF_ENV) $(MAKEPLUS_HOME)/check_funcs.sh y
28 MP_REQUIRE_LIB  = $(SETENV) $(CONF_ENV) $(MAKEPLUS_HOME)/check_lib.sh y
29 MP_REQUIRE_PROGS = $(SETENV) $(CONF_ENV) $(MAKEPLUS_HOME)/check_progs.sh y
30 MP_REQUIRE_PROG = $(MP_REQUIRE_PROGS)
31
32 MP_CHECK_GNU_TAR = $(SETENV) $(CONF_ENV) $(MAKEPLUS_HOME)/check_gnu_tar.sh