version 1.1.1.1, 2012/02/21 23:47:53
|
version 1.1.1.2, 2012/05/29 12:34:46
|
Line 25 LT_TARGETS = ltmain.sh config.guess config.sub
|
Line 25 LT_TARGETS = ltmain.sh config.guess config.sub
|
|
|
config_h_in = main/php_config.h.in |
config_h_in = main/php_config.h.in |
|
|
acconfig_h_SOURCES = acconfig.h.in $(config_h_files) |
|
|
|
targets = $(TOUCH_FILES) configure $(config_h_in) |
targets = $(TOUCH_FILES) configure $(config_h_in) |
|
|
PHP_AUTOCONF ?= 'autoconf' |
PHP_AUTOCONF ?= 'autoconf' |
Line 36 SUPPRESS_WARNINGS ?= 2>&1 | (egrep -v '(AC_TRY_RUN cal
|
Line 34 SUPPRESS_WARNINGS ?= 2>&1 | (egrep -v '(AC_TRY_RUN cal
|
|
|
all: $(targets) |
all: $(targets) |
|
|
acconfig.h: $(acconfig_h_SOURCES) | $(config_h_in): configure |
@echo rebuilding $@ | |
cat $(acconfig_h_SOURCES) > $@ | |
| |
$(config_h_in): configure acconfig.h | |
# explicitly remove target since autoheader does not seem to work |
# explicitly remove target since autoheader does not seem to work |
# correctly otherwise (timestamps are not updated) |
# correctly otherwise (timestamps are not updated) |
@echo rebuilding $@ |
@echo rebuilding $@ |