From f947db3e66649b94d0478d5a978bb62ea079a4f0 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 1 Sep 2003 14:54:28 +0000 Subject: [PATCH] Moved from Php to Php4 to fix soft link kludge git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5035 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/GIFPlot/Php/full/Makefile | 19 ------ SWIG/Examples/GIFPlot/Php/full/README | 4 -- SWIG/Examples/GIFPlot/Php/full/cmap | Bin 768 -> 0 bytes SWIG/Examples/GIFPlot/Php/full/gifplot.i | 15 ----- SWIG/Examples/GIFPlot/Php/full/runme.php4 | 78 ---------------------- 5 files changed, 116 deletions(-) delete mode 100644 SWIG/Examples/GIFPlot/Php/full/Makefile delete mode 100644 SWIG/Examples/GIFPlot/Php/full/README delete mode 100644 SWIG/Examples/GIFPlot/Php/full/cmap delete mode 100644 SWIG/Examples/GIFPlot/Php/full/gifplot.i delete mode 100644 SWIG/Examples/GIFPlot/Php/full/runme.php4 diff --git a/SWIG/Examples/GIFPlot/Php/full/Makefile b/SWIG/Examples/GIFPlot/Php/full/Makefile deleted file mode 100644 index 880d05303..000000000 --- a/SWIG/Examples/GIFPlot/Php/full/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -TOP = ../../.. -SWIG = $(TOP)/../swig -SWIGOPT = -I../../Include -noproxy -SRCS = -TARGET = php_gifplot -INTERFACE = gifplot.i -LIBS = -L../.. -lgifplot -lm -INCLUDES = -I../../Include - -all:: - $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \ - INCLUDES='$(INCLUDES)' LIBS='$(LIBS)' SWIGOPT='$(SWIGOPT)' \ - TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' php4 - -clean:: - $(MAKE) -f $(TOP)/Makefile php4_clean - rm -f *.gif - -check: all diff --git a/SWIG/Examples/GIFPlot/Php/full/README b/SWIG/Examples/GIFPlot/Php/full/README deleted file mode 100644 index f8d38d9af..000000000 --- a/SWIG/Examples/GIFPlot/Php/full/README +++ /dev/null @@ -1,4 +0,0 @@ -This example runs the entire gifplot.h header file through SWIG without -any changes. The script 'runme.php3' does something a little more -interesting. You'll have to go look at the header file to get a complete -listing of the functions. diff --git a/SWIG/Examples/GIFPlot/Php/full/cmap b/SWIG/Examples/GIFPlot/Php/full/cmap deleted file mode 100644 index a20c331a9573dd8443380680bfe2cc428780d8a9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 768 zcmZQzpd(=A5)hSEP}Mdtvvzdz4h)M)OwTDSuW4%Uoiu&!q7`d5@7R0z#JS5i?>&C` z?#s{r^Z@9-XXO?YlTlLFHMX#G@$?UkN=VBFxv-;m^2~WlR;}N<`@pd?7q8!a^y1xT znmh34m-nxpKDd4D;+bOy_iW#^cE#d(Gbi_Tw$xXZ7G$R-M27|XxI5We80l&#%Snpx zbFrd(h8Vt}lCeu@T6xFJRlCpJeMef510DGC$^DyG&YwK8f9IC 239) { $c = 239; } - Plot3D_solidquad($p3, $x,$y,$z1,$x+$dx,$y,$z2,$x+$dx,$y+$dy,$z3,$x,$y+$dy,$z4,$c+16); - $y = $y + $dy; - } - $x = $x + $dx; - } -} - -print "Making a nice 3D plot...\n"; -drawsolid(); - -FrameBuffer_writeGIF($frame, $cmap,"image.gif"); -print "Wrote image.gif\n"; - -?>