Last active
August 29, 2015 13:58
-
-
Save francisbesset/9942778 to your computer and use it in GitHub Desktop.
WiringPi config.m4 problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Configuring for: | |
PHP Api Version: 20100412 | |
Zend Module Api No: 20100525 | |
Zend Extension Api No: 220100525 | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for a sed that does not truncate output... /bin/sed | |
checking for cc... cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking how to run the C preprocessor... cc -E | |
checking for icc... no | |
checking for suncc... no | |
checking whether cc understands -c and -o together... yes | |
checking for system library directory... lib | |
checking if compiler supports -R... no | |
checking if compiler supports -Wl,-rpath,... yes | |
checking build system type... armv6l-unknown-linux-gnueabihf | |
checking host system type... armv6l-unknown-linux-gnueabihf | |
checking target system type... armv6l-unknown-linux-gnueabihf | |
checking for PHP prefix... /usr | |
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 | |
checking for PHP extension directory... /usr/lib/php5/20100525+lfs | |
checking for PHP installed headers prefix... /usr/include/php5 | |
checking if debug is enabled... no | |
checking if zts is enabled... no | |
checking for re2c... no | |
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. | |
checking for gawk... no | |
checking for nawk... nawk | |
checking if nawk is broken... no | |
checking for WiringPi support... yes, shared | |
checking for WiringPi in default path... found in /usr/local | |
checking for digitalRead in -lwiringPi... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... (cached) /bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by cc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert armv6l-unknown-linux-gnueabihf file names to armv6l-unknown-linux-gnueabihf format... func_convert_file_noop | |
checking how to convert armv6l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking for gawk... (cached) nawk | |
checking command to parse /usr/bin/nm -B output from cc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if cc supports -fno-rtti -fno-exceptions... no | |
checking for cc option to produce PIC... -fPIC -DPIC | |
checking if cc PIC flag -fPIC -DPIC works... yes | |
checking if cc static flag -static works... yes | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
configure: creating ./config.status | |
config.status: creating config.h | |
config.status: executing libtool commands | |
/bin/bash /home/pi/phpgpio/libtool --mode=compile cc -I. -I/home/pi/phpgpio -DPHP_ATOM_INC -I/home/pi/phpgpio/include -I/home/pi/phpgpio/main -I/home/pi/phpgpio -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /home/pi/phpgpio/gpio.c -o gpio.lo | |
libtool: compile: cc -I. -I/home/pi/phpgpio -DPHP_ATOM_INC -I/home/pi/phpgpio/include -I/home/pi/phpgpio/main -I/home/pi/phpgpio -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /home/pi/phpgpio/gpio.c -fPIC -DPIC -o .libs/gpio.o | |
/bin/bash /home/pi/phpgpio/libtool --mode=link cc -DPHP_ATOM_INC -I/home/pi/phpgpio/include -I/home/pi/phpgpio/main -I/home/pi/phpgpio -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -o gpio.la -export-dynamic -avoid-version -prefer-pic -module -rpath /home/pi/phpgpio/modules gpio.lo | |
libtool: link: cc -shared -fPIC -DPIC .libs/gpio.o -O2 -Wl,-soname -Wl,gpio.so -o .libs/gpio.so | |
libtool: link: ( cd ".libs" && rm -f "gpio.la" && ln -s "../gpio.la" "gpio.la" ) | |
/bin/bash /home/pi/phpgpio/libtool --mode=install cp ./gpio.la /home/pi/phpgpio/modules | |
libtool: install: cp ./.libs/gpio.so /home/pi/phpgpio/modules/gpio.so | |
libtool: install: cp ./.libs/gpio.lai /home/pi/phpgpio/modules/gpio.la | |
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n /home/pi/phpgpio/modules | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/home/pi/phpgpio/modules | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
Build complete. | |
Don't forget to run 'make test'. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dnl config.m4 for extension GPIO | |
PHP_ARG_WITH(wiringpi, for WiringPi support, | |
[ --with-wiringpi=DIR Path to WiringPi library]) | |
if test "$PHP_WIRINGPI" != "no"; then | |
if test -r $PHP_WIRINGPI/include/wiringPi.h; then | |
WIRINGPI_DIR=$PHP_WIRINGPI | |
else | |
AC_MSG_CHECKING(for WiringPi in default path) | |
for i in /usr/local /usr; do | |
if test -r $i/include/wiringPi.h; then | |
WIRINGPI_DIR=$i | |
AC_MSG_RESULT(found in $i) | |
break | |
fi | |
done | |
fi | |
if test -z "$WIRINGPI_DIR"; then | |
AC_MSG_RESULT(not found) | |
AC_MSG_ERROR(Please reinstall the WiringPi distribution - | |
wiringPi.h should be in <wiringpi-dir>/include/) | |
fi | |
PHP_ADD_INCLUDE($WIRINGPI_DIR/include) | |
LIBNAME=wiringPi # you may want to change this | |
LIBSYMBOL=digitalRead # you most likely want to change this | |
PHP_CHECK_LIBRARY($LIBNAME,$LIBSYMBOL, | |
[ | |
PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $WIRINGPI_DIR/lib, WIRINGPI_SHARED_LIBADD) | |
AC_DEFINE(HAVE_WIRINGPI,1,[ ]) | |
],[ | |
AC_MSG_ERROR([wrong WiringPi lib version or lib not found]) | |
],[ | |
-L$WIRINGPI_DIR/lib -lm | |
]) | |
PHP_SUBST(WIRINGPI_SHARED_LIBADD) | |
PHP_NEW_EXTENSION(gpio, gpio.c, $ext_shared) | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TERM=xterm | |
SHELL=/bin/bash | |
SSH_CLIENT=192.168.0.1 58803 22 | |
SSH_TTY=/dev/pts/0 | |
USER=pi | |
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36: | |
MAIL=/var/mail/pi | |
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games | |
PWD=/home/pi/phpgpio | |
LANG=fr_FR.UTF-8 | |
SHLVL=1 | |
HOME=/home/pi | |
LOGNAME=pi | |
SSH_CONNECTION=192.168.0.1 58803 192.168.0.3 22 | |
_=/usr/bin/env | |
OLDPWD=/home/pi/phpgpio/9942778 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ls -lah /usr/local/lib/ | |
total 92K | |
drwxr-sr-x 6 root staff 4,0K févr. 6 17:28 . | |
drwxrwsr-x 10 root staff 4,0K janv. 7 22:02 .. | |
lrwxrwxrwx 1 root staff 21 févr. 6 17:28 libwiringPiDev.so -> libwiringPiDev.so.2.0 | |
-rwxr-xr-x 1 root staff 23K févr. 6 17:28 libwiringPiDev.so.2.0 | |
lrwxrwxrwx 1 root staff 18 févr. 6 17:28 libwiringPi.so -> libwiringPi.so.2.0 | |
-rwxr-xr-x 1 root staff 43K févr. 6 17:28 libwiringPi.so.2.0 | |
drwxrwsr-x 4 root staff 4,0K févr. 5 22:33 python2.6 | |
drwxrwsr-x 4 root staff 4,0K mars 21 19:31 python2.7 | |
drwxrwsr-x 3 root staff 4,0K janv. 7 22:57 python3.2 | |
drwxr-sr-x 3 root staff 4,0K janv. 7 23:03 site_ruby |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/bin/bash /home/pi/phpgpio/libtool --mode=compile cc -I. -I/home/pi/phpgpio -DPHP_ATOM_INC -I/home/pi/phpgpio/include -I/home/pi/phpgpio/main -I/home/pi/phpgpio -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /home/pi/phpgpio/gpio.c -o gpio.lo | |
libtool: compile: cc -I. -I/home/pi/phpgpio -DPHP_ATOM_INC -I/home/pi/phpgpio/include -I/home/pi/phpgpio/main -I/home/pi/phpgpio -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /home/pi/phpgpio/gpio.c -fPIC -DPIC -o .libs/gpio.o | |
/bin/bash /home/pi/phpgpio/libtool --mode=link cc -DPHP_ATOM_INC -I/home/pi/phpgpio/include -I/home/pi/phpgpio/main -I/home/pi/phpgpio -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -o gpio.la -export-dynamic -avoid-version -prefer-pic -module -rpath /home/pi/phpgpio/modules gpio.lo | |
libtool: link: cc -shared -fPIC -DPIC .libs/gpio.o -O2 -Wl,-soname -Wl,gpio.so -o .libs/gpio.so | |
libtool: link: ( cd ".libs" && rm -f "gpio.la" && ln -s "../gpio.la" "gpio.la" ) | |
/bin/bash /home/pi/phpgpio/libtool --mode=install cp ./gpio.la /home/pi/phpgpio/modules | |
libtool: install: cp ./.libs/gpio.so /home/pi/phpgpio/modules/gpio.so | |
libtool: install: cp ./.libs/gpio.lai /home/pi/phpgpio/modules/gpio.la | |
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n /home/pi/phpgpio/modules | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/home/pi/phpgpio/modules | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
Build complete. | |
Don't forget to run 'make test'. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
srcdir = /home/pi/phpgpio | |
builddir = /home/pi/phpgpio | |
top_srcdir = /home/pi/phpgpio | |
top_builddir = /home/pi/phpgpio | |
EGREP = /bin/grep -E | |
SED = /bin/sed | |
CONFIGURE_COMMAND = './configure' | |
CONFIGURE_OPTIONS = | |
SHLIB_SUFFIX_NAME = so | |
SHLIB_DL_SUFFIX_NAME = so | |
ZEND_EXT_TYPE = zend_extension | |
RE2C = exit 0; | |
AWK = nawk | |
WIRINGPI_SHARED_LIBADD = -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lwiringPi | |
shared_objects_gpio = gpio.lo | |
PHP_PECL_EXTENSION = gpio | |
PHP_MODULES = $(phplibdir)/gpio.la | |
PHP_ZEND_EX = | |
all_targets = $(PHP_MODULES) $(PHP_ZEND_EX) | |
install_targets = install-modules install-headers | |
prefix = /usr | |
exec_prefix = $(prefix) | |
libdir = ${exec_prefix}/lib | |
prefix = /usr | |
phplibdir = /home/pi/phpgpio/modules | |
phpincludedir = /usr/include/php5 | |
CC = cc | |
CFLAGS = -g -O2 | |
CFLAGS_CLEAN = $(CFLAGS) | |
CPP = cc -E | |
CPPFLAGS = -DHAVE_CONFIG_H | |
CXX = | |
CXXFLAGS = | |
CXXFLAGS_CLEAN = $(CXXFLAGS) | |
EXTENSION_DIR = /usr/lib/php5/20100525+lfs | |
PHP_EXECUTABLE = /usr/bin/php | |
EXTRA_LDFLAGS = | |
EXTRA_LIBS = | |
INCLUDES = -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include | |
LFLAGS = | |
LDFLAGS = | |
SHARED_LIBTOOL = | |
LIBTOOL = $(SHELL) $(top_builddir)/libtool | |
SHELL = /bin/bash | |
INSTALL_HEADERS = | |
mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p | |
INSTALL = $(top_srcdir)/build/shtool install -c | |
INSTALL_DATA = $(INSTALL) -m 644 | |
DEFS = -DPHP_ATOM_INC -I$(top_builddir)/include -I$(top_builddir)/main -I$(top_srcdir) | |
COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORKPATH) | |
all: $(all_targets) | |
@echo | |
@echo "Build complete." | |
@echo "Don't forget to run 'make test'." | |
@echo | |
build-modules: $(PHP_MODULES) $(PHP_ZEND_EX) | |
build-binaries: $(PHP_BINARIES) | |
libphp$(PHP_MAJOR_VERSION).la: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) | |
$(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -rpath $(phptempdir) $(EXTRA_LDFLAGS) $(LDFLAGS) $(PHP_RPATHS) $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $@ | |
-@$(LIBTOOL) --silent --mode=install cp $@ $(phptempdir)/$@ >/dev/null 2>&1 | |
libs/libphp$(PHP_MAJOR_VERSION).bundle: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) | |
$(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 | |
install: $(all_targets) $(install_targets) | |
install-sapi: $(OVERALL_TARGET) | |
@echo "Installing PHP SAPI module: $(PHP_SAPI)" | |
-@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir) | |
-@if test ! -r $(phptempdir)/libphp$(PHP_MAJOR_VERSION).$(SHLIB_DL_SUFFIX_NAME); then \ | |
for i in 0.0.0 0.0 0; do \ | |
if test -r $(phptempdir)/libphp$(PHP_MAJOR_VERSION).$(SHLIB_DL_SUFFIX_NAME).$$i; then \ | |
$(LN_S) $(phptempdir)/libphp$(PHP_MAJOR_VERSION).$(SHLIB_DL_SUFFIX_NAME).$$i $(phptempdir)/libphp$(PHP_MAJOR_VERSION).$(SHLIB_DL_SUFFIX_NAME); \ | |
break; \ | |
fi; \ | |
done; \ | |
fi | |
@$(INSTALL_IT) | |
install-binaries: build-binaries $(install_binary_targets) | |
install-modules: build-modules | |
@test -d modules && \ | |
$(mkinstalldirs) $(INSTALL_ROOT)$(EXTENSION_DIR) | |
@echo "Installing shared extensions: $(INSTALL_ROOT)$(EXTENSION_DIR)/" | |
@rm -f modules/*.la >/dev/null 2>&1 | |
@$(INSTALL) modules/* $(INSTALL_ROOT)$(EXTENSION_DIR) | |
install-headers: | |
-@if test "$(INSTALL_HEADERS)"; then \ | |
for i in `echo $(INSTALL_HEADERS)`; do \ | |
i=`$(top_srcdir)/build/shtool path -d $$i`; \ | |
paths="$$paths $(INSTALL_ROOT)$(phpincludedir)/$$i"; \ | |
done; \ | |
$(mkinstalldirs) $$paths && \ | |
echo "Installing header files: $(INSTALL_ROOT)$(phpincludedir)/" && \ | |
for i in `echo $(INSTALL_HEADERS)`; do \ | |
if test "$(PHP_PECL_EXTENSION)"; then \ | |
src=`echo $$i | $(SED) -e "s#ext/$(PHP_PECL_EXTENSION)/##g"`; \ | |
else \ | |
src=$$i; \ | |
fi; \ | |
if test -f "$(top_srcdir)/$$src"; then \ | |
$(INSTALL_DATA) $(top_srcdir)/$$src $(INSTALL_ROOT)$(phpincludedir)/$$i; \ | |
elif test -f "$(top_builddir)/$$src"; then \ | |
$(INSTALL_DATA) $(top_builddir)/$$src $(INSTALL_ROOT)$(phpincludedir)/$$i; \ | |
else \ | |
(cd $(top_srcdir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i; \ | |
cd $(top_builddir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i) 2>/dev/null || true; \ | |
fi \ | |
done; \ | |
fi | |
PHP_TEST_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' | |
PHP_TEST_SHARED_EXTENSIONS = ` \ | |
if test "x$(PHP_MODULES)" != "x"; then \ | |
for i in $(PHP_MODULES)""; do \ | |
. $$i; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \ | |
done; \ | |
fi; \ | |
if test "x$(PHP_ZEND_EX)" != "x"; then \ | |
for i in $(PHP_ZEND_EX)""; do \ | |
. $$i; $(top_srcdir)/build/shtool echo -n -- " -d $(ZEND_EXT_TYPE)=$(top_builddir)/modules/$$dlname"; \ | |
done; \ | |
fi` | |
PHP_DEPRECATED_DIRECTIVES_REGEX = '^(magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ ]*=' | |
test: all | |
-@if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \ | |
INI_FILE=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/null`; \ | |
if test "$$INI_FILE"; then \ | |
$(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini; \ | |
else \ | |
echo > $(top_builddir)/tmp-php.ini; \ | |
fi; \ | |
INI_SCANNED_PATH=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r '$$a = explode(",\n", trim(php_ini_scanned_files())); echo $$a[0];' 2> /dev/null`; \ | |
if test "$$INI_SCANNED_PATH"; then \ | |
INI_SCANNED_PATH=`$(top_srcdir)/build/shtool path -d $$INI_SCANNED_PATH`; \ | |
$(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini; \ | |
fi; \ | |
TEST_PHP_EXECUTABLE=$(PHP_EXECUTABLE) \ | |
TEST_PHP_SRCDIR=$(top_srcdir) \ | |
CC="$(CC)" \ | |
$(PHP_EXECUTABLE) -n -c $(top_builddir)/tmp-php.ini $(PHP_TEST_SETTINGS) $(top_srcdir)/run-tests.php -n -c $(top_builddir)/tmp-php.ini -d extension_dir=$(top_builddir)/modules/ $(PHP_TEST_SHARED_EXTENSIONS) $(TESTS); \ | |
rm $(top_builddir)/tmp-php.ini; \ | |
else \ | |
echo "ERROR: Cannot run tests without CLI sapi."; \ | |
fi | |
clean: | |
find . -name \*.gcno -o -name \*.gcda | xargs rm -f | |
find . -name \*.lo -o -name \*.o | xargs rm -f | |
find . -name \*.la -o -name \*.a | xargs rm -f | |
find . -name \*.so | xargs rm -f | |
find . -name .libs -a -type d|xargs rm -rf | |
rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/* | |
distclean: clean | |
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 | |
$(EGREP) define'.*include/php' $(top_srcdir)/configure | $(SED) 's/.*>//'|xargs rm -f | |
.PHONY: all clean install distclean test | |
.NOEXPORT: | |
gpio.lo: /home/pi/phpgpio/gpio.c | |
$(LIBTOOL) --mode=compile $(CC) -I. -I/home/pi/phpgpio $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -c /home/pi/phpgpio/gpio.c -o gpio.lo | |
$(phplibdir)/gpio.la: ./gpio.la | |
$(LIBTOOL) --mode=install cp ./gpio.la $(phplibdir) | |
./gpio.la: $(shared_objects_gpio) $(GPIO_SHARED_DEPENDENCIES) | |
$(LIBTOOL) --mode=link $(CC) $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(LDFLAGS) -o $@ -export-dynamic -avoid-version -prefer-pic -module -rpath $(phplibdir) $(EXTRA_LDFLAGS) $(shared_objects_gpio) $(GPIO_SHARED_LIBADD) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment