Lines Matching refs:config
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
24 ./config.status
30 .if !target(config.status)
32 config.status: .NOTMAIN
33 .if exists(${.OBJDIR}/config.status)
34 config.status: config.recheck
36 config.status: config.gen
39 beforebuild: .NOTMAIN config.status .WAIT
41 config.recheck: .NOTMAIN ${CONFIGURE_DEPS} config.gen
42 ./config.status --recheck
45 config.gen: .NOTMAIN ${CONFIGURE_DEPS}
47 @touch $@ config.recheck
49 CLEANFILES+= config.recheck config.gen config.status *.meta \
57 .if make(autoconf-input) || make(configure) || make(config.h.in) || ${MK_AUTO_AUTOCONF:Uno} == "yes"
66 .PRECIOUS: configure config.h.in config.status
84 config.h.in: .NOTMAIN ${CONFIGURE_SRC} ${ACCONFIG}
91 .if exists(${.CURDIR}/config.h.in)
92 AUTOCONF_INPUTS += config.h.in