From f2af89a0b6f2dbab0b3ebe8a02200e4b97aa19aa Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Sat, 7 Apr 2018 07:16:28 +0000 Subject: Initial commit --- figs/atoms.fig/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 figs/atoms.fig/Makefile (limited to 'figs/atoms.fig/Makefile') diff --git a/figs/atoms.fig/Makefile b/figs/atoms.fig/Makefile new file mode 100644 index 0000000..a4b610f --- /dev/null +++ b/figs/atoms.fig/Makefile @@ -0,0 +1,15 @@ +PROJECTNAME=crystal liquid gas nematic chiral +PNGS=$(addsuffix .png, $(PROJECTNAME)) + +all: $(PNGS) + +$(PNGS): + cp $(patsubst %.png, %, $@)-base.gp $(patsubst %.png, %, $@).gp + python $(patsubst %.png, %, $@).py >> $(patsubst %.png, %, $@).gp + gnuplot $(patsubst %.png, %, $@).gp > $@ + +clean-aux: + rm -f $(addsuffix .gp, $(PROJECTNAME)) + +clean: clean-aux + rm -f $(PNGS) -- cgit v1.2.3-54-g00ecf