summaryrefslogtreecommitdiff
path: root/Examples/GIFPlot/Python/shadow/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/GIFPlot/Python/shadow/Makefile')
-rw-r--r--Examples/GIFPlot/Python/shadow/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/Examples/GIFPlot/Python/shadow/Makefile b/Examples/GIFPlot/Python/shadow/Makefile
deleted file mode 100644
index 3ae9a9897..000000000
--- a/Examples/GIFPlot/Python/shadow/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-TOP = ../../..
-SWIG = $(TOP)/../preinst-swig
-SWIGOPT = -outcurrentdir
-SRCS =
-TARGET = gifplot
-INTERFACEDIR = ../../Interface/
-INTERFACE = gifplot.i
-LIBS = -L../.. -lgifplot
-INCLUDES = -I../../Include
-
-all::
- $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
- INCLUDES='$(INCLUDES)' LIBS='$(LIBS)' SWIGOPT='$(SWIGOPT)' \
- TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' INTERFACEDIR='$(INTERFACEDIR)' python
-
-static::
- $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
- INCLUDES='$(INCLUDES)' LIBS='$(LIBS)' SWIGOPT='$(SWIGOPT)' \
- TARGET='mypython' INTERFACE='$(INTERFACE)' INTERFACEDIR='$(INTERFACEDIR)' python_static
-
-clean::
- $(MAKE) -f $(TOP)/Makefile python_clean
- rm -f $(TARGET).py
- rm -f *.gif
-
-check: all
- $(MAKE) -f $(TOP)/Makefile python_run