Lines Matching +refs:make +refs:autoconf +refs:h
3 # $Id: autoconf.mk,v 1.20 2024/02/17 17:26:57 sjg Exp $
18 .NOPATH: config.h config.gen config.recheck config.status
20 CONFIGURE_DEPS += ${.CURDIR}/config.h.in ${.CURDIR}/configure
22 .if !target(config.h)
23 config.h: .NOTMAIN ${CONFIGURE_DEPS} config.status
54 # this is not quite per the autoconf manual,
57 .if make(autoconf-input) || make(configure) || make(config.h.in) || ${MK_AUTO_AUTOCONF:Uno} == "yes"
58 AUTOCONF ?= autoconf
66 .PRECIOUS: configure config.h.in config.status
74 # use of acconfig.h is deprecated!
75 .if exists(${.CURDIR}/acconfig.h)
76 ACCONFIG += acconfig.h
84 config.h.in: .NOTMAIN ${CONFIGURE_SRC} ${ACCONFIG}
91 .if exists(${.CURDIR}/config.h.in)
92 AUTOCONF_INPUTS += config.h.in
95 autoconf-input: .NOTMAIN ${AUTOCONF_INPUTS}