Annotation of embedaddon/php/Makefile, revision 1.1

1.1     ! misho       1: srcdir = /usr/ports/lang/php5/work/php-5.4.3
        !             2: builddir = /usr/ports/lang/php5/work/php-5.4.3
        !             3: top_srcdir = /usr/ports/lang/php5/work/php-5.4.3
        !             4: top_builddir = /usr/ports/lang/php5/work/php-5.4.3
        !             5: EGREP = /usr/bin/grep -E
        !             6: SED = sed
        !             7: CONFIGURE_COMMAND = './configure' '--with-layout=GNU' '--localstatedir=/var' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--enable-libxml' '--enable-mysqlnd' '--with-libxml-dir=/usr/local' '--with-pcre-regex=/usr/local' '--with-zlib-dir=/usr' '--program-prefix=' '--enable-embed' '--with-regex=php' '--with-zend-vm=CALL' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd10.0'
        !             8: CONFIGURE_OPTIONS = '--with-layout=GNU' '--localstatedir=/var' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--enable-libxml' '--enable-mysqlnd' '--with-libxml-dir=/usr/local' '--with-pcre-regex=/usr/local' '--with-zlib-dir=/usr' '--program-prefix=' '--enable-embed' '--with-regex=php' '--with-zend-vm=CALL' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd10.0'
        !             9: PHP_MAJOR_VERSION = 5
        !            10: PHP_MINOR_VERSION = 4
        !            11: PHP_RELEASE_VERSION = 3
        !            12: PHP_EXTRA_VERSION =
        !            13: AWK = gawk
        !            14: YACC = bison -y
        !            15: RE2C = exit 0;
        !            16: RE2C_FLAGS =
        !            17: SHLIB_SUFFIX_NAME = so
        !            18: SHLIB_DL_SUFFIX_NAME = so
        !            19: PHP_CLI_OBJS = sapi/cli/php_cli.lo sapi/cli/php_http_parser.lo sapi/cli/php_cli_server.lo
        !            20: PHP_EXECUTABLE = $(top_builddir)/$(SAPI_CLI_PATH)
        !            21: SAPI_CLI_PATH = sapi/cli/php
        !            22: BUILD_CLI = $(LIBTOOL) --mode=link $(CC) -export-dynamic $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(EXTRA_LDFLAGS_PROGRAM) $(LDFLAGS) $(PHP_RPATHS) $(PHP_GLOBAL_OBJS) $(PHP_BINARY_OBJS) $(PHP_CLI_OBJS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $(SAPI_CLI_PATH)
        !            23: PHP_CGI_OBJS = sapi/cgi/cgi_main.lo sapi/cgi/fastcgi.lo
        !            24: SAPI_CGI_PATH = sapi/cgi/php-cgi
        !            25: BUILD_CGI = $(LIBTOOL) --mode=link $(CC) -export-dynamic $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(EXTRA_LDFLAGS_PROGRAM) $(LDFLAGS) $(PHP_RPATHS) $(PHP_GLOBAL_OBJS) $(PHP_BINARY_OBJS) $(PHP_CGI_OBJS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $(SAPI_CGI_PATH)
        !            26: PROG_SENDMAIL = /usr/sbin/sendmail
        !            27: PHP_INSTALLED_SAPIS = cli embed cgi
        !            28: PHP_EXECUTABLE = $(top_builddir)/$(SAPI_CLI_PATH)
        !            29: PHP_SAPI_OBJS = sapi/embed/php_embed.lo main/internal_functions.lo
        !            30: PHP_BINARY_OBJS = main/internal_functions_cli.lo
        !            31: PHP_GLOBAL_OBJS = ext/date/php_date.lo ext/date/lib/astro.lo ext/date/lib/dow.lo ext/date/lib/parse_date.lo ext/date/lib/parse_tz.lo ext/date/lib/timelib.lo ext/date/lib/tm2unixtime.lo ext/date/lib/unixtime2tm.lo ext/date/lib/parse_iso_intervals.lo ext/date/lib/interval.lo ext/ereg/ereg.lo ext/ereg/regex/regcomp.lo ext/ereg/regex/regexec.lo ext/ereg/regex/regerror.lo ext/ereg/regex/regfree.lo ext/libxml/libxml.lo ext/pcre/php_pcre.lo ext/reflection/php_reflection.lo ext/spl/php_spl.lo ext/spl/spl_functions.lo ext/spl/spl_engine.lo ext/spl/spl_iterators.lo ext/spl/spl_array.lo ext/spl/spl_directory.lo ext/spl/spl_exceptions.lo ext/spl/spl_observer.lo ext/spl/spl_dllist.lo ext/spl/spl_heap.lo ext/spl/spl_fixedarray.lo ext/standard/crypt_freesec.lo ext/standard/crypt_blowfish.lo ext/standard/crypt_sha512.lo ext/standard/crypt_sha256.lo ext/standard/php_crypt_r.lo ext/standard/array.lo ext/standard/base64.lo ext/standard/basic_functions.lo ext/standard/browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo ext/standard/pageinfo.lo ext/standard/quot_print.lo ext/standard/rand.lo ext/standard/soundex.lo ext/standard/string.lo ext/standard/scanf.lo ext/standard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo ext/standard/var.lo ext/standard/versioning.lo ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo ext/standard/css.lo ext/standard/var_unserializer.lo ext/standard/ftok.lo ext/standard/sha1.lo ext/standard/user_filters.lo ext/standard/uuencode.lo ext/standard/filters.lo ext/standard/proc_open.lo ext/standard/streamsfuncs.lo ext/standard/http.lo ext/mysqlnd/mysqlnd.lo ext/mysqlnd/mysqlnd_alloc.lo ext/mysqlnd/mysqlnd_bt.lo ext/mysqlnd/mysqlnd_charset.lo ext/mysqlnd/mysqlnd_wireprotocol.lo ext/mysqlnd/mysqlnd_loaddata.lo ext/mysqlnd/mysqlnd_reverse_api.lo ext/mysqlnd/mysqlnd_net.lo ext/mysqlnd/mysqlnd_statistics.lo ext/mysqlnd/mysqlnd_driver.lo ext/mysqlnd/mysqlnd_ext_plugin.lo ext/mysqlnd/mysqlnd_auth.lo ext/mysqlnd/mysqlnd_result.lo ext/mysqlnd/mysqlnd_result_meta.lo ext/mysqlnd/mysqlnd_debug.lo ext/mysqlnd/mysqlnd_block_alloc.lo ext/mysqlnd/mysqlnd_plugin.lo ext/mysqlnd/php_mysqlnd.lo ext/mysqlnd/mysqlnd_ps.lo ext/mysqlnd/mysqlnd_ps_codec.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo TSRM/tsrm_virtual_cwd.lo main/main.lo main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/fopen_wrappers.lo main/alloca.lo main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/network.lo main/php_open_temporary_file.lo main/php_logos.lo main/output.lo main/getopt.lo main/streams/streams.lo main/streams/cast.lo main/streams/memory.lo main/streams/filter.lo main/streams/plain_wrapper.lo main/streams/userspace.lo main/streams/transports.lo main/streams/xp_socket.lo main/streams/mmap.lo main/streams/glob_wrapper.lo Zend/zend_language_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo Zend/zend_dtrace.lo Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_ts_hash.lo Zend/zend_stream.lo Zend/zend_iterators.lo Zend/zend_interfaces.lo Zend/zend_exceptions.lo Zend/zend_strtod.lo Zend/zend_gc.lo Zend/zend_closures.lo Zend/zend_float.lo Zend/zend_string.lo Zend/zend_signal.lo Zend/zend_objects.lo Zend/zend_object_handlers.lo Zend/zend_objects_API.lo Zend/zend_default_classes.lo Zend/zend_execute.lo
        !            32: PHP_BINARIES = cli cgi
        !            33: PHP_MODULES =
        !            34: PHP_ZEND_EX =
        !            35: EXT_LIBS =
        !            36: abs_builddir = /usr/ports/lang/php5/work/php-5.4.3
        !            37: abs_srcdir = /usr/ports/lang/php5/work/php-5.4.3
        !            38: php_abs_top_builddir = /usr/ports/lang/php5/work/php-5.4.3
        !            39: php_abs_top_srcdir = /usr/ports/lang/php5/work/php-5.4.3
        !            40: bindir = ${exec_prefix}/bin
        !            41: sbindir = ${exec_prefix}/sbin
        !            42: exec_prefix = ${prefix}
        !            43: program_prefix =
        !            44: program_suffix =
        !            45: includedir = ${prefix}/include
        !            46: libdir = ${exec_prefix}/lib/php
        !            47: mandir = /usr/local/man
        !            48: phplibdir = /usr/ports/lang/php5/work/php-5.4.3/modules
        !            49: phptempdir = /usr/ports/lang/php5/work/php-5.4.3/libs
        !            50: prefix = /usr/local
        !            51: localstatedir = /var
        !            52: datadir = ${datarootdir}
        !            53: datarootdir = /usr/local/share
        !            54: sysconfdir = ${prefix}/etc
        !            55: EXEEXT =
        !            56: CC = cc
        !            57: CFLAGS = $(CFLAGS_CLEAN) -prefer-non-pic
        !            58: CFLAGS_CLEAN = -O2 -pipe -fno-strict-aliasing -fvisibility=hidden
        !            59: CPP = cpp
        !            60: CPPFLAGS =
        !            61: CXX = c++
        !            62: CXXFLAGS = -O2 -pipe -fno-strict-aliasing -prefer-non-pic
        !            63: CXXFLAGS_CLEAN = -O2 -pipe -fno-strict-aliasing
        !            64: DEBUG_CFLAGS =
        !            65: EXTENSION_DIR = /usr/local/lib/php/20100525
        !            66: EXTRA_LDFLAGS = -avoid-version -module -L/usr/local/lib
        !            67: EXTRA_LDFLAGS_PROGRAM = -L/usr/local/lib
        !            68: EXTRA_LIBS = -lcrypt -lcrypt -lpcre -lm -lxml2 -lz -liconv -lm -lcrypt -lcrypt
        !            69: ZEND_EXTRA_LIBS =
        !            70: INCLUDES = -I/usr/ports/lang/php5/work/php-5.4.3/ext/date/lib -I/usr/ports/lang/php5/work/php-5.4.3/ext/ereg/regex -I/usr/local/include/libxml2 -I/usr/local/include -I$(top_builddir)/TSRM -I$(top_builddir)/Zend
        !            71: EXTRA_INCLUDES =
        !            72: INCLUDE_PATH = .:/usr/local/share/pear
        !            73: INSTALL_IT = $(mkinstalldirs) $(INSTALL_ROOT)$(prefix)/lib; $(INSTALL) -m 0755 libs/libphp5.so $(INSTALL_ROOT)$(prefix)/lib
        !            74: LFLAGS =
        !            75: LIBTOOL = $(SHELL) $(top_builddir)/libtool --silent --preserve-dup-deps
        !            76: LN_S = ln -s
        !            77: NATIVE_RPATHS = -R/usr/local/lib
        !            78: PEAR_INSTALLDIR =
        !            79: PHP_BUILD_DATE = 2012-05-29
        !            80: PHP_LDFLAGS = -L/usr/local/lib
        !            81: PHP_LIBS =
        !            82: OVERALL_TARGET = libphp5.la
        !            83: PHP_RPATHS = -R /usr/local/lib
        !            84: PHP_SAPI = embed
        !            85: PHP_VERSION = 5.4.3
        !            86: PHP_VERSION_ID = 50403
        !            87: SHELL = /bin/sh
        !            88: SHARED_LIBTOOL = $(LIBTOOL)
        !            89: WARNING_LEVEL =
        !            90: PHP_FRAMEWORKS =
        !            91: PHP_FRAMEWORKPATH =
        !            92: INSTALL_HEADERS = sapi/embed/php_embed.h ext/date/php_date.h ext/date/lib/timelib.h ext/date/lib/timelib_structs.h ext/date/lib/timelib_config.h ext/ereg/php_ereg.h ext/ereg/php_regex.h ext/ereg/regex/ ext/libxml/php_libxml.h ext/pcre/php_pcre.h ext/spl/php_spl.h ext/spl/spl_array.h ext/spl/spl_directory.h ext/spl/spl_engine.h ext/spl/spl_exceptions.h ext/spl/spl_functions.h ext/spl/spl_iterators.h ext/spl/spl_observer.h ext/spl/spl_dllist.h ext/spl/spl_heap.h ext/spl/spl_fixedarray.h ext/standard/ ext/mysqlnd/ Zend/ TSRM/ main/ main/streams/ sapi/cli/cli.h
        !            93: ZEND_EXT_TYPE = zend_extension
        !            94: all_targets = $(OVERALL_TARGET) $(PHP_MODULES) $(PHP_ZEND_EX) $(PHP_BINARIES)
        !            95: install_targets = install-sapi install-binaries install-build install-headers install-programs
        !            96: install_binary_targets = install-cli install-cgi
        !            97: mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p
        !            98: INSTALL = $(top_srcdir)/build/shtool install -c
        !            99: INSTALL_DATA = $(INSTALL) -m 644
        !           100: 
        !           101: DEFS = -DPHP_ATOM_INC -I$(top_builddir)/include -I$(top_builddir)/main -I$(top_srcdir)
        !           102: COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORKPATH)
        !           103: 
        !           104: all: $(all_targets) 
        !           105:        @echo
        !           106:        @echo "Build complete."
        !           107:        @echo "Don't forget to run 'make test'."
        !           108:        @echo
        !           109:        
        !           110: build-modules: $(PHP_MODULES) $(PHP_ZEND_EX)
        !           111: 
        !           112: build-binaries: $(PHP_BINARIES)
        !           113: 
        !           114: libphp$(PHP_MAJOR_VERSION).la: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)
        !           115:        $(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 $@
        !           116:        -@$(LIBTOOL) --silent --mode=install cp $@ $(phptempdir)/$@ >/dev/null 2>&1
        !           117: 
        !           118: libs/libphp$(PHP_MAJOR_VERSION).bundle: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)
        !           119:        $(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
        !           120: 
        !           121: install: $(all_targets) $(install_targets)
        !           122: 
        !           123: install-sapi: $(OVERALL_TARGET)
        !           124:        @echo "Installing PHP SAPI module:       $(PHP_SAPI)"
        !           125:        -@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
        !           126:        -@if test ! -r $(phptempdir)/libphp$(PHP_MAJOR_VERSION).$(SHLIB_DL_SUFFIX_NAME); then \
        !           127:                for i in 0.0.0 0.0 0; do \
        !           128:                        if test -r $(phptempdir)/libphp$(PHP_MAJOR_VERSION).$(SHLIB_DL_SUFFIX_NAME).$$i; then \
        !           129:                                $(LN_S) $(phptempdir)/libphp$(PHP_MAJOR_VERSION).$(SHLIB_DL_SUFFIX_NAME).$$i $(phptempdir)/libphp$(PHP_MAJOR_VERSION).$(SHLIB_DL_SUFFIX_NAME); \
        !           130:                                break; \
        !           131:                        fi; \
        !           132:                done; \
        !           133:        fi
        !           134:        @$(INSTALL_IT)
        !           135: 
        !           136: install-binaries: build-binaries $(install_binary_targets)
        !           137: 
        !           138: install-modules: build-modules
        !           139:        @test -d modules && \
        !           140:        $(mkinstalldirs) $(INSTALL_ROOT)$(EXTENSION_DIR)
        !           141:        @echo "Installing shared extensions:     $(INSTALL_ROOT)$(EXTENSION_DIR)/"
        !           142:        @rm -f modules/*.la >/dev/null 2>&1
        !           143:        @$(INSTALL) modules/* $(INSTALL_ROOT)$(EXTENSION_DIR)
        !           144: 
        !           145: install-headers:
        !           146:        -@if test "$(INSTALL_HEADERS)"; then \
        !           147:                for i in `echo $(INSTALL_HEADERS)`; do \
        !           148:                        i=`$(top_srcdir)/build/shtool path -d $$i`; \
        !           149:                        paths="$$paths $(INSTALL_ROOT)$(phpincludedir)/$$i"; \
        !           150:                done; \
        !           151:                $(mkinstalldirs) $$paths && \
        !           152:                echo "Installing header files:          $(INSTALL_ROOT)$(phpincludedir)/" && \
        !           153:                for i in `echo $(INSTALL_HEADERS)`; do \
        !           154:                        if test "$(PHP_PECL_EXTENSION)"; then \
        !           155:                                src=`echo $$i | $(SED) -e "s#ext/$(PHP_PECL_EXTENSION)/##g"`; \
        !           156:                        else \
        !           157:                                src=$$i; \
        !           158:                        fi; \
        !           159:                        if test -f "$(top_srcdir)/$$src"; then \
        !           160:                                $(INSTALL_DATA) $(top_srcdir)/$$src $(INSTALL_ROOT)$(phpincludedir)/$$i; \
        !           161:                        elif test -f "$(top_builddir)/$$src"; then \
        !           162:                                $(INSTALL_DATA) $(top_builddir)/$$src $(INSTALL_ROOT)$(phpincludedir)/$$i; \
        !           163:                        else \
        !           164:                                (cd $(top_srcdir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i; \
        !           165:                                cd $(top_builddir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i) 2>/dev/null || true; \
        !           166:                        fi \
        !           167:                done; \
        !           168:        fi
        !           169: 
        !           170: PHP_TEST_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1'
        !           171: PHP_TEST_SHARED_EXTENSIONS =  ` \
        !           172:        if test "x$(PHP_MODULES)" != "x"; then \
        !           173:                for i in $(PHP_MODULES)""; do \
        !           174:                        . $$i; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \
        !           175:                done; \
        !           176:        fi; \
        !           177:        if test "x$(PHP_ZEND_EX)" != "x"; then \
        !           178:                for i in $(PHP_ZEND_EX)""; do \
        !           179:                        . $$i; $(top_srcdir)/build/shtool echo -n -- " -d $(ZEND_EXT_TYPE)=$(top_builddir)/modules/$$dlname"; \
        !           180:                done; \
        !           181:        fi`
        !           182: PHP_DEPRECATED_DIRECTIVES_REGEX = '^(magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ ]*='
        !           183: 
        !           184: test: all
        !           185:        -@if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \
        !           186:                INI_FILE=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/null`; \
        !           187:                if test "$$INI_FILE"; then \
        !           188:                        $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini; \
        !           189:                else \
        !           190:                        echo > $(top_builddir)/tmp-php.ini; \
        !           191:                fi; \
        !           192:                INI_SCANNED_PATH=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r '$$a = explode(",\n", trim(php_ini_scanned_files())); echo $$a[0];' 2> /dev/null`; \
        !           193:                if test "$$INI_SCANNED_PATH"; then \
        !           194:                        INI_SCANNED_PATH=`$(top_srcdir)/build/shtool path -d $$INI_SCANNED_PATH`; \
        !           195:                        $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini; \
        !           196:                fi; \
        !           197:                TEST_PHP_EXECUTABLE=$(PHP_EXECUTABLE) \
        !           198:                TEST_PHP_SRCDIR=$(top_srcdir) \
        !           199:                CC="$(CC)" \
        !           200:                        $(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); \
        !           201:                rm $(top_builddir)/tmp-php.ini; \
        !           202:        else \
        !           203:                echo "ERROR: Cannot run tests without CLI sapi."; \
        !           204:        fi
        !           205: 
        !           206: clean:
        !           207:        find . -name \*.gcno -o -name \*.gcda | xargs rm -f
        !           208:        find . -name \*.lo -o -name \*.o | xargs rm -f
        !           209:        find . -name \*.la -o -name \*.a | xargs rm -f 
        !           210:        find . -name \*.so | xargs rm -f
        !           211:        find . -name .libs -a -type d|xargs rm -rf
        !           212:        rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*
        !           213: 
        !           214: distclean: clean
        !           215:        rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp
        !           216:        $(EGREP) define'.*include/php' $(top_srcdir)/configure | $(SED) 's/.*>//'|xargs rm -f
        !           217: 
        !           218: .PHONY: all clean install distclean test
        !           219: .NOEXPORT:
        !           220: cli: $(SAPI_CLI_PATH)
        !           221: 
        !           222: $(SAPI_CLI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_BINARY_OBJS) $(PHP_CLI_OBJS)
        !           223:        $(BUILD_CLI)
        !           224: 
        !           225: install-cli: $(SAPI_CLI_PATH)
        !           226:        @echo "Installing PHP CLI binary:        $(INSTALL_ROOT)$(bindir)/"
        !           227:        @$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
        !           228:        @$(INSTALL) -m 0755 $(SAPI_CLI_PATH) $(INSTALL_ROOT)$(bindir)/$(program_prefix)php$(program_suffix)$(EXEEXT)
        !           229:        @echo "Installing PHP CLI man page:      $(INSTALL_ROOT)$(mandir)/man1/"
        !           230:        @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
        !           231:        @$(INSTALL_DATA) sapi/cli/php.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)php$(program_suffix).1
        !           232: 
        !           233: cgi: $(SAPI_CGI_PATH)
        !           234: 
        !           235: $(SAPI_CGI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_BINARY_OBJS) $(PHP_CGI_OBJS)
        !           236:        $(BUILD_CGI)
        !           237: 
        !           238: install-cgi: $(SAPI_CGI_PATH)
        !           239:        @echo "Installing PHP CGI binary:        $(INSTALL_ROOT)$(bindir)/"
        !           240:        @$(INSTALL) -m 0755 $(SAPI_CGI_PATH) $(INSTALL_ROOT)$(bindir)/$(program_prefix)php-cgi$(program_suffix)$(EXEEXT)
        !           241: 
        !           242: 
        !           243: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/var_unserializer.c: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/var_unserializer.re
        !           244:        @(cd $(top_srcdir); $(RE2C) -b -o ext/standard/var_unserializer.c ext/standard/var_unserializer.re)
        !           245: 
        !           246: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/url_scanner_ex.c: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/url_scanner_ex.re
        !           247:        @(cd $(top_srcdir); $(RE2C) -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re)
        !           248: 
        !           249: ext/standard/info.lo: ext/standard/../../main/build-defs.h
        !           250: 
        !           251: ext/standard/basic_functions.lo: $(top_srcdir)/Zend/zend_language_parser.h
        !           252: 
        !           253: #
        !           254: # Build environment install
        !           255: #
        !           256: 
        !           257: phpincludedir = $(includedir)/php
        !           258: phpbuilddir = $(libdir)/build
        !           259: 
        !           260: BUILD_FILES = \
        !           261:        scripts/phpize.m4 \
        !           262:        build/mkdep.awk \
        !           263:        build/scan_makefile_in.awk \
        !           264:        build/libtool.m4 \
        !           265:        Makefile.global \
        !           266:        acinclude.m4 \
        !           267:        ltmain.sh \
        !           268:        run-tests.php
        !           269: 
        !           270: BUILD_FILES_EXEC = \
        !           271:        build/shtool \
        !           272:        config.guess \
        !           273:        config.sub
        !           274: 
        !           275: bin_SCRIPTS = phpize php-config
        !           276: man_PAGES = phpize php-config
        !           277: 
        !           278: install-build:
        !           279:        @echo "Installing build environment:     $(INSTALL_ROOT)$(phpbuilddir)/"
        !           280:        @$(mkinstalldirs) $(INSTALL_ROOT)$(phpbuilddir) $(INSTALL_ROOT)$(bindir) && \
        !           281:        (cd $(top_srcdir) && \
        !           282:        $(INSTALL) $(BUILD_FILES_EXEC) $(INSTALL_ROOT)$(phpbuilddir) && \
        !           283:        $(INSTALL_DATA) $(BUILD_FILES) $(INSTALL_ROOT)$(phpbuilddir))
        !           284: 
        !           285: install-programs: scripts/phpize scripts/php-config
        !           286:        @echo "Installing helper programs:       $(INSTALL_ROOT)$(bindir)/"
        !           287:        @$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
        !           288:        @for prog in $(bin_SCRIPTS); do \
        !           289:                echo "  program: $(program_prefix)$${prog}$(program_suffix)"; \
        !           290:                $(INSTALL) -m 755 scripts/$${prog} $(INSTALL_ROOT)$(bindir)/$(program_prefix)$${prog}$(program_suffix); \
        !           291:        done
        !           292:        @echo "Installing man pages:             $(INSTALL_ROOT)$(mandir)/man1/"
        !           293:        @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
        !           294:        @for page in $(man_PAGES); do \
        !           295:                echo "  page: $(program_prefix)$${page}$(program_suffix).1"; \
        !           296:                $(INSTALL_DATA) scripts/man1/$${page}.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)$${page}$(program_suffix).1; \
        !           297:        done
        !           298:        
        !           299: scripts/phpize: /usr/ports/lang/php5/work/php-5.4.3/scripts/phpize.in $(top_builddir)/config.status
        !           300:        (CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)
        !           301: 
        !           302: scripts/php-config: /usr/ports/lang/php5/work/php-5.4.3/scripts/php-config.in $(top_builddir)/config.status
        !           303:        (CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)
        !           304: 
        !           305: #
        !           306: # Zend
        !           307: #
        !           308: 
        !           309: Zend/zend_language_scanner.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_language_parser.h
        !           310: Zend/zend_ini_scanner.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ini_parser.h
        !           311: 
        !           312: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_language_scanner.c: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_language_scanner.l
        !           313:        @(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --case-inverted -cbdFt Zend/zend_language_scanner_defs.h -oZend/zend_language_scanner.c Zend/zend_language_scanner.l)
        !           314: 
        !           315: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_language_parser.h: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_language_parser.c
        !           316: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_language_parser.c: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_language_parser.y
        !           317:        @$(YACC) -p zend -v -d /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_language_parser.y -o $@
        !           318: 
        !           319: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ini_parser.h: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ini_parser.c
        !           320: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ini_parser.c: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ini_parser.y
        !           321:        @$(YACC) -p ini_ -v -d /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ini_parser.y -o $@
        !           322: 
        !           323: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ini_scanner.c: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ini_scanner.l
        !           324:        @(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --case-inverted -cbdFt Zend/zend_ini_scanner_defs.h -oZend/zend_ini_scanner.c Zend/zend_ini_scanner.l)
        !           325: 
        !           326: Zend/zend_indent.lo Zend/zend_highlight.lo Zend/zend_compile.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_language_parser.h
        !           327: Zend/zend_execute.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_vm_execute.h /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_vm_opcodes.h
        !           328: sapi/cli/php_cli.lo: /usr/ports/lang/php5/work/php-5.4.3/sapi/cli/php_cli.c
        !           329:        $(LIBTOOL) --mode=compile $(CC)  -Isapi/cli/ -I/usr/ports/lang/php5/work/php-5.4.3/sapi/cli/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/sapi/cli/php_cli.c -o sapi/cli/php_cli.lo 
        !           330: sapi/cli/php_http_parser.lo: /usr/ports/lang/php5/work/php-5.4.3/sapi/cli/php_http_parser.c
        !           331:        $(LIBTOOL) --mode=compile $(CC)  -Isapi/cli/ -I/usr/ports/lang/php5/work/php-5.4.3/sapi/cli/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/sapi/cli/php_http_parser.c -o sapi/cli/php_http_parser.lo 
        !           332: sapi/cli/php_cli_server.lo: /usr/ports/lang/php5/work/php-5.4.3/sapi/cli/php_cli_server.c
        !           333:        $(LIBTOOL) --mode=compile $(CC)  -Isapi/cli/ -I/usr/ports/lang/php5/work/php-5.4.3/sapi/cli/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/sapi/cli/php_cli_server.c -o sapi/cli/php_cli_server.lo 
        !           334: sapi/embed/php_embed.lo: /usr/ports/lang/php5/work/php-5.4.3/sapi/embed/php_embed.c
        !           335:        $(LIBTOOL) --mode=compile $(CC)  -Isapi/embed/ -I/usr/ports/lang/php5/work/php-5.4.3/sapi/embed/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-non-pic -c /usr/ports/lang/php5/work/php-5.4.3/sapi/embed/php_embed.c -o sapi/embed/php_embed.lo 
        !           336: sapi/cgi/cgi_main.lo: /usr/ports/lang/php5/work/php-5.4.3/sapi/cgi/cgi_main.c
        !           337:        $(LIBTOOL) --mode=compile $(CC)  -Isapi/cgi/ -I/usr/ports/lang/php5/work/php-5.4.3/sapi/cgi/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/sapi/cgi/cgi_main.c -o sapi/cgi/cgi_main.lo 
        !           338: sapi/cgi/fastcgi.lo: /usr/ports/lang/php5/work/php-5.4.3/sapi/cgi/fastcgi.c
        !           339:        $(LIBTOOL) --mode=compile $(CC)  -Isapi/cgi/ -I/usr/ports/lang/php5/work/php-5.4.3/sapi/cgi/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/sapi/cgi/fastcgi.c -o sapi/cgi/fastcgi.lo 
        !           340: ext/date/php_date.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/date/php_date.c
        !           341:        $(LIBTOOL) --mode=compile $(CC) -Iext/date/lib -Iext/date/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/date/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/date/php_date.c -o ext/date/php_date.lo 
        !           342: ext/date/lib/astro.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/astro.c
        !           343:        $(LIBTOOL) --mode=compile $(CC) -Iext/date/lib -Iext/date/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/date/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/astro.c -o ext/date/lib/astro.lo 
        !           344: ext/date/lib/dow.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/dow.c
        !           345:        $(LIBTOOL) --mode=compile $(CC) -Iext/date/lib -Iext/date/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/date/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/dow.c -o ext/date/lib/dow.lo 
        !           346: ext/date/lib/parse_date.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/parse_date.c
        !           347:        $(LIBTOOL) --mode=compile $(CC) -Iext/date/lib -Iext/date/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/date/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/parse_date.c -o ext/date/lib/parse_date.lo 
        !           348: ext/date/lib/parse_tz.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/parse_tz.c
        !           349:        $(LIBTOOL) --mode=compile $(CC) -Iext/date/lib -Iext/date/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/date/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/parse_tz.c -o ext/date/lib/parse_tz.lo 
        !           350: ext/date/lib/timelib.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/timelib.c
        !           351:        $(LIBTOOL) --mode=compile $(CC) -Iext/date/lib -Iext/date/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/date/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/timelib.c -o ext/date/lib/timelib.lo 
        !           352: ext/date/lib/tm2unixtime.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/tm2unixtime.c
        !           353:        $(LIBTOOL) --mode=compile $(CC) -Iext/date/lib -Iext/date/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/date/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/tm2unixtime.c -o ext/date/lib/tm2unixtime.lo 
        !           354: ext/date/lib/unixtime2tm.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/unixtime2tm.c
        !           355:        $(LIBTOOL) --mode=compile $(CC) -Iext/date/lib -Iext/date/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/date/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/unixtime2tm.c -o ext/date/lib/unixtime2tm.lo 
        !           356: ext/date/lib/parse_iso_intervals.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/parse_iso_intervals.c
        !           357:        $(LIBTOOL) --mode=compile $(CC) -Iext/date/lib -Iext/date/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/date/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/parse_iso_intervals.c -o ext/date/lib/parse_iso_intervals.lo 
        !           358: ext/date/lib/interval.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/interval.c
        !           359:        $(LIBTOOL) --mode=compile $(CC) -Iext/date/lib -Iext/date/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/date/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/date/lib/interval.c -o ext/date/lib/interval.lo 
        !           360: ext/ereg/ereg.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/ereg/ereg.c
        !           361:        $(LIBTOOL) --mode=compile $(CC) -Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/ereg/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/ereg/ereg.c -o ext/ereg/ereg.lo 
        !           362: ext/ereg/regex/regcomp.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/ereg/regex/regcomp.c
        !           363:        $(LIBTOOL) --mode=compile $(CC) -Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/ereg/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/ereg/regex/regcomp.c -o ext/ereg/regex/regcomp.lo 
        !           364: ext/ereg/regex/regexec.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/ereg/regex/regexec.c
        !           365:        $(LIBTOOL) --mode=compile $(CC) -Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/ereg/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/ereg/regex/regexec.c -o ext/ereg/regex/regexec.lo 
        !           366: ext/ereg/regex/regerror.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/ereg/regex/regerror.c
        !           367:        $(LIBTOOL) --mode=compile $(CC) -Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/ereg/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/ereg/regex/regerror.c -o ext/ereg/regex/regerror.lo 
        !           368: ext/ereg/regex/regfree.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/ereg/regex/regfree.c
        !           369:        $(LIBTOOL) --mode=compile $(CC) -Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/ereg/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/ereg/regex/regfree.c -o ext/ereg/regex/regfree.lo 
        !           370: ext/libxml/libxml.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/libxml/libxml.c
        !           371:        $(LIBTOOL) --mode=compile $(CC)  -Iext/libxml/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/libxml/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/libxml/libxml.c -o ext/libxml/libxml.lo 
        !           372: ext/pcre/php_pcre.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/pcre/php_pcre.c
        !           373:        $(LIBTOOL) --mode=compile $(CC)  -Iext/pcre/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/pcre/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/pcre/php_pcre.c -o ext/pcre/php_pcre.lo 
        !           374: ext/reflection/php_reflection.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/reflection/php_reflection.c
        !           375:        $(LIBTOOL) --mode=compile $(CC)  -Iext/reflection/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/reflection/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/reflection/php_reflection.c -o ext/reflection/php_reflection.lo 
        !           376: ext/spl/php_spl.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/spl/php_spl.c
        !           377:        $(LIBTOOL) --mode=compile $(CC)  -Iext/spl/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/spl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/spl/php_spl.c -o ext/spl/php_spl.lo 
        !           378: ext/spl/spl_functions.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_functions.c
        !           379:        $(LIBTOOL) --mode=compile $(CC)  -Iext/spl/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/spl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_functions.c -o ext/spl/spl_functions.lo 
        !           380: ext/spl/spl_engine.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_engine.c
        !           381:        $(LIBTOOL) --mode=compile $(CC)  -Iext/spl/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/spl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_engine.c -o ext/spl/spl_engine.lo 
        !           382: ext/spl/spl_iterators.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_iterators.c
        !           383:        $(LIBTOOL) --mode=compile $(CC)  -Iext/spl/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/spl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_iterators.c -o ext/spl/spl_iterators.lo 
        !           384: ext/spl/spl_array.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_array.c
        !           385:        $(LIBTOOL) --mode=compile $(CC)  -Iext/spl/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/spl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_array.c -o ext/spl/spl_array.lo 
        !           386: ext/spl/spl_directory.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_directory.c
        !           387:        $(LIBTOOL) --mode=compile $(CC)  -Iext/spl/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/spl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_directory.c -o ext/spl/spl_directory.lo 
        !           388: ext/spl/spl_exceptions.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_exceptions.c
        !           389:        $(LIBTOOL) --mode=compile $(CC)  -Iext/spl/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/spl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_exceptions.c -o ext/spl/spl_exceptions.lo 
        !           390: ext/spl/spl_observer.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_observer.c
        !           391:        $(LIBTOOL) --mode=compile $(CC)  -Iext/spl/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/spl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_observer.c -o ext/spl/spl_observer.lo 
        !           392: ext/spl/spl_dllist.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_dllist.c
        !           393:        $(LIBTOOL) --mode=compile $(CC)  -Iext/spl/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/spl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_dllist.c -o ext/spl/spl_dllist.lo 
        !           394: ext/spl/spl_heap.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_heap.c
        !           395:        $(LIBTOOL) --mode=compile $(CC)  -Iext/spl/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/spl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_heap.c -o ext/spl/spl_heap.lo 
        !           396: ext/spl/spl_fixedarray.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_fixedarray.c
        !           397:        $(LIBTOOL) --mode=compile $(CC)  -Iext/spl/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/spl/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/spl/spl_fixedarray.c -o ext/spl/spl_fixedarray.lo 
        !           398: ext/standard/crypt_freesec.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/crypt_freesec.c
        !           399:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/crypt_freesec.c -o ext/standard/crypt_freesec.lo 
        !           400: ext/standard/crypt_blowfish.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/crypt_blowfish.c
        !           401:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/crypt_blowfish.c -o ext/standard/crypt_blowfish.lo 
        !           402: ext/standard/crypt_sha512.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/crypt_sha512.c
        !           403:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/crypt_sha512.c -o ext/standard/crypt_sha512.lo 
        !           404: ext/standard/crypt_sha256.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/crypt_sha256.c
        !           405:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/crypt_sha256.c -o ext/standard/crypt_sha256.lo 
        !           406: ext/standard/php_crypt_r.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/php_crypt_r.c
        !           407:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/php_crypt_r.c -o ext/standard/php_crypt_r.lo 
        !           408: ext/standard/array.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/array.c
        !           409:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/array.c -o ext/standard/array.lo 
        !           410: ext/standard/base64.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/base64.c
        !           411:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/base64.c -o ext/standard/base64.lo 
        !           412: ext/standard/basic_functions.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/basic_functions.c
        !           413:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/basic_functions.c -o ext/standard/basic_functions.lo 
        !           414: ext/standard/browscap.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/browscap.c
        !           415:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/browscap.c -o ext/standard/browscap.lo 
        !           416: ext/standard/crc32.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/crc32.c
        !           417:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/crc32.c -o ext/standard/crc32.lo 
        !           418: ext/standard/crypt.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/crypt.c
        !           419:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/crypt.c -o ext/standard/crypt.lo 
        !           420: ext/standard/cyr_convert.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/cyr_convert.c
        !           421:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/cyr_convert.c -o ext/standard/cyr_convert.lo 
        !           422: ext/standard/datetime.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/datetime.c
        !           423:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/datetime.c -o ext/standard/datetime.lo 
        !           424: ext/standard/dir.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/dir.c
        !           425:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/dir.c -o ext/standard/dir.lo 
        !           426: ext/standard/dl.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/dl.c
        !           427:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/dl.c -o ext/standard/dl.lo 
        !           428: ext/standard/dns.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/dns.c
        !           429:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/dns.c -o ext/standard/dns.lo 
        !           430: ext/standard/exec.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/exec.c
        !           431:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/exec.c -o ext/standard/exec.lo 
        !           432: ext/standard/file.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/file.c
        !           433:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/file.c -o ext/standard/file.lo 
        !           434: ext/standard/filestat.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/filestat.c
        !           435:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/filestat.c -o ext/standard/filestat.lo 
        !           436: ext/standard/flock_compat.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/flock_compat.c
        !           437:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/flock_compat.c -o ext/standard/flock_compat.lo 
        !           438: ext/standard/formatted_print.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/formatted_print.c
        !           439:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/formatted_print.c -o ext/standard/formatted_print.lo 
        !           440: ext/standard/fsock.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/fsock.c
        !           441:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/fsock.c -o ext/standard/fsock.lo 
        !           442: ext/standard/head.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/head.c
        !           443:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/head.c -o ext/standard/head.lo 
        !           444: ext/standard/html.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/html.c
        !           445:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/html.c -o ext/standard/html.lo 
        !           446: ext/standard/image.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/image.c
        !           447:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/image.c -o ext/standard/image.lo 
        !           448: ext/standard/info.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/info.c
        !           449:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/info.c -o ext/standard/info.lo 
        !           450: ext/standard/iptc.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/iptc.c
        !           451:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/iptc.c -o ext/standard/iptc.lo 
        !           452: ext/standard/lcg.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/lcg.c
        !           453:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/lcg.c -o ext/standard/lcg.lo 
        !           454: ext/standard/link.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/link.c
        !           455:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/link.c -o ext/standard/link.lo 
        !           456: ext/standard/mail.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/mail.c
        !           457:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/mail.c -o ext/standard/mail.lo 
        !           458: ext/standard/math.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/math.c
        !           459:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/math.c -o ext/standard/math.lo 
        !           460: ext/standard/md5.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/md5.c
        !           461:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/md5.c -o ext/standard/md5.lo 
        !           462: ext/standard/metaphone.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/metaphone.c
        !           463:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/metaphone.c -o ext/standard/metaphone.lo 
        !           464: ext/standard/microtime.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/microtime.c
        !           465:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/microtime.c -o ext/standard/microtime.lo 
        !           466: ext/standard/pack.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/pack.c
        !           467:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/pack.c -o ext/standard/pack.lo 
        !           468: ext/standard/pageinfo.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/pageinfo.c
        !           469:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/pageinfo.c -o ext/standard/pageinfo.lo 
        !           470: ext/standard/quot_print.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/quot_print.c
        !           471:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/quot_print.c -o ext/standard/quot_print.lo 
        !           472: ext/standard/rand.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/rand.c
        !           473:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/rand.c -o ext/standard/rand.lo 
        !           474: ext/standard/soundex.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/soundex.c
        !           475:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/soundex.c -o ext/standard/soundex.lo 
        !           476: ext/standard/string.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/string.c
        !           477:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/string.c -o ext/standard/string.lo 
        !           478: ext/standard/scanf.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/scanf.c
        !           479:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/scanf.c -o ext/standard/scanf.lo 
        !           480: ext/standard/syslog.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/syslog.c
        !           481:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/syslog.c -o ext/standard/syslog.lo 
        !           482: ext/standard/type.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/type.c
        !           483:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/type.c -o ext/standard/type.lo 
        !           484: ext/standard/uniqid.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/uniqid.c
        !           485:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/uniqid.c -o ext/standard/uniqid.lo 
        !           486: ext/standard/url.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/url.c
        !           487:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/url.c -o ext/standard/url.lo 
        !           488: ext/standard/var.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/var.c
        !           489:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/var.c -o ext/standard/var.lo 
        !           490: ext/standard/versioning.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/versioning.c
        !           491:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/versioning.c -o ext/standard/versioning.lo 
        !           492: ext/standard/assert.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/assert.c
        !           493:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/assert.c -o ext/standard/assert.lo 
        !           494: ext/standard/strnatcmp.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/strnatcmp.c
        !           495:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/strnatcmp.c -o ext/standard/strnatcmp.lo 
        !           496: ext/standard/levenshtein.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/levenshtein.c
        !           497:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/levenshtein.c -o ext/standard/levenshtein.lo 
        !           498: ext/standard/incomplete_class.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/incomplete_class.c
        !           499:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/incomplete_class.c -o ext/standard/incomplete_class.lo 
        !           500: ext/standard/url_scanner_ex.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/url_scanner_ex.c
        !           501:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/url_scanner_ex.c -o ext/standard/url_scanner_ex.lo 
        !           502: ext/standard/ftp_fopen_wrapper.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/ftp_fopen_wrapper.c
        !           503:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/ftp_fopen_wrapper.c -o ext/standard/ftp_fopen_wrapper.lo 
        !           504: ext/standard/http_fopen_wrapper.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/http_fopen_wrapper.c
        !           505:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/http_fopen_wrapper.c -o ext/standard/http_fopen_wrapper.lo 
        !           506: ext/standard/php_fopen_wrapper.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/php_fopen_wrapper.c
        !           507:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/php_fopen_wrapper.c -o ext/standard/php_fopen_wrapper.lo 
        !           508: ext/standard/credits.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/credits.c
        !           509:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/credits.c -o ext/standard/credits.lo 
        !           510: ext/standard/css.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/css.c
        !           511:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/css.c -o ext/standard/css.lo 
        !           512: ext/standard/var_unserializer.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/var_unserializer.c
        !           513:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/var_unserializer.c -o ext/standard/var_unserializer.lo 
        !           514: ext/standard/ftok.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/ftok.c
        !           515:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/ftok.c -o ext/standard/ftok.lo 
        !           516: ext/standard/sha1.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/sha1.c
        !           517:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/sha1.c -o ext/standard/sha1.lo 
        !           518: ext/standard/user_filters.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/user_filters.c
        !           519:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/user_filters.c -o ext/standard/user_filters.lo 
        !           520: ext/standard/uuencode.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/uuencode.c
        !           521:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/uuencode.c -o ext/standard/uuencode.lo 
        !           522: ext/standard/filters.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/filters.c
        !           523:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/filters.c -o ext/standard/filters.lo 
        !           524: ext/standard/proc_open.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/proc_open.c
        !           525:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/proc_open.c -o ext/standard/proc_open.lo 
        !           526: ext/standard/streamsfuncs.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/streamsfuncs.c
        !           527:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/streamsfuncs.c -o ext/standard/streamsfuncs.lo 
        !           528: ext/standard/http.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/standard/http.c
        !           529:        $(LIBTOOL) --mode=compile $(CC)  -Iext/standard/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/standard/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/standard/http.c -o ext/standard/http.lo 
        !           530: ext/mysqlnd/mysqlnd.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd.c
        !           531:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd.c -o ext/mysqlnd/mysqlnd.lo 
        !           532: ext/mysqlnd/mysqlnd_alloc.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_alloc.c
        !           533:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_alloc.c -o ext/mysqlnd/mysqlnd_alloc.lo 
        !           534: ext/mysqlnd/mysqlnd_bt.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_bt.c
        !           535:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_bt.c -o ext/mysqlnd/mysqlnd_bt.lo 
        !           536: ext/mysqlnd/mysqlnd_charset.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_charset.c
        !           537:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_charset.c -o ext/mysqlnd/mysqlnd_charset.lo 
        !           538: ext/mysqlnd/mysqlnd_wireprotocol.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_wireprotocol.c
        !           539:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_wireprotocol.c -o ext/mysqlnd/mysqlnd_wireprotocol.lo 
        !           540: ext/mysqlnd/mysqlnd_loaddata.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_loaddata.c
        !           541:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_loaddata.c -o ext/mysqlnd/mysqlnd_loaddata.lo 
        !           542: ext/mysqlnd/mysqlnd_reverse_api.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_reverse_api.c
        !           543:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_reverse_api.c -o ext/mysqlnd/mysqlnd_reverse_api.lo 
        !           544: ext/mysqlnd/mysqlnd_net.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_net.c
        !           545:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_net.c -o ext/mysqlnd/mysqlnd_net.lo 
        !           546: ext/mysqlnd/mysqlnd_statistics.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_statistics.c
        !           547:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_statistics.c -o ext/mysqlnd/mysqlnd_statistics.lo 
        !           548: ext/mysqlnd/mysqlnd_driver.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_driver.c
        !           549:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_driver.c -o ext/mysqlnd/mysqlnd_driver.lo 
        !           550: ext/mysqlnd/mysqlnd_ext_plugin.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_ext_plugin.c
        !           551:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_ext_plugin.c -o ext/mysqlnd/mysqlnd_ext_plugin.lo 
        !           552: ext/mysqlnd/mysqlnd_auth.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_auth.c
        !           553:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_auth.c -o ext/mysqlnd/mysqlnd_auth.lo 
        !           554: ext/mysqlnd/mysqlnd_result.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_result.c
        !           555:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_result.c -o ext/mysqlnd/mysqlnd_result.lo 
        !           556: ext/mysqlnd/mysqlnd_result_meta.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_result_meta.c
        !           557:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_result_meta.c -o ext/mysqlnd/mysqlnd_result_meta.lo 
        !           558: ext/mysqlnd/mysqlnd_debug.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_debug.c
        !           559:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_debug.c -o ext/mysqlnd/mysqlnd_debug.lo 
        !           560: ext/mysqlnd/mysqlnd_block_alloc.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_block_alloc.c
        !           561:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_block_alloc.c -o ext/mysqlnd/mysqlnd_block_alloc.lo 
        !           562: ext/mysqlnd/mysqlnd_plugin.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_plugin.c
        !           563:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_plugin.c -o ext/mysqlnd/mysqlnd_plugin.lo 
        !           564: ext/mysqlnd/php_mysqlnd.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/php_mysqlnd.c
        !           565:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/php_mysqlnd.c -o ext/mysqlnd/php_mysqlnd.lo 
        !           566: ext/mysqlnd/mysqlnd_ps.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_ps.c
        !           567:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_ps.c -o ext/mysqlnd/mysqlnd_ps.lo 
        !           568: ext/mysqlnd/mysqlnd_ps_codec.lo: /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_ps_codec.c
        !           569:        $(LIBTOOL) --mode=compile $(CC)  -Iext/mysqlnd/ -I/usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/ext/mysqlnd/mysqlnd_ps_codec.c -o ext/mysqlnd/mysqlnd_ps_codec.lo 
        !           570: TSRM/TSRM.lo: /usr/ports/lang/php5/work/php-5.4.3/TSRM/TSRM.c
        !           571:        $(LIBTOOL) --mode=compile $(CC)  -ITSRM/ -I/usr/ports/lang/php5/work/php-5.4.3/TSRM/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/TSRM/TSRM.c -o TSRM/TSRM.lo 
        !           572: TSRM/tsrm_strtok_r.lo: /usr/ports/lang/php5/work/php-5.4.3/TSRM/tsrm_strtok_r.c
        !           573:        $(LIBTOOL) --mode=compile $(CC)  -ITSRM/ -I/usr/ports/lang/php5/work/php-5.4.3/TSRM/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/TSRM/tsrm_strtok_r.c -o TSRM/tsrm_strtok_r.lo 
        !           574: TSRM/tsrm_virtual_cwd.lo: /usr/ports/lang/php5/work/php-5.4.3/TSRM/tsrm_virtual_cwd.c
        !           575:        $(LIBTOOL) --mode=compile $(CC)  -ITSRM/ -I/usr/ports/lang/php5/work/php-5.4.3/TSRM/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/TSRM/tsrm_virtual_cwd.c -o TSRM/tsrm_virtual_cwd.lo 
        !           576: main/main.lo: /usr/ports/lang/php5/work/php-5.4.3/main/main.c
        !           577:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/main.c -o main/main.lo 
        !           578: main/snprintf.lo: /usr/ports/lang/php5/work/php-5.4.3/main/snprintf.c
        !           579:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/snprintf.c -o main/snprintf.lo 
        !           580: main/spprintf.lo: /usr/ports/lang/php5/work/php-5.4.3/main/spprintf.c
        !           581:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/spprintf.c -o main/spprintf.lo 
        !           582: main/php_sprintf.lo: /usr/ports/lang/php5/work/php-5.4.3/main/php_sprintf.c
        !           583:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/php_sprintf.c -o main/php_sprintf.lo 
        !           584: main/fopen_wrappers.lo: /usr/ports/lang/php5/work/php-5.4.3/main/fopen_wrappers.c
        !           585:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/fopen_wrappers.c -o main/fopen_wrappers.lo 
        !           586: main/alloca.lo: /usr/ports/lang/php5/work/php-5.4.3/main/alloca.c
        !           587:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/alloca.c -o main/alloca.lo 
        !           588: main/php_scandir.lo: /usr/ports/lang/php5/work/php-5.4.3/main/php_scandir.c
        !           589:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/php_scandir.c -o main/php_scandir.lo 
        !           590: main/php_ini.lo: /usr/ports/lang/php5/work/php-5.4.3/main/php_ini.c
        !           591:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/php_ini.c -o main/php_ini.lo 
        !           592: main/SAPI.lo: /usr/ports/lang/php5/work/php-5.4.3/main/SAPI.c
        !           593:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/SAPI.c -o main/SAPI.lo 
        !           594: main/rfc1867.lo: /usr/ports/lang/php5/work/php-5.4.3/main/rfc1867.c
        !           595:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/rfc1867.c -o main/rfc1867.lo 
        !           596: main/php_content_types.lo: /usr/ports/lang/php5/work/php-5.4.3/main/php_content_types.c
        !           597:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/php_content_types.c -o main/php_content_types.lo 
        !           598: main/strlcpy.lo: /usr/ports/lang/php5/work/php-5.4.3/main/strlcpy.c
        !           599:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/strlcpy.c -o main/strlcpy.lo 
        !           600: main/strlcat.lo: /usr/ports/lang/php5/work/php-5.4.3/main/strlcat.c
        !           601:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/strlcat.c -o main/strlcat.lo 
        !           602: main/mergesort.lo: /usr/ports/lang/php5/work/php-5.4.3/main/mergesort.c
        !           603:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/mergesort.c -o main/mergesort.lo 
        !           604: main/reentrancy.lo: /usr/ports/lang/php5/work/php-5.4.3/main/reentrancy.c
        !           605:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/reentrancy.c -o main/reentrancy.lo 
        !           606: main/php_variables.lo: /usr/ports/lang/php5/work/php-5.4.3/main/php_variables.c
        !           607:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/php_variables.c -o main/php_variables.lo 
        !           608: main/php_ticks.lo: /usr/ports/lang/php5/work/php-5.4.3/main/php_ticks.c
        !           609:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/php_ticks.c -o main/php_ticks.lo 
        !           610: main/network.lo: /usr/ports/lang/php5/work/php-5.4.3/main/network.c
        !           611:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/network.c -o main/network.lo 
        !           612: main/php_open_temporary_file.lo: /usr/ports/lang/php5/work/php-5.4.3/main/php_open_temporary_file.c
        !           613:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/php_open_temporary_file.c -o main/php_open_temporary_file.lo 
        !           614: main/php_logos.lo: /usr/ports/lang/php5/work/php-5.4.3/main/php_logos.c
        !           615:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/php_logos.c -o main/php_logos.lo 
        !           616: main/output.lo: /usr/ports/lang/php5/work/php-5.4.3/main/output.c
        !           617:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/output.c -o main/output.lo 
        !           618: main/getopt.lo: /usr/ports/lang/php5/work/php-5.4.3/main/getopt.c
        !           619:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/getopt.c -o main/getopt.lo 
        !           620: main/streams/streams.lo: /usr/ports/lang/php5/work/php-5.4.3/main/streams/streams.c
        !           621:        $(LIBTOOL) --mode=compile $(CC)  -Imain/streams/ -I/usr/ports/lang/php5/work/php-5.4.3/main/streams/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/streams/streams.c -o main/streams/streams.lo 
        !           622: main/streams/cast.lo: /usr/ports/lang/php5/work/php-5.4.3/main/streams/cast.c
        !           623:        $(LIBTOOL) --mode=compile $(CC)  -Imain/streams/ -I/usr/ports/lang/php5/work/php-5.4.3/main/streams/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/streams/cast.c -o main/streams/cast.lo 
        !           624: main/streams/memory.lo: /usr/ports/lang/php5/work/php-5.4.3/main/streams/memory.c
        !           625:        $(LIBTOOL) --mode=compile $(CC)  -Imain/streams/ -I/usr/ports/lang/php5/work/php-5.4.3/main/streams/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/streams/memory.c -o main/streams/memory.lo 
        !           626: main/streams/filter.lo: /usr/ports/lang/php5/work/php-5.4.3/main/streams/filter.c
        !           627:        $(LIBTOOL) --mode=compile $(CC)  -Imain/streams/ -I/usr/ports/lang/php5/work/php-5.4.3/main/streams/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/streams/filter.c -o main/streams/filter.lo 
        !           628: main/streams/plain_wrapper.lo: /usr/ports/lang/php5/work/php-5.4.3/main/streams/plain_wrapper.c
        !           629:        $(LIBTOOL) --mode=compile $(CC)  -Imain/streams/ -I/usr/ports/lang/php5/work/php-5.4.3/main/streams/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/streams/plain_wrapper.c -o main/streams/plain_wrapper.lo 
        !           630: main/streams/userspace.lo: /usr/ports/lang/php5/work/php-5.4.3/main/streams/userspace.c
        !           631:        $(LIBTOOL) --mode=compile $(CC)  -Imain/streams/ -I/usr/ports/lang/php5/work/php-5.4.3/main/streams/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/streams/userspace.c -o main/streams/userspace.lo 
        !           632: main/streams/transports.lo: /usr/ports/lang/php5/work/php-5.4.3/main/streams/transports.c
        !           633:        $(LIBTOOL) --mode=compile $(CC)  -Imain/streams/ -I/usr/ports/lang/php5/work/php-5.4.3/main/streams/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/streams/transports.c -o main/streams/transports.lo 
        !           634: main/streams/xp_socket.lo: /usr/ports/lang/php5/work/php-5.4.3/main/streams/xp_socket.c
        !           635:        $(LIBTOOL) --mode=compile $(CC)  -Imain/streams/ -I/usr/ports/lang/php5/work/php-5.4.3/main/streams/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/streams/xp_socket.c -o main/streams/xp_socket.lo 
        !           636: main/streams/mmap.lo: /usr/ports/lang/php5/work/php-5.4.3/main/streams/mmap.c
        !           637:        $(LIBTOOL) --mode=compile $(CC)  -Imain/streams/ -I/usr/ports/lang/php5/work/php-5.4.3/main/streams/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/streams/mmap.c -o main/streams/mmap.lo 
        !           638: main/streams/glob_wrapper.lo: /usr/ports/lang/php5/work/php-5.4.3/main/streams/glob_wrapper.c
        !           639:        $(LIBTOOL) --mode=compile $(CC)  -Imain/streams/ -I/usr/ports/lang/php5/work/php-5.4.3/main/streams/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/main/streams/glob_wrapper.c -o main/streams/glob_wrapper.lo 
        !           640: main/internal_functions.lo: main/internal_functions.c
        !           641:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c main/internal_functions.c -o main/internal_functions.lo 
        !           642: main/internal_functions_cli.lo: main/internal_functions_cli.c
        !           643:        $(LIBTOOL) --mode=compile $(CC)  -Imain/ -I/usr/ports/lang/php5/work/php-5.4.3/main/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c main/internal_functions_cli.c -o main/internal_functions_cli.lo 
        !           644: Zend/zend_language_parser.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_language_parser.c
        !           645:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_language_parser.c -o Zend/zend_language_parser.lo 
        !           646: Zend/zend_language_scanner.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_language_scanner.c
        !           647:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_language_scanner.c -o Zend/zend_language_scanner.lo 
        !           648: Zend/zend_ini_parser.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ini_parser.c
        !           649:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ini_parser.c -o Zend/zend_ini_parser.lo 
        !           650: Zend/zend_ini_scanner.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ini_scanner.c
        !           651:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ini_scanner.c -o Zend/zend_ini_scanner.lo 
        !           652: Zend/zend_alloc.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_alloc.c
        !           653:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_alloc.c -o Zend/zend_alloc.lo 
        !           654: Zend/zend_compile.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_compile.c
        !           655:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_compile.c -o Zend/zend_compile.lo 
        !           656: Zend/zend_constants.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_constants.c
        !           657:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_constants.c -o Zend/zend_constants.lo 
        !           658: Zend/zend_dynamic_array.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_dynamic_array.c
        !           659:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_dynamic_array.c -o Zend/zend_dynamic_array.lo 
        !           660: Zend/zend_dtrace.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_dtrace.c
        !           661:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_dtrace.c -o Zend/zend_dtrace.lo 
        !           662: Zend/zend_execute_API.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_execute_API.c
        !           663:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_execute_API.c -o Zend/zend_execute_API.lo 
        !           664: Zend/zend_highlight.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_highlight.c
        !           665:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_highlight.c -o Zend/zend_highlight.lo 
        !           666: Zend/zend_llist.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_llist.c
        !           667:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_llist.c -o Zend/zend_llist.lo 
        !           668: Zend/zend_opcode.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_opcode.c
        !           669:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_opcode.c -o Zend/zend_opcode.lo 
        !           670: Zend/zend_operators.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_operators.c
        !           671:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_operators.c -o Zend/zend_operators.lo 
        !           672: Zend/zend_ptr_stack.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ptr_stack.c
        !           673:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ptr_stack.c -o Zend/zend_ptr_stack.lo 
        !           674: Zend/zend_stack.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_stack.c
        !           675:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_stack.c -o Zend/zend_stack.lo 
        !           676: Zend/zend_variables.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_variables.c
        !           677:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_variables.c -o Zend/zend_variables.lo 
        !           678: Zend/zend.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend.c
        !           679:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend.c -o Zend/zend.lo 
        !           680: Zend/zend_API.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_API.c
        !           681:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_API.c -o Zend/zend_API.lo 
        !           682: Zend/zend_extensions.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_extensions.c
        !           683:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_extensions.c -o Zend/zend_extensions.lo 
        !           684: Zend/zend_hash.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_hash.c
        !           685:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_hash.c -o Zend/zend_hash.lo 
        !           686: Zend/zend_list.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_list.c
        !           687:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_list.c -o Zend/zend_list.lo 
        !           688: Zend/zend_indent.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_indent.c
        !           689:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_indent.c -o Zend/zend_indent.lo 
        !           690: Zend/zend_builtin_functions.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_builtin_functions.c
        !           691:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_builtin_functions.c -o Zend/zend_builtin_functions.lo 
        !           692: Zend/zend_sprintf.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_sprintf.c
        !           693:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_sprintf.c -o Zend/zend_sprintf.lo 
        !           694: Zend/zend_ini.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ini.c
        !           695:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ini.c -o Zend/zend_ini.lo 
        !           696: Zend/zend_qsort.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_qsort.c
        !           697:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_qsort.c -o Zend/zend_qsort.lo 
        !           698: Zend/zend_multibyte.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_multibyte.c
        !           699:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_multibyte.c -o Zend/zend_multibyte.lo 
        !           700: Zend/zend_ts_hash.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ts_hash.c
        !           701:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_ts_hash.c -o Zend/zend_ts_hash.lo 
        !           702: Zend/zend_stream.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_stream.c
        !           703:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_stream.c -o Zend/zend_stream.lo 
        !           704: Zend/zend_iterators.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_iterators.c
        !           705:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_iterators.c -o Zend/zend_iterators.lo 
        !           706: Zend/zend_interfaces.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_interfaces.c
        !           707:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_interfaces.c -o Zend/zend_interfaces.lo 
        !           708: Zend/zend_exceptions.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_exceptions.c
        !           709:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_exceptions.c -o Zend/zend_exceptions.lo 
        !           710: Zend/zend_strtod.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_strtod.c
        !           711:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_strtod.c -o Zend/zend_strtod.lo 
        !           712: Zend/zend_gc.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_gc.c
        !           713:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_gc.c -o Zend/zend_gc.lo 
        !           714: Zend/zend_closures.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_closures.c
        !           715:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_closures.c -o Zend/zend_closures.lo 
        !           716: Zend/zend_float.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_float.c
        !           717:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_float.c -o Zend/zend_float.lo 
        !           718: Zend/zend_string.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_string.c
        !           719:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_string.c -o Zend/zend_string.lo 
        !           720: Zend/zend_signal.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_signal.c
        !           721:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_signal.c -o Zend/zend_signal.lo 
        !           722: Zend/zend_objects.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_objects.c
        !           723:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_objects.c -o Zend/zend_objects.lo 
        !           724: Zend/zend_object_handlers.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_object_handlers.c
        !           725:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_object_handlers.c -o Zend/zend_object_handlers.lo 
        !           726: Zend/zend_objects_API.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_objects_API.c
        !           727:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_objects_API.c -o Zend/zend_objects_API.lo 
        !           728: Zend/zend_default_classes.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_default_classes.c
        !           729:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_default_classes.c -o Zend/zend_default_classes.lo 
        !           730: Zend/zend_execute.lo: /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_execute.c
        !           731:        $(LIBTOOL) --mode=compile $(CC)  -IZend/ -I/usr/ports/lang/php5/work/php-5.4.3/Zend/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /usr/ports/lang/php5/work/php-5.4.3/Zend/zend_execute.c -o Zend/zend_execute.lo 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>