diff -r 7f3760f39bdc -r f8845fc8f38d src/Doc/isac/jrocnik/Makefile --- a/src/Doc/isac/jrocnik/Makefile Mon Sep 16 12:27:20 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ -## targets - -default: thesis clean -all: thesis docu present clean -thesis: thesis clean -docu: docu clean -present: present1 present2 clean -cadgme: cadgme clean - - -## dependencies - - -## settings - -LATEX = latex -PDFLATEX = pdflatex -BIBTEX = bibtex -RAIL = rail -a -SEDINDEX = ./sedindex -FIXBOOKMARKS = perl -pi fixbookmarks.pl - -DEFAULT_GARBAGE = *.aux *.log *.toc *.idx *.rai *.rao *.bbl *.ind *.ilg *.blg *.out *.lof -DEFAULT_OUTPUT = *.dvi jrocnik_present1.pdf jrocnik_present2.pdf jrocnik_bakk.pdf *.ps -GARBAGE = -OUTPUT = - -## special targets - -.DELETE_ON_ERROR: - -## actions - -nothing: - -clean: - @rm -f $(DEFAULT_GARBAGE) $(GARBAGE) - -mrproper: - @rm -f $(DEFAULT_GARBAGE) $(DEFAULT_OUTPUT) $(GARBAGE) $(OUTPUT) - -THESIS_NAME = jrocnik_bakk -THESIS_FILES = jrocnik_bakk.tex - -DOCU_NAME = Inverse_Z_Transform/doc/Inverse_Z_Transform -DOCU_FILES = Inverse_Z_Transform/doc/root.tex - -PRESENT1_NAME = jrocnik_present1 -PRESENT1_FILES = jrocnik_present1.tex - -PRESENT2_NAME = jrocnik_present2 -PRESENT2_FILES = jrocnik_present2.tex - -CADGME_NAME = jrocnik_cadgme -CADGME_FILES = cadgme.tex - -thesis: $(THESIS_NAME).pdf - -$(THESIS_NAME).pdf: $(THESIS_FILES) - $(PDFLATEX) $(THESIS_NAME) - $(BIBTEX) $(THESIS_NAME) - $(PDFLATEX) $(THESIS_NAME) - $(PDFLATEX) $(THESIS_NAME) - -present1: $(PRESENT1_NAME).pdf - -$(PRESENT1_NAME).pdf: $(PRESENT1_FILES) - $(PDFLATEX) $(PRESENT1_NAME) - $(PDFLATEX) $(PRESENT1_NAME) - -present2: $(PRESENT2_NAME).pdf - -$(PRESENT2_NAME).pdf: $(PRESENT2_FILES) - $(PDFLATEX) $(PRESENT2_NAME) - $(PDFLATEX) $(PRESENT2_NAME) - -cadgme: $(CADGME_NAME).pdf - -$(CADGME_NAME).pdf: $(CADGME_FILES) - $(PDFLATEX) $(CADGME_NAME) - $(PDFLATEX) $(CADGME_NAME)