doc-src/isac/jrocnik/Makefile
branchdecompose-isar
changeset 42293 b24574463e1a
child 42378 6d1f4e7870b1
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc-src/isac/jrocnik/Makefile	Tue Sep 27 11:05:00 2011 +0200
     1.3 @@ -0,0 +1,54 @@
     1.4 +## targets
     1.5 +
     1.6 +default: thesis clean
     1.7 +all: thesis docu clean
     1.8 +thesis: thesis clean
     1.9 +docu: docu clean
    1.10 +
    1.11 +
    1.12 +## dependencies
    1.13 +
    1.14 +
    1.15 +## settings
    1.16 +
    1.17 +LATEX = latex
    1.18 +PDFLATEX = pdflatex
    1.19 +BIBTEX = bibtex
    1.20 +RAIL = rail -a
    1.21 +SEDINDEX = ./sedindex
    1.22 +FIXBOOKMARKS = perl -pi fixbookmarks.pl
    1.23 +
    1.24 +DEFAULT_GARBAGE = *.aux *.log *.toc *.idx *.rai *.rao *.bbl *.ind *.ilg *.blg *.out *.lof
    1.25 +DEFAULT_OUTPUT = *.dvi *.pdf *.ps
    1.26 +GARBAGE =
    1.27 +OUTPUT =
    1.28 +
    1.29 +## special targets
    1.30 +
    1.31 +.DELETE_ON_ERROR:
    1.32 +
    1.33 +## actions
    1.34 +
    1.35 +nothing:
    1.36 +
    1.37 +clean:
    1.38 +	@rm -f $(DEFAULT_GARBAGE) $(GARBAGE)
    1.39 +
    1.40 +mrproper:
    1.41 +	@rm -f $(DEFAULT_GARBAGE) $(DEFAULT_OUTPUT) $(GARBAGE) $(OUTPUT)
    1.42 +
    1.43 +THESIS_NAME = bakkarbeit_jrocnik
    1.44 +THESIS_FILES = bakkarbeit_jrocnik.tex
    1.45 +
    1.46 +DOCU_NAME = Inverse_Z_Transform/doc/Inverse_Z_Transform
    1.47 +DOCU_FILES = Inverse_Z_Transform/doc/root.tex 
    1.48 +
    1.49 +thesis: $(THESIS_NAME).pdf
    1.50 +
    1.51 +$(THESIS_NAME).pdf: $(THESIS_FILES)
    1.52 +	$(PDFLATEX) $(THESIS_NAME)
    1.53 +	$(BIBTEX) $(THESIS_NAME)
    1.54 +	$(PDFLATEX) $(THESIS_NAME)
    1.55 +	$(PDFLATEX) $(THESIS_NAME)
    1.56 +  
    1.57 +docu: