Updating configure.ac with new version number
[maxima/cygwin.git] / plotting / Makefile.am
blob9daf3b50c0bff12e9a4b06830460dc0bf1a11798
1 include $(top_srcdir)/common.mk
3 verpkglibexec_SCRIPTS = mgnuplot
5 ##### Windows only ####
6 if XMAXIMA_EXE
7 verpkglibexec_SCRIPTS += mgnuplot.exe
8 endif
10 mgnuplot.exe: mgnuplot.vfs mgnuplot.kit
11         $(TCLKITSH) $(SDXKIT) wrap $@ -runtime $(TCLKIT_RUNTIME) mgnuplot.kit
13 mgnuplot.kit: mgnuplot
14         $(TCLKITSH) $(SDXKIT) qwrap  $<
16 mgnuplot.vfs: mgnuplot.kit
17         -rm -rf $@
18         $(TCLKITSH) $(SDXKIT) unwrap $<
20 CLEANFILES = mgnuplot.kit mgnuplot.exe
22 clean-local:
23         -rm -rf mgnuplot.vfs