src/Doc/isac/jrocnik/Makefile
changeset 52107 f8845fc8f38d
parent 52106 7f3760f39bdc
child 52108 9aaf0d0f0ce4
     1.1 --- a/src/Doc/isac/jrocnik/Makefile	Mon Sep 16 12:27:20 2013 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,81 +0,0 @@
     1.4 -## targets
     1.5 -
     1.6 -default: thesis clean
     1.7 -all: thesis docu present clean
     1.8 -thesis: thesis clean
     1.9 -docu: docu clean
    1.10 -present: present1 present2 clean
    1.11 -cadgme: cadgme clean
    1.12 -
    1.13 -
    1.14 -## dependencies
    1.15 -
    1.16 -
    1.17 -## settings
    1.18 -
    1.19 -LATEX = latex
    1.20 -PDFLATEX = pdflatex
    1.21 -BIBTEX = bibtex
    1.22 -RAIL = rail -a
    1.23 -SEDINDEX = ./sedindex
    1.24 -FIXBOOKMARKS = perl -pi fixbookmarks.pl
    1.25 -
    1.26 -DEFAULT_GARBAGE = *.aux *.log *.toc *.idx *.rai *.rao *.bbl *.ind *.ilg *.blg *.out *.lof
    1.27 -DEFAULT_OUTPUT = *.dvi jrocnik_present1.pdf jrocnik_present2.pdf jrocnik_bakk.pdf *.ps
    1.28 -GARBAGE =
    1.29 -OUTPUT =
    1.30 -
    1.31 -## special targets
    1.32 -
    1.33 -.DELETE_ON_ERROR:
    1.34 -
    1.35 -## actions
    1.36 -
    1.37 -nothing:
    1.38 -
    1.39 -clean:
    1.40 -	@rm -f $(DEFAULT_GARBAGE) $(GARBAGE)
    1.41 -
    1.42 -mrproper:
    1.43 -	@rm -f $(DEFAULT_GARBAGE) $(DEFAULT_OUTPUT) $(GARBAGE) $(OUTPUT)
    1.44 -
    1.45 -THESIS_NAME = jrocnik_bakk
    1.46 -THESIS_FILES = jrocnik_bakk.tex
    1.47 -
    1.48 -DOCU_NAME = Inverse_Z_Transform/doc/Inverse_Z_Transform
    1.49 -DOCU_FILES = Inverse_Z_Transform/doc/root.tex 
    1.50 -
    1.51 -PRESENT1_NAME = jrocnik_present1
    1.52 -PRESENT1_FILES = jrocnik_present1.tex
    1.53 -
    1.54 -PRESENT2_NAME = jrocnik_present2
    1.55 -PRESENT2_FILES = jrocnik_present2.tex
    1.56 -
    1.57 -CADGME_NAME = jrocnik_cadgme
    1.58 -CADGME_FILES = cadgme.tex
    1.59 -
    1.60 -thesis: $(THESIS_NAME).pdf
    1.61 -
    1.62 -$(THESIS_NAME).pdf: $(THESIS_FILES)
    1.63 -	$(PDFLATEX) $(THESIS_NAME)
    1.64 -	$(BIBTEX) $(THESIS_NAME)
    1.65 -	$(PDFLATEX) $(THESIS_NAME)
    1.66 -	$(PDFLATEX) $(THESIS_NAME)
    1.67 -  
    1.68 -present1: $(PRESENT1_NAME).pdf
    1.69 -
    1.70 -$(PRESENT1_NAME).pdf: $(PRESENT1_FILES)
    1.71 -	$(PDFLATEX) $(PRESENT1_NAME)
    1.72 -	$(PDFLATEX) $(PRESENT1_NAME)
    1.73 -  
    1.74 -present2: $(PRESENT2_NAME).pdf
    1.75 -
    1.76 -$(PRESENT2_NAME).pdf: $(PRESENT2_FILES)
    1.77 -	$(PDFLATEX) $(PRESENT2_NAME)
    1.78 -	$(PDFLATEX) $(PRESENT2_NAME)
    1.79 -  
    1.80 -cadgme: $(CADGME_NAME).pdf
    1.81 -
    1.82 -$(CADGME_NAME).pdf: $(CADGME_FILES)
    1.83 -	$(PDFLATEX) $(CADGME_NAME)
    1.84 -	$(PDFLATEX) $(CADGME_NAME)