topdir=/home/mOo/src/php-autobuild
scriptsDir=/home/mOo/src/php-autobuild/scripts
all: Makefile unpackphp alltargets

$(topdir)/php-src/.stamp-download download: 
	$(scriptsDir)/download $(PHP_VERSION)
	touch $(topdir)/php-src/.stamp-download

Makefile: .config $(topdir)/php-src/.stamp-download $(scriptsDir)/common $(scriptsDir)/utils $(scriptsDir)/autobuild
	$(scriptsDir)/generateMakefile

$(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

$(topdir)/php-devel/php-5.1.6-Win32/.stamp-unpack: $(topdir)/php-src/php-5.1.6-Win32.zip
	mkdir -p $(topdir)/php-devel/php-5.1.6-Win32
	$(scriptsDir)/unpackphpbinary 5.1.6 $(topdir)/php-src/php-5.1.6-Win32.zip $(topdir)/php-devel/php-5.1.6-Win32
	touch $(topdir)/php-devel/php-5.1.6-Win32/.stamp-unpack

$(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
	mkdir -p $(topdir)/php-devel/php-5.1.6
	$(scriptsDir)/unpackphpsource 5.1.6 $(topdir)/php-src/php-5.1.6.tar.bz2 $(topdir)/php-devel/php-5.1.6
	touch $(topdir)/php-devel/php-5.1.6/.stamp-unpack

$(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
	mkdir -p $(topdir)/php-devel/php-5.2.17-nts-Win32-VC6-x86
	$(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
	touch $(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-src/php-5.2.17-Win32.zip
	mkdir -p $(topdir)/php-devel/php-5.2.17-Win32
	$(scriptsDir)/unpackphpbinary 5.2.17 $(topdir)/php-src/php-5.2.17-Win32.zip $(topdir)/php-devel/php-5.2.17-Win32
	touch $(topdir)/php-devel/php-5.2.17-Win32/.stamp-unpack

$(topdir)/php-devel/php-5.2.17-Win32-VC6-x86/.stamp-unpack: $(topdir)/php-src/php-5.2.17-Win32-VC6-x86.zip
	mkdir -p $(topdir)/php-devel/php-5.2.17-Win32-VC6-x86
	$(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
	touch $(topdir)/php-devel/php-5.2.17-Win32-VC6-x86/.stamp-unpack

$(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
	mkdir -p $(topdir)/php-devel/php-5.2.17
	$(scriptsDir)/unpackphpsource 5.2.17 $(topdir)/php-src/php-5.2.17.tar.bz2 $(topdir)/php-devel/php-5.2.17
	touch $(topdir)/php-devel/php-5.2.17/.stamp-unpack

$(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
	mkdir -p $(topdir)/php-devel/php-5.3.13-nts-Win32-VC9-x86
	$(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
	touch $(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: $(topdir)/php-src/php-5.3.13-Win32-VC9-x86.zip
	mkdir -p $(topdir)/php-devel/php-5.3.13-Win32-VC9-x86
	$(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
	touch $(topdir)/php-devel/php-5.3.13-Win32-VC9-x86/.stamp-unpack

$(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
	mkdir -p $(topdir)/php-devel/php-5.3.13
	$(scriptsDir)/unpackphpsource 5.3.13 $(topdir)/php-src/php-5.3.13.tar.bz2 $(topdir)/php-devel/php-5.3.13
	touch $(topdir)/php-devel/php-5.3.13/.stamp-unpack

$(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
	mkdir -p $(topdir)/php-devel/php-5.4.3-nts-Win32-VC9-x86
	$(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
	touch $(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: $(topdir)/php-src/php-5.4.3-Win32-VC9-x86.zip
	mkdir -p $(topdir)/php-devel/php-5.4.3-Win32-VC9-x86
	$(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
	touch $(topdir)/php-devel/php-5.4.3-Win32-VC9-x86/.stamp-unpack

$(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
	mkdir -p $(topdir)/php-devel/php-5.4.3
	$(scriptsDir)/unpackphpsource 5.4.3 $(topdir)/php-src/php-5.4.3.tar.bz2 $(topdir)/php-devel/php-5.4.3
	touch $(topdir)/php-devel/php-5.4.3/.stamp-unpack

update: update-xcache

update-xcache: update-xcache-trunk

update-xcache-trunk $(topdir)/xcache/.stamp.trunk: 
	$(scriptsDir)/extupdate xcache trunk

$(topdir)/build/XCache-trunk-php-5.1.6-Win32/.stamp-update: $(topdir)/php-devel/php-5.1.6/.stamp-unpack $(topdir)/xcache/.stamp.trunk
	rm -rf $(topdir)/build/XCache-trunk-php-5.1.6-Win32/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php
	rsync -v -au $(topdir)/php-devel/php-5.1.6/ $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/
	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/
	$(scriptsDir)/fixsource $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/Release_TS/
	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/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.1.6-Win32/xcache
	rsync -v -Cau $(topdir)/xcache/xcache-trunk/ $(topdir)/build/XCache-trunk-php-5.1.6-Win32/xcache/
	touch $(topdir)/build/XCache-trunk-php-5.1.6-Win32/.stamp-update

$(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/configure.js: $(topdir)/build/XCache-trunk-php-5.1.6-Win32/.stamp-update
	cd $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php && VC6x86env.cmd cscript /nologo win32/build/buildconf.js --add-modules-dir=../
	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
	$(scriptsDir)/fixconfigure $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/configure.js.tmp
	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

$(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/Makefile: $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/configure.js
	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 \
				--with-php-build="$$(cygpath -wa $(topdir)/win32build)" \
				--disable-all --enable-object-out-dir=. --enable-debug-pack \
				--enable-xcache=yes,shared
	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
	$(scriptsDir)/fixmakefile $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php/Makefile.tmp
	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

$(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
	cd $(topdir)/build/XCache-trunk-php-5.1.6-Win32/php && MAKEFLAGS= VC6x86env.cmd nmake.exe /nologo php_xcache.dll

$(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
	rm -rf $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php
	rsync -v -au $(topdir)/php-devel/php-5.2.17/ $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/
	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/
	$(scriptsDir)/fixsource $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/Release_TS/
	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/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/xcache
	rsync -v -Cau $(topdir)/xcache/xcache-trunk/ $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/xcache/
	touch $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/.stamp-update

$(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
	cd $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php && VC6x86env.cmd cscript /nologo win32/build/buildconf.js --add-modules-dir=../
	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
	$(scriptsDir)/fixconfigure $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/configure.js.tmp
	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

$(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
	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 \
				--with-php-build="$$(cygpath -wa $(topdir)/win32build)" \
				--disable-all --enable-object-out-dir=. --enable-debug-pack \
				--enable-xcache=yes,shared
	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
	$(scriptsDir)/fixmakefile $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php/Makefile.tmp
	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

$(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
	cd $(topdir)/build/XCache-trunk-php-5.2.17-Win32-VC6-x86/php && MAKEFLAGS= VC6x86env.cmd nmake.exe /nologo php_xcache.dll

$(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
	rm -rf $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php
	rsync -v -au $(topdir)/php-devel/php-5.2.17/ $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/
	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/
	$(scriptsDir)/fixsource $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/Release/
	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/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/xcache
	rsync -v -Cau $(topdir)/xcache/xcache-trunk/ $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/xcache/
	touch $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/.stamp-update

$(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
	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=../
	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
	$(scriptsDir)/fixconfigure $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/configure.js.tmp
	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

$(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
	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 \
				--with-php-build="$$(cygpath -wa $(topdir)/win32build)" \
				--disable-all --enable-object-out-dir=. --enable-debug-pack \
				--enable-xcache=yes,shared
	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
	$(scriptsDir)/fixmakefile $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php/Makefile.tmp
	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

$(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
	cd $(topdir)/build/XCache-trunk-php-5.2.17-nts-Win32-VC6-x86/php && MAKEFLAGS= VC6x86env.cmd nmake.exe /nologo php_xcache.dll

$(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
	rm -rf $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php
	rsync -v -au $(topdir)/php-devel/php-5.3.13/ $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/
	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/
	$(scriptsDir)/fixsource $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/Release_TS/
	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/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/xcache
	rsync -v -Cau $(topdir)/xcache/xcache-trunk/ $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/xcache/
	touch $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/.stamp-update

$(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
	cd $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php && VC9x86env.cmd cscript /nologo win32/build/buildconf.js --add-modules-dir=../
	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
	$(scriptsDir)/fixconfigure $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/configure.js.tmp
	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

$(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
	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 \
				--with-php-build="$$(cygpath -wa $(topdir)/win32build)" \
				--disable-all --enable-object-out-dir=. --enable-debug-pack \
				--enable-xcache=yes,shared
	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
	$(scriptsDir)/fixmakefile $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php/Makefile.tmp
	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

$(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
	cd $(topdir)/build/XCache-trunk-php-5.3.13-Win32-VC9-x86/php && MAKEFLAGS= VC9x86env.cmd nmake.exe /nologo php_xcache.dll

$(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
	rm -rf $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php
	rsync -v -au $(topdir)/php-devel/php-5.3.13/ $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/
	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/
	$(scriptsDir)/fixsource $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/Release/
	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/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/xcache
	rsync -v -Cau $(topdir)/xcache/xcache-trunk/ $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/xcache/
	touch $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/.stamp-update

$(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
	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=../
	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
	$(scriptsDir)/fixconfigure $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/configure.js.tmp
	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

$(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
	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 \
				--with-php-build="$$(cygpath -wa $(topdir)/win32build)" \
				--disable-all --enable-object-out-dir=. --enable-debug-pack \
				--enable-xcache=yes,shared
	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
	$(scriptsDir)/fixmakefile $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php/Makefile.tmp
	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

$(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
	cd $(topdir)/build/XCache-trunk-php-5.3.13-nts-Win32-VC9-x86/php && MAKEFLAGS= VC9x86env.cmd nmake.exe /nologo php_xcache.dll

$(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
	rm -rf $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php
	rsync -v -au $(topdir)/php-devel/php-5.4.3/ $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/
	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/
	$(scriptsDir)/fixsource $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/Release_TS/
	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/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/xcache
	rsync -v -Cau $(topdir)/xcache/xcache-trunk/ $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/xcache/
	touch $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/.stamp-update

$(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
	cd $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php && VC9x86env.cmd cscript /nologo win32/build/buildconf.js --add-modules-dir=../
	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
	$(scriptsDir)/fixconfigure $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/configure.js.tmp
	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

$(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
	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 \
				--with-php-build="$$(cygpath -wa $(topdir)/win32build)" \
				--disable-all --enable-object-out-dir=. --enable-debug-pack \
				--enable-xcache=yes,shared
	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
	$(scriptsDir)/fixmakefile $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php/Makefile.tmp
	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

$(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
	cd $(topdir)/build/XCache-trunk-php-5.4.3-Win32-VC9-x86/php && MAKEFLAGS= VC9x86env.cmd nmake.exe /nologo php_xcache.dll

$(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
	rm -rf $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php
	rsync -v -au $(topdir)/php-devel/php-5.4.3/ $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/
	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/
	$(scriptsDir)/fixsource $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/Release/
	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/
	mkdir -p $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/xcache
	rsync -v -Cau $(topdir)/xcache/xcache-trunk/ $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/xcache/
	touch $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/.stamp-update

$(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
	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=../
	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
	$(scriptsDir)/fixconfigure $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/configure.js.tmp
	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

$(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
	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 \
				--with-php-build="$$(cygpath -wa $(topdir)/win32build)" \
				--disable-all --enable-object-out-dir=. --enable-debug-pack \
				--enable-xcache=yes,shared
	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
	$(scriptsDir)/fixmakefile $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php/Makefile.tmp
	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

$(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
	cd $(topdir)/build/XCache-trunk-php-5.4.3-nts-Win32-VC9-x86/php && MAKEFLAGS= VC9x86env.cmd nmake.exe /nologo php_xcache.dll

package: all
	scripts/updatepackage

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

clean: 

