| 1 | topdir=/home/mOo/src/php-autobuild |
|---|
| 2 | scriptsDir=/home/mOo/src/php-autobuild/scripts |
|---|
| 3 | all: Makefile unpackphp alltargets |
|---|
| 4 | |
|---|
| 5 | $(topdir)/php-src/.stamp-download download: |
|---|
| 6 | $(scriptsDir)/download $(PHP_VERSION) |
|---|
| 7 | touch $(topdir)/php-src/.stamp-download |
|---|
| 8 | |
|---|
| 9 | Makefile: .config $(topdir)/php-src/.stamp-download $(scriptsDir)/common $(scriptsDir)/utils $(scriptsDir)/autobuild |
|---|
| 10 | $(scriptsDir)/generateMakefile |
|---|
| 11 | |
|---|
| 12 | $(topdir)/php-devel/.stamp-unpack unpackphp: $(topdir)/php-devel/php-5.1.6/.stamp-unpack $(topdir)/php-devel/php-5.2.17/.stamp-unpack $(topdir)/php-devel/php-5.3.13/.stamp-unpack $(topdir)/php-devel/php-5.4.3/.stamp-unpack |
|---|
| 13 | |
|---|
| 14 | $(topdir)/php-devel/php-5.1.6-Win32/.stamp-unpack: $(topdir)/php-src/php-5.1.6-Win32.zip |
|---|
| 15 | mkdir -p $(topdir)/php-devel/php-5.1.6-Win32 |
|---|
| 16 | $(scriptsDir)/unpackphpbinary 5.1.6 $(topdir)/php-src/php-5.1.6-Win32.zip $(topdir)/php-devel/php-5.1.6-Win32 |
|---|
| 17 | touch $(topdir)/php-devel/php-5.1.6-Win32/.stamp-unpack |
|---|
| 18 | |
|---|
| 19 | $(topdir)/php-devel/php-5.1.6/.stamp-unpack: $(topdir)/php-src/php-5.1.6.tar.bz2 $(topdir)/php-devel/php-5.1.6-Win32/.stamp-unpack |
|---|
| 20 | mkdir -p $(topdir)/php-devel/php-5.1.6 |
|---|
| 21 | $(scriptsDir)/unpackphpsource 5.1.6 $(topdir)/php-src/php-5.1.6.tar.bz2 $(topdir)/php-devel/php-5.1.6 |
|---|
| 22 | touch $(topdir)/php-devel/php-5.1.6/.stamp-unpack |
|---|
| 23 | |
|---|
| 24 | $(topdir)/php-devel/php-5.2.17-nts-Win32-VC6-x86/.stamp-unpack: $(topdir)/php-src/php-5.2.17-nts-Win32-VC6-x86.zip |
|---|
| 25 | mkdir -p $(topdir)/php-devel/php-5.2.17-nts-Win32-VC6-x86 |
|---|
| 26 | $(scriptsDir)/unpackphpbinary 5.2.17 $(topdir)/php-src/php-5.2.17-nts-Win32-VC6-x86.zip $(topdir)/php-devel/php-5.2.17-nts-Win32-VC6-x86 |
|---|
| 27 | touch $(topdir)/php-devel/php-5.2.17-nts-Win32-VC6-x86/.stamp-unpack |
|---|
| 28 | |
|---|
| 29 | $(topdir)/php-devel/php-5.2.17-Win32/.stamp-unpack: $(topdir)/php-src/php-5.2.17-Win32.zip |
|---|
| 30 | mkdir -p $(topdir)/php-devel/php-5.2.17-Win32 |
|---|
| 31 | $(scriptsDir)/unpackphpbinary 5.2.17 $(topdir)/php-src/php-5.2.17-Win32.zip $(topdir)/php-devel/php-5.2.17-Win32 |
|---|
| 32 | touch $(topdir)/php-devel/php-5.2.17-Win32/.stamp-unpack |
|---|
| 33 | |
|---|
| 34 | $(topdir)/php-devel/php-5.2.17-Win32-VC6-x86/.stamp-unpack: $(topdir)/php-src/php-5.2.17-Win32-VC6-x86.zip |
|---|
| 35 | mkdir -p $(topdir)/php-devel/php-5.2.17-Win32-VC6-x86 |
|---|
| 36 | $(scriptsDir)/unpackphpbinary 5.2.17 $(topdir)/php-src/php-5.2.17-Win32-VC6-x86.zip $(topdir)/php-devel/php-5.2.17-Win32-VC6-x86 |
|---|
| 37 | touch $(topdir)/php-devel/php-5.2.17-Win32-VC6-x86/.stamp-unpack |
|---|
| 38 | |
|---|
| 39 | $(topdir)/php-devel/php-5.2.17/.stamp-unpack: $(topdir)/php-src/php-5.2.17.tar.bz2 $(topdir)/php-devel/php-5.2.17-nts-Win32-VC6-x86/.stamp-unpack $(topdir)/php-devel/php-5.2.17-Win32/.stamp-unpack $(topdir)/php-devel/php-5.2.17-Win32-VC6-x86/.stamp-unpack |
|---|
| 40 | mkdir -p $(topdir)/php-devel/php-5.2.17 |
|---|
| 41 | $(scriptsDir)/unpackphpsource 5.2.17 $(topdir)/php-src/php-5.2.17.tar.bz2 $(topdir)/php-devel/php-5.2.17 |
|---|
| 42 | touch $(topdir)/php-devel/php-5.2.17/.stamp-unpack |
|---|
| 43 | |
|---|
| 44 | $(topdir)/php-devel/php-5.3.13-nts-Win32-VC9-x86/.stamp-unpack: $(topdir)/php-src/php-5.3.13-nts-Win32-VC9-x86.zip |
|---|
| 45 | mkdir -p $(topdir)/php-devel/php-5.3.13-nts-Win32-VC9-x86 |
|---|
| 46 | $(scriptsDir)/unpackphpbinary 5.3.13 $(topdir)/php-src/php-5.3.13-nts-Win32-VC9-x86.zip $(topdir)/php-devel/php-5.3.13-nts-Win32-VC9-x86 |
|---|
| 47 | touch $(topdir)/php-devel/php-5.3.13-nts-Win32-VC9-x86/.stamp-unpack |
|---|
| 48 | |
|---|
| 49 | $(topdir)/php-devel/php-5.3.13-Win32-VC9-x86/.stamp-unpack: $(topdir)/php-src/php-5.3.13-Win32-VC9-x86.zip |
|---|
| 50 | mkdir -p $(topdir)/php-devel/php-5.3.13-Win32-VC9-x86 |
|---|
| 51 | $(scriptsDir)/unpackphpbinary 5.3.13 $(topdir)/php-src/php-5.3.13-Win32-VC9-x86.zip $(topdir)/php-devel/php-5.3.13-Win32-VC9-x86 |
|---|
| 52 | touch $(topdir)/php-devel/php-5.3.13-Win32-VC9-x86/.stamp-unpack |
|---|
| 53 | |
|---|
| 54 | $(topdir)/php-devel/php-5.3.13/.stamp-unpack: $(topdir)/php-src/php-5.3.13.tar.bz2 $(topdir)/php-devel/php-5.3.13-nts-Win32-VC9-x86/.stamp-unpack $(topdir)/php-devel/php-5.3.13-Win32-VC9-x86/.stamp-unpack |
|---|
| 55 | mkdir -p $(topdir)/php-devel/php-5.3.13 |
|---|
| 56 | $(scriptsDir)/unpackphpsource 5.3.13 $(topdir)/php-src/php-5.3.13.tar.bz2 $(topdir)/php-devel/php-5.3.13 |
|---|
| 57 | touch $(topdir)/php-devel/php-5.3.13/.stamp-unpack |
|---|
| 58 | |
|---|
| 59 | $(topdir)/php-devel/php-5.4.3-nts-Win32-VC9-x86/.stamp-unpack: $(topdir)/php-src/php-5.4.3-nts-Win32-VC9-x86.zip |
|---|
| 60 | mkdir -p $(topdir)/php-devel/php-5.4.3-nts-Win32-VC9-x86 |
|---|
| 61 | $(scriptsDir)/unpackphpbinary 5.4.3 $(topdir)/php-src/php-5.4.3-nts-Win32-VC9-x86.zip $(topdir)/php-devel/php-5.4.3-nts-Win32-VC9-x86 |
|---|
| 62 | touch $(topdir)/php-devel/php-5.4.3-nts-Win32-VC9-x86/.stamp-unpack |
|---|
| 63 | |
|---|
| 64 | $(topdir)/php-devel/php-5.4.3-Win32-VC9-x86/.stamp-unpack: $(topdir)/php-src/php-5.4.3-Win32-VC9-x86.zip |
|---|
| 65 | mkdir -p $(topdir)/php-devel/php-5.4.3-Win32-VC9-x86 |
|---|
| 66 | $(scriptsDir)/unpackphpbinary 5.4.3 $(topdir)/php-src/php-5.4.3-Win32-VC9-x86.zip $(topdir)/php-devel/php-5.4.3-Win32-VC9-x86 |
|---|
| 67 | touch $(topdir)/php-devel/php-5.4.3-Win32-VC9-x86/.stamp-unpack |
|---|
| 68 | |
|---|
| 69 | $(topdir)/php-devel/php-5.4.3/.stamp-unpack: $(topdir)/php-src/php-5.4.3.tar.bz2 $(topdir)/php-devel/php-5.4.3-nts-Win32-VC9-x86/.stamp-unpack $(topdir)/php-devel/php-5.4.3-Win32-VC9-x86/.stamp-unpack |
|---|
| 70 | mkdir -p $(topdir)/php-devel/php-5.4.3 |
|---|
| 71 | $(scriptsDir)/unpackphpsource 5.4.3 $(topdir)/php-src/php-5.4.3.tar.bz2 $(topdir)/php-devel/php-5.4.3 |
|---|
| 72 | touch $(topdir)/php-devel/php-5.4.3/.stamp-unpack |
|---|
| 73 | |
|---|
| 74 | update: update-xcache |
|---|
| 75 | |
|---|
| 76 | update-xcache: update-xcache-trunk |
|---|
| 77 | |
|---|
| 78 | update-xcache-trunk $(topdir)/xcache/.stamp.trunk: |
|---|
| 79 | $(scriptsDir)/extupdate xcache trunk |
|---|
| 80 | |
|---|
| 81 | $(topdir)/build/XCache-trunk-php-5.1.6-Win32/.stamp-update: $(topdir)/php-devel/php-5.1.6/.stamp-unpack $(topdir)/xcache/.stamp.trunk |
|---|
| 82 | rm -rf $(topdir)/build/XCache-trunk-php-5.1.6-Win32/ |
|---|
| 83 | mkdir -p $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php |
|---|
| 84 | rsync -v -au $(topdir)/php-devel/php-5.1.6/ $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/ |
|---|
| 85 | test -f $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/win32/build/ || rsync -v -au $(topdir)/php-devel/win32build/build/ $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/win32/build/ |
|---|
| 86 | $(scriptsDir)/fixsource $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/ |
|---|
| 87 | mkdir -p $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/Release_TS/ |
|---|
| 88 | cp -v -au $(topdir)/php-devel/php-5.1.6-Win32/php*.lib $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/Release_TS/ |
|---|
| 89 | mkdir -p $(topdir)/build/XCache-trunk-php-5.1.6-Win32/xcache |
|---|
| 90 | rsync -v -Cau $(topdir)/xcache/xcache-trunk/ $(topdir)/build/XCache-trunk-php-5.1.6-Win32/xcache/ |
|---|
| 91 | touch $(topdir)/build/XCache-trunk-php-5.1.6-Win32/.stamp-update |
|---|
| 92 | |
|---|
| 93 | $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/configure.js: $(topdir)/build/XCache-trunk-php-5.1.6-Win32/.stamp-update |
|---|
| 94 | cd $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php && VC6x86env.cmd cscript /nologo win32/build/buildconf.js --add-modules-dir=../ |
|---|
| 95 | mv -f $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/configure.js $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/configure.js.tmp |
|---|
| 96 | $(scriptsDir)/fixconfigure $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/configure.js.tmp |
|---|
| 97 | mv -f $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/configure.js.tmp $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/configure.js |
|---|
| 98 | |
|---|
| 99 | $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/Makefile: $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/configure.js |
|---|
| 100 | cd $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php && VC6x86env.cmd cscript.exe /nologo configure.js --enable-xcache-coverager --enable-xcache-constant --enable-xcache-disassembler --enable-zts \ |
|---|
| 101 | --with-php-build="$$(cygpath -wa $(topdir)/win32build)" \ |
|---|
| 102 | --disable-all --enable-object-out-dir=. --enable-debug-pack \ |
|---|
| 103 | --enable-xcache=yes,shared |
|---|
| 104 | mv -f $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/Makefile $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/Makefile.tmp |
|---|
| 105 | $(scriptsDir)/fixmakefile $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/Makefile.tmp |
|---|
| 106 | mv -f $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/Makefile.tmp $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/Makefile |
|---|
| 107 | |
|---|
| 108 | $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/Release_TS/php_xcache.dll: $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/Makefile |
|---|
| 109 | cd $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php && MAKEFLAGS= VC6x86env.cmd nmake.exe /nologo php_xcache.dll |
|---|
| 110 | |
|---|
| 111 | $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/.stamp-update: $(topdir)/php-devel/php-5.2.17/.stamp-unpack $(topdir)/xcache/.stamp.trunk |
|---|
| 112 | rm -rf $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/ |
|---|
| 113 | mkdir -p $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php |
|---|
| 114 | rsync -v -au $(topdir)/php-devel/php-5.2.17/ $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/ |
|---|
| 115 | test -f $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/win32/build/ || rsync -v -au $(topdir)/php-devel/win32build/build/ $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/win32/build/ |
|---|
| 116 | $(scriptsDir)/fixsource $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/ |
|---|
| 117 | mkdir -p $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/Release_TS/ |
|---|
| 118 | cp -v -au $(topdir)/php-devel/php-5.2.17-Win32-VC6-x86/php*.lib $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/Release_TS/ |
|---|
| 119 | mkdir -p $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/xcache |
|---|
| 120 | rsync -v -Cau $(topdir)/xcache/xcache-trunk/ $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/xcache/ |
|---|
| 121 | touch $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/.stamp-update |
|---|
| 122 | |
|---|
| 123 | $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/configure.js: $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/.stamp-update |
|---|
| 124 | cd $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php && VC6x86env.cmd cscript /nologo win32/build/buildconf.js --add-modules-dir=../ |
|---|
| 125 | mv -f $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/configure.js $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/configure.js.tmp |
|---|
| 126 | $(scriptsDir)/fixconfigure $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/configure.js.tmp |
|---|
| 127 | mv -f $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/configure.js.tmp $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/configure.js |
|---|
| 128 | |
|---|
| 129 | $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/Makefile: $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/configure.js |
|---|
| 130 | cd $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php && VC6x86env.cmd cscript.exe /nologo configure.js --enable-xcache-coverager --enable-xcache-constant --enable-xcache-disassembler --enable-zts \ |
|---|
| 131 | --with-php-build="$$(cygpath -wa $(topdir)/win32build)" \ |
|---|
| 132 | --disable-all --enable-object-out-dir=. --enable-debug-pack \ |
|---|
| 133 | --enable-xcache=yes,shared |
|---|
| 134 | mv -f $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/Makefile $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/Makefile.tmp |
|---|
| 135 | $(scriptsDir)/fixmakefile $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/Makefile.tmp |
|---|
| 136 | mv -f $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/Makefile.tmp $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/Makefile |
|---|
| 137 | |
|---|
| 138 | $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/Release_TS/php_xcache.dll: $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/Makefile |
|---|
| 139 | cd $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php && MAKEFLAGS= VC6x86env.cmd nmake.exe /nologo php_xcache.dll |
|---|
| 140 | |
|---|
| 141 | $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/.stamp-update: $(topdir)/php-devel/php-5.2.17/.stamp-unpack $(topdir)/xcache/.stamp.trunk |
|---|
| 142 | rm -rf $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/ |
|---|
| 143 | mkdir -p $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php |
|---|
| 144 | rsync -v -au $(topdir)/php-devel/php-5.2.17/ $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/ |
|---|
| 145 | test -f $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/win32/build/ || rsync -v -au $(topdir)/php-devel/win32build/build/ $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/win32/build/ |
|---|
| 146 | $(scriptsDir)/fixsource $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/ |
|---|
| 147 | mkdir -p $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/Release/ |
|---|
| 148 | cp -v -au $(topdir)/php-devel/php-5.2.17-nts-Win32-VC6-x86/php*.lib $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/Release/ |
|---|
| 149 | mkdir -p $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/xcache |
|---|
| 150 | rsync -v -Cau $(topdir)/xcache/xcache-trunk/ $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/xcache/ |
|---|
| 151 | touch $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/.stamp-update |
|---|
| 152 | |
|---|
| 153 | $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/configure.js: $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/.stamp-update |
|---|
| 154 | cd $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php && VC6x86env.cmd cscript /nologo win32/build/buildconf.js --add-modules-dir=../ |
|---|
| 155 | mv -f $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/configure.js $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/configure.js.tmp |
|---|
| 156 | $(scriptsDir)/fixconfigure $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/configure.js.tmp |
|---|
| 157 | mv -f $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/configure.js.tmp $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/configure.js |
|---|
| 158 | |
|---|
| 159 | $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/Makefile: $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/configure.js |
|---|
| 160 | cd $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php && VC6x86env.cmd cscript.exe /nologo configure.js --enable-xcache-coverager --enable-xcache-constant --enable-xcache-disassembler --disable-zts \ |
|---|
| 161 | --with-php-build="$$(cygpath -wa $(topdir)/win32build)" \ |
|---|
| 162 | --disable-all --enable-object-out-dir=. --enable-debug-pack \ |
|---|
| 163 | --enable-xcache=yes,shared |
|---|
| 164 | mv -f $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/Makefile $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/Makefile.tmp |
|---|
| 165 | $(scriptsDir)/fixmakefile $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/Makefile.tmp |
|---|
| 166 | mv -f $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/Makefile.tmp $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/Makefile |
|---|
| 167 | |
|---|
| 168 | $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/Release/php_xcache.dll: $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/Makefile |
|---|
| 169 | cd $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php && MAKEFLAGS= VC6x86env.cmd nmake.exe /nologo php_xcache.dll |
|---|
| 170 | |
|---|
| 171 | $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/.stamp-update: $(topdir)/php-devel/php-5.3.13/.stamp-unpack $(topdir)/xcache/.stamp.trunk |
|---|
| 172 | rm -rf $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/ |
|---|
| 173 | mkdir -p $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php |
|---|
| 174 | rsync -v -au $(topdir)/php-devel/php-5.3.13/ $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/ |
|---|
| 175 | test -f $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/win32/build/ || rsync -v -au $(topdir)/php-devel/win32build/build/ $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/win32/build/ |
|---|
| 176 | $(scriptsDir)/fixsource $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/ |
|---|
| 177 | mkdir -p $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/Release_TS/ |
|---|
| 178 | cp -v -au $(topdir)/php-devel/php-5.3.13-Win32-VC9-x86/php*.lib $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/Release_TS/ |
|---|
| 179 | mkdir -p $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/xcache |
|---|
| 180 | rsync -v -Cau $(topdir)/xcache/xcache-trunk/ $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/xcache/ |
|---|
| 181 | touch $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/.stamp-update |
|---|
| 182 | |
|---|
| 183 | $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/configure.js: $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/.stamp-update |
|---|
| 184 | cd $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php && VC9x86env.cmd cscript /nologo win32/build/buildconf.js --add-modules-dir=../ |
|---|
| 185 | mv -f $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/configure.js $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/configure.js.tmp |
|---|
| 186 | $(scriptsDir)/fixconfigure $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/configure.js.tmp |
|---|
| 187 | mv -f $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/configure.js.tmp $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/configure.js |
|---|
| 188 | |
|---|
| 189 | $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/Makefile: $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/configure.js |
|---|
| 190 | cd $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php && VC9x86env.cmd cscript.exe /nologo configure.js --enable-xcache-coverager --enable-xcache-constant --enable-xcache-disassembler --enable-zts \ |
|---|
| 191 | --with-php-build="$$(cygpath -wa $(topdir)/win32build)" \ |
|---|
| 192 | --disable-all --enable-object-out-dir=. --enable-debug-pack \ |
|---|
| 193 | --enable-xcache=yes,shared |
|---|
| 194 | mv -f $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/Makefile $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/Makefile.tmp |
|---|
| 195 | $(scriptsDir)/fixmakefile $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/Makefile.tmp |
|---|
| 196 | mv -f $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/Makefile.tmp $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/Makefile |
|---|
| 197 | |
|---|
| 198 | $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/Release_TS/php_xcache.dll: $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/Makefile |
|---|
| 199 | cd $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php && MAKEFLAGS= VC9x86env.cmd nmake.exe /nologo php_xcache.dll |
|---|
| 200 | |
|---|
| 201 | $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/.stamp-update: $(topdir)/php-devel/php-5.3.13/.stamp-unpack $(topdir)/xcache/.stamp.trunk |
|---|
| 202 | rm -rf $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/ |
|---|
| 203 | mkdir -p $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php |
|---|
| 204 | rsync -v -au $(topdir)/php-devel/php-5.3.13/ $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/ |
|---|
| 205 | test -f $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/win32/build/ || rsync -v -au $(topdir)/php-devel/win32build/build/ $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/win32/build/ |
|---|
| 206 | $(scriptsDir)/fixsource $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/ |
|---|
| 207 | mkdir -p $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/Release/ |
|---|
| 208 | cp -v -au $(topdir)/php-devel/php-5.3.13-nts-Win32-VC9-x86/php*.lib $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/Release/ |
|---|
| 209 | mkdir -p $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/xcache |
|---|
| 210 | rsync -v -Cau $(topdir)/xcache/xcache-trunk/ $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/xcache/ |
|---|
| 211 | touch $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/.stamp-update |
|---|
| 212 | |
|---|
| 213 | $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/configure.js: $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/.stamp-update |
|---|
| 214 | cd $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php && VC9x86env.cmd cscript /nologo win32/build/buildconf.js --add-modules-dir=../ |
|---|
| 215 | mv -f $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/configure.js $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/configure.js.tmp |
|---|
| 216 | $(scriptsDir)/fixconfigure $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/configure.js.tmp |
|---|
| 217 | mv -f $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/configure.js.tmp $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/configure.js |
|---|
| 218 | |
|---|
| 219 | $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/Makefile: $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/configure.js |
|---|
| 220 | cd $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php && VC9x86env.cmd cscript.exe /nologo configure.js --enable-xcache-coverager --enable-xcache-constant --enable-xcache-disassembler --disable-zts \ |
|---|
| 221 | --with-php-build="$$(cygpath -wa $(topdir)/win32build)" \ |
|---|
| 222 | --disable-all --enable-object-out-dir=. --enable-debug-pack \ |
|---|
| 223 | --enable-xcache=yes,shared |
|---|
| 224 | mv -f $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/Makefile $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/Makefile.tmp |
|---|
| 225 | $(scriptsDir)/fixmakefile $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/Makefile.tmp |
|---|
| 226 | mv -f $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/Makefile.tmp $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/Makefile |
|---|
| 227 | |
|---|
| 228 | $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/Release/php_xcache.dll: $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/Makefile |
|---|
| 229 | cd $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php && MAKEFLAGS= VC9x86env.cmd nmake.exe /nologo php_xcache.dll |
|---|
| 230 | |
|---|
| 231 | $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/.stamp-update: $(topdir)/php-devel/php-5.4.3/.stamp-unpack $(topdir)/xcache/.stamp.trunk |
|---|
| 232 | rm -rf $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/ |
|---|
| 233 | mkdir -p $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php |
|---|
| 234 | rsync -v -au $(topdir)/php-devel/php-5.4.3/ $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/ |
|---|
| 235 | test -f $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/win32/build/ || rsync -v -au $(topdir)/php-devel/win32build/build/ $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/win32/build/ |
|---|
| 236 | $(scriptsDir)/fixsource $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/ |
|---|
| 237 | mkdir -p $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/Release_TS/ |
|---|
| 238 | cp -v -au $(topdir)/php-devel/php-5.4.3-Win32-VC9-x86/php*.lib $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/Release_TS/ |
|---|
| 239 | mkdir -p $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/xcache |
|---|
| 240 | rsync -v -Cau $(topdir)/xcache/xcache-trunk/ $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/xcache/ |
|---|
| 241 | touch $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/.stamp-update |
|---|
| 242 | |
|---|
| 243 | $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/configure.js: $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/.stamp-update |
|---|
| 244 | cd $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php && VC9x86env.cmd cscript /nologo win32/build/buildconf.js --add-modules-dir=../ |
|---|
| 245 | mv -f $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/configure.js $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/configure.js.tmp |
|---|
| 246 | $(scriptsDir)/fixconfigure $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/configure.js.tmp |
|---|
| 247 | mv -f $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/configure.js.tmp $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/configure.js |
|---|
| 248 | |
|---|
| 249 | $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/Makefile: $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/configure.js |
|---|
| 250 | cd $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php && VC9x86env.cmd cscript.exe /nologo configure.js --enable-xcache-coverager --enable-xcache-constant --enable-xcache-disassembler --enable-zts \ |
|---|
| 251 | --with-php-build="$$(cygpath -wa $(topdir)/win32build)" \ |
|---|
| 252 | --disable-all --enable-object-out-dir=. --enable-debug-pack \ |
|---|
| 253 | --enable-xcache=yes,shared |
|---|
| 254 | mv -f $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/Makefile $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/Makefile.tmp |
|---|
| 255 | $(scriptsDir)/fixmakefile $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/Makefile.tmp |
|---|
| 256 | mv -f $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/Makefile.tmp $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/Makefile |
|---|
| 257 | |
|---|
| 258 | $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/Release_TS/php_xcache.dll: $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/Makefile |
|---|
| 259 | cd $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php && MAKEFLAGS= VC9x86env.cmd nmake.exe /nologo php_xcache.dll |
|---|
| 260 | |
|---|
| 261 | $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/.stamp-update: $(topdir)/php-devel/php-5.4.3/.stamp-unpack $(topdir)/xcache/.stamp.trunk |
|---|
| 262 | rm -rf $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/ |
|---|
| 263 | mkdir -p $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php |
|---|
| 264 | rsync -v -au $(topdir)/php-devel/php-5.4.3/ $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/ |
|---|
| 265 | test -f $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/win32/build/ || rsync -v -au $(topdir)/php-devel/win32build/build/ $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/win32/build/ |
|---|
| 266 | $(scriptsDir)/fixsource $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/ |
|---|
| 267 | mkdir -p $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/Release/ |
|---|
| 268 | cp -v -au $(topdir)/php-devel/php-5.4.3-nts-Win32-VC9-x86/php*.lib $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/Release/ |
|---|
| 269 | mkdir -p $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/xcache |
|---|
| 270 | rsync -v -Cau $(topdir)/xcache/xcache-trunk/ $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/xcache/ |
|---|
| 271 | touch $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/.stamp-update |
|---|
| 272 | |
|---|
| 273 | $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/configure.js: $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/.stamp-update |
|---|
| 274 | cd $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php && VC9x86env.cmd cscript /nologo win32/build/buildconf.js --add-modules-dir=../ |
|---|
| 275 | mv -f $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/configure.js $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/configure.js.tmp |
|---|
| 276 | $(scriptsDir)/fixconfigure $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/configure.js.tmp |
|---|
| 277 | mv -f $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/configure.js.tmp $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/configure.js |
|---|
| 278 | |
|---|
| 279 | $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/Makefile: $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/configure.js |
|---|
| 280 | cd $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php && VC9x86env.cmd cscript.exe /nologo configure.js --enable-xcache-coverager --enable-xcache-constant --enable-xcache-disassembler --disable-zts \ |
|---|
| 281 | --with-php-build="$$(cygpath -wa $(topdir)/win32build)" \ |
|---|
| 282 | --disable-all --enable-object-out-dir=. --enable-debug-pack \ |
|---|
| 283 | --enable-xcache=yes,shared |
|---|
| 284 | mv -f $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/Makefile $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/Makefile.tmp |
|---|
| 285 | $(scriptsDir)/fixmakefile $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/Makefile.tmp |
|---|
| 286 | mv -f $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/Makefile.tmp $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/Makefile |
|---|
| 287 | |
|---|
| 288 | $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/Release/php_xcache.dll: $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/Makefile |
|---|
| 289 | cd $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php && MAKEFLAGS= VC9x86env.cmd nmake.exe /nologo php_xcache.dll |
|---|
| 290 | |
|---|
| 291 | package: all |
|---|
| 292 | scripts/updatepackage |
|---|
| 293 | |
|---|
| 294 | alltargets: $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/Release_TS/php_xcache.dll $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/Release_TS/php_xcache.dll $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/Release/php_xcache.dll $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/Release_TS/php_xcache.dll $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/Release/php_xcache.dll $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/Release_TS/php_xcache.dll $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/Release/php_xcache.dll |
|---|
| 295 | |
|---|
| 296 | clean: |
|---|
| 297 | |
|---|