summaryrefslogtreecommitdiff
path: root/Examples/GIFPlot/Java/full/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/GIFPlot/Java/full/Makefile')
-rw-r--r--Examples/GIFPlot/Java/full/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/Examples/GIFPlot/Java/full/Makefile b/Examples/GIFPlot/Java/full/Makefile
deleted file mode 100644
index 8f167237d..000000000
--- a/Examples/GIFPlot/Java/full/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-TOP = ../../..
-SWIG = $(TOP)/../swig
-SWIGOPT = -I../../Include -noproxy
-SRCS =
-TARGET = gifplot
-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)' java
- javac *.java
-
-clean::
- $(MAKE) -f $(TOP)/Makefile java_clean
- rm -f *.gif
-
-check: all