Changeset 295e5071 for doc/papers
- Timestamp:
- Feb 1, 2018, 10:19:20 AM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, 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:
- 0992849
- Parents:
- e2e7330 (diff), 23c27039 (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. - Location:
- doc/papers
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/papers/OOPSLA17/Makefile
re2e7330 r295e5071 9 9 10 10 MAKEFLAGS = --no-print-directory --silent # 11 VPATH = ${ Figures} evaluation11 VPATH = ${Build} ${Figures} evaluation 12 12 13 13 ## Define the text source files. … … 36 36 # Directives # 37 37 38 .PHONY : all clean # not file names 39 38 40 all : ${DOCUMENT} 39 41 … … 49 51 dvips ${Build}/$< -o $@ 50 52 51 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex../../bibliography/pl.bib53 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ../../bibliography/pl.bib 52 54 # Must have *.aux file containing citations for bibtex 53 55 if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename $@}.tex ; fi -
doc/papers/concurrency/Makefile
re2e7330 r295e5071 9 9 10 10 MAKEFLAGS = --no-print-directory --silent # 11 VPATH = ${ Figures}11 VPATH = ${Build} ${Figures} 12 12 13 13 ## Define the text source files. … … 58 58 dvips ${Build}/$< -o $@ 59 59 60 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex\60 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \ 61 61 ${Macros}/common.tex ${Macros}/indexstyle annex/local.bib ../../bibliography/pl.bib 62 62 # Must have *.aux file containing citations for bibtex -
doc/papers/general/Makefile
re2e7330 r295e5071 9 9 10 10 MAKEFLAGS = --no-print-directory --silent # 11 VPATH = ${ Figures} evaluation11 VPATH = ${Build} ${Figures} evaluation 12 12 13 13 ## Define the text source files. … … 51 51 dvips ${Build}/$< -o $@ 52 52 53 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex\53 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \ 54 54 ${Macros}/common.tex ${Macros}/indexstyle ../../bibliography/pl.bib 55 55 # Must have *.aux file containing citations for bibtex
Note: See TracChangeset
for help on using the changeset viewer.