X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=4_block%2FMakefile;fp=4_block%2FMakefile;h=4df2863e15dd08912d618304d5da845fce41a5c3;hb=2c4b25bb70af1903e6133469d13bbc8080214405;hp=0000000000000000000000000000000000000000;hpb=cb84d3f70eb8e305ceff331b08999f8df4550111;p=calu.git diff --git a/4_block/Makefile b/4_block/Makefile new file mode 100644 index 0000000..4df2863 --- /dev/null +++ b/4_block/Makefile @@ -0,0 +1,22 @@ +SHELL := bash + +FILES = block.tex blockdesc.tex pipeline.png +FILES += Makefile +TARGET = block.pdf + +PDFGEN = pdflatex --jobname=$(basename $@) $< + +all: $(TARGET) + +$(TARGET): $(FILES) $(ISA_BUILD) + $(PDFGEN) + $(PDFGEN) + $(PDFGEN) + +%.tex: %.ptex gentex.pl + ./gentex.pl $< + +.PHONY: clean + +clan: + rm -fr *.aux *.log *.dvi *.pdf *.toc