From 9c24f48c378d578a87f6647d62877a19febba89d Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Sat, 3 Oct 2020 00:51:21 -0400 Subject: As presented at the AMS Fall Sectional Meeting on 2020-10-03 --- figs/regime.fig/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 figs/regime.fig/Makefile (limited to 'figs/regime.fig/Makefile') diff --git a/figs/regime.fig/Makefile b/figs/regime.fig/Makefile new file mode 100644 index 0000000..9544dcc --- /dev/null +++ b/figs/regime.fig/Makefile @@ -0,0 +1,26 @@ +PROJECTNAME=regime + +PDFS=$(addsuffix .pdf, $(PROJECTNAME)) +TEXS=$(addsuffix .tikz.tex, $(PROJECTNAME)) + +all: $(PDFS) + +$(PDFS): + gnuplot $(patsubst %.pdf, %.gnuplot, $@) > $(patsubst %.pdf, %.tikz.tex, $@) + pdflatex -jobname $(basename $@) -file-line-error $(patsubst %.pdf, %.tikz.tex, $@) + +install: $(PDFS) + cp $^ $(INSTALLDIR)/ + +clean-aux: + rm -f $(addsuffix .aux, $(PROJECTNAME)) + rm -f $(addsuffix .log, $(PROJECTNAME)) + +clean-dat: + rm -f $(addsuffix .tikz.tex, $(PROJECTNAME)) + rm -f short-time.dat + +clean-tex: + rm -f $(PDFS) + +clean: clean-dat clean-aux clean-tex -- cgit v1.2.3-70-g09d2