LAB_PATH ?= ../lab-windows SHELL := bash .ONESHELL: .SHELLFLAGS := -eu -o pipefail -c .DELETE_ON_ERROR: MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules all: safety_reset.pdf safety_reset.pdf: resources/grid_freq_estimation.pdf safety_reset.pdf: resources/gps_clock_jitter_analysis.pdf safety_reset.pdf: resources/dsss_experiments-ber.pdf safety_reset.pdf: resources/freq_meas_validation_rocof_testsuite.pdf %.pdf: %.tex %.bib version.tex pdflatex -shell-escape $< biber $* pdflatex -shell-escape $< version.tex: safety_reset.tex safety_reset.bib git describe --tags --long --dirty > $@ resources/%.pdf: $(LAB_PATH)/%.ipynb jupyter-nbconvert --to=pdf --output-dir=resources --output=$* --LatexExporter.template_file=resources/nbexport.tplx $^ .PHONY: clean clean: rm -f safety_reset.aux safety_reset.bbl safety_reset.bcf safety_reset.log safety_reset.blg rm -f safety_reset.out safety_reset.run.xml texput.log