make all --print-data-base --no-builtin-variables --no-builtin-rules --question # GNU Make 4.2.1 # Built for x86_64-pc-linux-gnu # Copyright (C) 1988-2016 Free Software Foundation, Inc. # License GPLv3+: GNU GPL version 3 or later # This is free software: you are free to change and redistribute it. # There is NO WARRANTY, to the extent permitted by law. # Make data base, printed on Tue Jun 28 07:56:36 2022 # Variables # automatic /dev/null 2>&1 @$(INSTALL) modules/* $(INSTALL_ROOT)$(EXTENSION_DIR) /home/xingzi/projects/php-7.4.30/ext/ecore/modules/ecore.la: ecore.la # Implicit rule search has not been done. # Implicit/static pattern stem: '' # File does not exist. # File has been updated. # Needs to be updated (-q is set). # automatic # @ := /home/xingzi/projects/php-7.4.30/ext/ecore/modules/ecore.la # automatic # % := # automatic # * := # automatic # + := ecore.la # automatic # | := # automatic # < := ecore.la # automatic # ^ := ecore.la # automatic # ? := ecore.la # variable set hash-table stats: # Load=8/32=25%, Rehash=0, Collisions=1/15=7% # recipe to execute (from 'Makefile', line 193): $(LIBTOOL) --mode=install cp ./ecore.la $(phplibdir) ecore.la: ecore.lo # Implicit rule search has not been done. # Last modified 2022-06-27 20:23:16.543802984 # File has been updated. # Successfully updated. # recipe to execute (from 'Makefile', line 196): $(LIBTOOL) --mode=link $(CC) $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(LDFLAGS) -o $@ -export-dynamic -avoid-version -prefer-pic -module -rpath $(phplibdir) $(EXTRA_LDFLAGS) $(shared_objects_ecore) $(ECORE_SHARED_LIBADD) all: /home/xingzi/projects/php-7.4.30/ext/ecore/modules/ecore.la # Phony target (prerequisite of .PHONY). # Command line target. # Implicit rule search has not been done. # File does not exist. # File has been updated. # Needs to be updated (-q is set). # variable set hash-table stats: # Load=0/32=0%, Rehash=0, Collisions=0/7=0% # recipe to execute (from 'Makefile', line 51): @echo @echo "Build complete." @echo "Don't forget to run 'make test'." @echo .PHONY: all clean install distclean test prof-gen prof-clean prof-use # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: /home/xingzi/projects/php-7.4.30/ext/ecore/ecore.c: # Implicit rule search has been done. # Last modified 2022-06-27 20:23:13.983802984 # File has been updated. # Successfully updated. build-binaries: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. distclean: clean # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 163): rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h main/internal_functions_cli.c main/internal_functions.c Zend/zend_dtrace_gen.h Zend/zend_dtrace_gen.h.bak Zend/zend_config.h rm -f main/build-defs.h scripts/phpize rm -f ext/date/lib/timelib_config.h ext/mbstring/libmbfl/config.h ext/oci8/oci8_dtrace_gen.h ext/oci8/oci8_dtrace_gen.h.bak rm -f scripts/man1/phpize.1 scripts/php-config scripts/man1/php-config.1 sapi/cli/php.1 sapi/cgi/php-cgi.1 sapi/phpdbg/phpdbg.1 ext/phar/phar.1 ext/phar/phar.phar.1 rm -f sapi/fpm/php-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sapi/fpm/status.html rm -f ext/iconv/php_have_bsd_iconv.h ext/iconv/php_have_glibc_iconv.h ext/iconv/php_have_ibm_iconv.h ext/iconv/php_have_iconv.h ext/iconv/php_have_libiconv.h ext/iconv/php_iconv_aliased_libiconv.h ext/iconv/php_iconv_supports_errno.h ext/iconv/php_php_iconv_h_path.h ext/iconv/php_php_iconv_impl.h rm -f ext/phar/phar.phar ext/phar/phar.php if test "$(srcdir)" != "$(builddir)"; then \ rm -f ext/phar/phar/phar.inc; \ fi $(EGREP) define'.*include/php' $(top_srcdir)/configure | $(SED) 's/.*>//'|xargs rm -f libs/libphp.bundle: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (from 'Makefile', line 65): $(CC) $(MH_BUNDLE_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(LDFLAGS) $(EXTRA_LDFLAGS) $(PHP_GLOBAL_OBJS:.lo=.o) $(PHP_SAPI_OBJS:.lo=.o) $(PHP_FRAMEWORKS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $@ && cp $@ libs/libphp$(PHP_MAJOR_VERSION).so # Not a target: .SUFFIXES: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: Makefile: # Implicit rule search has been done. # Last modified 2022-06-17 11:29:02.960003696 # File has been updated. # Successfully updated. test: all # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 131): @if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \ INI_FILE=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/null`; \ if test "$$INI_FILE"; then \ $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini; \ else \ echo > $(top_builddir)/tmp-php.ini; \ fi; \ INI_SCANNED_PATH=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r '$$a = explode(",\n", trim(php_ini_scanned_files())); echo $$a[0];' 2> /dev/null`; \ if test "$$INI_SCANNED_PATH"; then \ INI_SCANNED_PATH=`$(top_srcdir)/build/shtool path -d $$INI_SCANNED_PATH`; \ $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini; \ fi; \ TEST_PHP_EXECUTABLE=$(PHP_EXECUTABLE) \ TEST_PHP_SRCDIR=$(top_srcdir) \ CC="$(CC)" \ $(PHP_EXECUTABLE) -n -c $(top_builddir)/tmp-php.ini $(PHP_TEST_SETTINGS) $(top_srcdir)/run-tests.php -n -c $(top_builddir)/tmp-php.ini -d extension_dir=$(top_builddir)/modules/ $(PHP_TEST_SHARED_EXTENSIONS) $(TESTS); \ TEST_RESULT_EXIT_CODE=$$?; \ rm $(top_builddir)/tmp-php.ini; \ exit $$TEST_RESULT_EXIT_CODE; \ else \ echo "ERROR: Cannot run tests without CLI sapi."; \ fi prof-gen: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 176): CCACHE_DISABLE=1 $(MAKE) PROF_FLAGS=-fprofile-generate all build-modules: /home/xingzi/projects/php-7.4.30/ext/ecore/modules/ecore.la # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. prof-use: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 185): CCACHE_DISABLE=1 $(MAKE) PROF_FLAGS=-fprofile-use all prof-clean: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 179): find . -name \*.lo -o -name \*.o | xargs rm -f find . -name \*.la -o -name \*.a | xargs rm -f find . -name \*.so | xargs rm -f rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/* .NOEXPORT: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .DEFAULT: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. install-headers: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (from 'Makefile', line 92): -@if test "$(INSTALL_HEADERS)"; then \ for i in `echo $(INSTALL_HEADERS)`; do \ i=`$(top_srcdir)/build/shtool path -d $$i`; \ paths="$$paths $(INSTALL_ROOT)$(phpincludedir)/$$i"; \ done; \ $(mkinstalldirs) $$paths && \ echo "Installing header files: $(INSTALL_ROOT)$(phpincludedir)/" && \ for i in `echo $(INSTALL_HEADERS)`; do \ if test "$(PHP_PECL_EXTENSION)"; then \ src=`echo $$i | $(SED) -e "s#ext/$(PHP_PECL_EXTENSION)/##g"`; \ else \ src=$$i; \ fi; \ if test -f "$(top_srcdir)/$$src"; then \ $(INSTALL_DATA) $(top_srcdir)/$$src $(INSTALL_ROOT)$(phpincludedir)/$$i; \ elif test -f "$(top_builddir)/$$src"; then \ $(INSTALL_DATA) $(top_builddir)/$$src $(INSTALL_ROOT)$(phpincludedir)/$$i; \ else \ (cd $(top_srcdir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i; \ cd $(top_builddir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i) 2>/dev/null || true; \ fi \ done; \ fi install-sapi: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (from 'Makefile', line 70): @echo "Installing PHP SAPI module: $(PHP_SAPI)" -@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir) -@if test ! -r $(phptempdir)/libphp$(PHP_MAJOR_VERSION).$(SHLIB_DL_SUFFIX_NAME); then \ for i in 0.0.0 0.0 0; do \ if test -r $(phptempdir)/libphp$(PHP_MAJOR_VERSION).$(SHLIB_DL_SUFFIX_NAME).$$i; then \ $(LN_S) $(phptempdir)/libphp$(PHP_MAJOR_VERSION).$(SHLIB_DL_SUFFIX_NAME).$$i $(phptempdir)/libphp$(PHP_MAJOR_VERSION).$(SHLIB_DL_SUFFIX_NAME); \ break; \ fi; \ done; \ fi @$(INSTALL_IT) clean: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 155): find . -name \*.gcno -o -name \*.gcda | xargs rm -f find . -name \*.lo -o -name \*.o | xargs rm -f find . -name \*.la -o -name \*.a | xargs rm -f find . -name \*.so | xargs rm -f find . -name .libs -a -type d|xargs rm -rf rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/* install-binaries: build-binaries # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. ecore.lo: /home/xingzi/projects/php-7.4.30/ext/ecore/ecore.c # Implicit rule search has not been done. # Last modified 2022-06-27 20:23:16.413802984 # File has been updated. # Successfully updated. # recipe to execute (from 'Makefile', line 191): $(LIBTOOL) --mode=compile $(CC) -I. -I/home/xingzi/projects/php-7.4.30/ext/ecore $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /home/xingzi/projects/php-7.4.30/ext/ecore/ecore.c -o ecore.lo libphp.la: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (from 'Makefile', line 61): $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -rpath $(phptempdir) $(EXTRA_LDFLAGS) $(LDFLAGS) $(PHP_RPATHS) $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $@ -@$(LIBTOOL) --silent --mode=install cp $@ $(phptempdir)/$@ >/dev/null 2>&1 install: /home/xingzi/projects/php-7.4.30/ext/ecore/modules/ecore.la install-modules install-headers # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # files hash-table stats: # Load=25/1024=2%, Rehash=0, Collisions=0/61=0% # VPATH Search Paths # No 'vpath' search paths. # No general ('VPATH' variable) search path. # strcache buffers: 1 (0) / strings = 58 / storage = 729 B / avg = 12 B # current buf: size = 8162 B / used = 729 B / count = 58 / avg = 12 B # strcache performance: lookups = 106 / hit rate = 45% # hash-table stats: # Load=58/8192=1%, Rehash=0, Collisions=1/106=1% # Finished Make data base on Tue Jun 28 07:56:36 2022