Ignore:
Timestamp:
Jan 5, 2021, 2:51:58 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:
f03209d3
Parents:
c4241b6 (diff), 95eec2c (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

    rc4241b6 red1a6374  
    2828        base \
    2929        empty \
     30        emptybit \
     31        emptytls \
     32        emptytree \
     33        fairness \
    3034        system \
    3135}
     
    7377        ${LaTeX} $<
    7478
     79build/fairness.svg : fig/fairness.py | ${Build}
     80        python3 $< $@
     81
    7582## Define the default recipes.
    7683
     
    8895        fig2dev -L pstex_t -p ${Build}/$@ $< > ${Build}/$@_t
    8996
     97%.pstex : build/%.svg | ${Build}
     98        inkscape -z -D --file=$< --export-eps=${Build}/$@ --export-latex
     99        mv ${Build}/$@_tex ${Build}/$@_t
     100        echo "sed -i 's/$@/${Build}/$@/g' ${Build}/$@_t"
     101        sed -i 's/$@/${Build}\/$@/g' ${Build}/$@_t
     102
    90103## pstex with inverted colors
    91104%.dark.pstex : fig/%.fig Makefile | ${Build}
Note: See TracChangeset for help on using the changeset viewer.