summaryrefslogtreecommitdiff
path: root/Examples/php4/simple/Makefile.old
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/php4/simple/Makefile.old')
-rw-r--r--Examples/php4/simple/Makefile.old15
1 files changed, 15 insertions, 0 deletions
diff --git a/Examples/php4/simple/Makefile.old b/Examples/php4/simple/Makefile.old
new file mode 100644
index 000000000..816da0c2b
--- /dev/null
+++ b/Examples/php4/simple/Makefile.old
@@ -0,0 +1,15 @@
+TOP = ../..
+SWIG = $(TOP)/../swig
+SRCS = example.c
+TARGET = libexample
+INTERFACE = example.i
+SWIGOPT = -noproxy
+
+all::
+ $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
+ SWIGOPT='$(SWIGOPT)' TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' php4
+
+clean::
+ rm -f *_wrap* *.o core *~ *.so *.php
+
+check: all