Ignore:
Timestamp:
Jun 28, 2018, 4:04:11 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
e3b2474
Parents:
a12c81f3 (diff), 944ce47 (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:/u/cforall/software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/papers/concurrency/Makefile

    ra12c81f3 rc653b37  
    1515SOURCES = ${addsuffix .tex, \
    1616Paper \
    17 style/style \
    18 style/cfa-format \
    1917}
    2018
    2119FIGURES = ${addsuffix .tex, \
    22 monitor \
    23 ext_monitor \
    2420int_monitor \
    2521dependency \
     22RunTimeStructure \
    2623}
    2724
    2825PICTURES = ${addsuffix .pstex, \
     26monitor \
     27ext_monitor \
    2928system \
    3029monitor_structs \
     
    5958        dvips ${Build}/$< -o $@
    6059
    61 ${BASE}.dvi : Makefile ${Build} ${BASE}.out.ps WileyNJD-AMA.bst ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \
    62                 annex/local.bib ../../bibliography/pl.bib
     60${BASE}.dvi : Makefile ${BASE}.out.ps WileyNJD-AMA.bst ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \
     61                annex/local.bib ../../bibliography/pl.bib | ${Build}
    6362        # Must have *.aux file containing citations for bibtex
    6463        if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename $@}.tex ; fi
    65         ${BibTeX} ${Build}/${basename $@}
     64        -${BibTeX} ${Build}/${basename $@}
    6665        # Some citations reference others so run again to resolve these citations
    6766        ${LaTeX} ${basename $@}.tex
    68         ${BibTeX} ${Build}/${basename $@}
     67        -${BibTeX} ${Build}/${basename $@}
    6968        # Run again to finish citations
    7069        ${LaTeX} ${basename $@}.tex
     
    7271## Define the default recipes.
    7372
    74 ${Build}:
     73${Build} :
    7574        mkdir -p ${Build}
    7675
    77 ${BASE}.out.ps: ${Build}
     76${BASE}.out.ps : | ${Build}
    7877        ln -fs ${Build}/Paper.out.ps .
    7978
    80 WileyNJD-AMA.bst:
     79WileyNJD-AMA.bst :
    8180        ln -fs ../AMA/AMA-stix/ama/WileyNJD-AMA.bst .
    8281
    83 %.tex : %.fig ${Build}
     82%.tex : %.fig | ${Build}
    8483        fig2dev -L eepic $< > ${Build}/$@
    8584
    86 %.ps : %.fig ${Build}
     85%.ps : %.fig | ${Build}
    8786        fig2dev -L ps $< > ${Build}/$@
    8887
    89 %.pstex : %.fig ${Build}
     88%.pstex : %.fig | ${Build}
    9089        fig2dev -L pstex $< > ${Build}/$@
    9190        fig2dev -L pstex_t -p ${Build}/$@ $< > ${Build}/$@_t
Note: See TracChangeset for help on using the changeset viewer.