Changeset 3895b8b5 for doc/generic_types/Makefile
- Timestamp:
- Apr 14, 2017, 12:41:06 PM (8 years ago)
- 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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 3fb7f5e, bbe856c
- Parents:
- 1a16e9d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified doc/generic_types/Makefile ¶
r1a16e9d r3895b8b5 21 21 22 22 GRAPHS = ${addsuffix .tex, \ 23 timing \ 23 24 } 24 25 … … 45 46 #${DOCUMENT} : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex \ 46 47 47 ${basename ${DOCUMENT}}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex \ 48 ../LaTeXmacros/common.tex ../LaTeXmacros/indexstyle ../bibliography/cfa.bib 48 ${basename ${DOCUMENT}}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex ../bibliography/cfa.bib 49 49 # Conditionally create an empty *.idx (index) file for inclusion until makeindex is run. 50 50 if [ ! -r ${basename $@}.idx ] ; then touch ${basename $@}.idx ; fi … … 66 66 ## Define the default recipes. 67 67 68 ${GRAPHS} : evaluation/timing.gp evaluation/timing.csv 69 gnuplot evaluation/timing.gp 70 68 71 %.tex : %.fig 69 72 fig2dev -L eepic $< > $@
Note: See TracChangeset
for help on using the changeset viewer.