Ignore:
Timestamp:
Feb 17, 2021, 12:45:36 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
e7c077a
Parents:
5e99a9a (diff), 9fb1367 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle_PhD/thesis/Makefile

    r5e99a9a r95b3a9c  
    88BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex
    99
    10 MAKEFLAGS = --no-print-directory --silent
     10MAKEFLAGS = --no-print-directory # --silent
    1111VPATH = ${Build} ${Figures}
    1212
     
    3232        emptytree \
    3333        fairness \
     34        io_uring \
     35        pivot_ring \
    3436        system \
    3537}
     
    4345## Define the documents that need to be made.
    4446all: thesis.pdf
    45 thesis.pdf: ${TEXTS} ${FIGURES} ${PICTURES} glossary.tex local.bib
     47thesis.pdf: ${TEXTS} ${FIGURES} ${PICTURES} thesis.tex glossary.tex local.bib
    4648
    4749DOCUMENT = thesis.pdf
     
    4951
    5052# Directives #
     53
     54.NOTPARALLEL:                                           # cannot make in parallel
    5155
    5256.PHONY : all clean                                      # not file names
     
    8185        ${LaTeX} $<
    8286
    83 build/fairness.svg : fig/fairness.py | ${Build}
    84         python3 $< $@
    85 
    8687## Define the default recipes.
    8788
     
    105106        sed -i 's/$@/${Build}\/$@/g' ${Build}/$@_t
    106107
     108build/fairness.svg : fig/fairness.py | ${Build}
     109        python3 $< $@
     110
    107111## pstex with inverted colors
    108112%.dark.pstex : fig/%.fig Makefile | ${Build}
Note: See TracChangeset for help on using the changeset viewer.