Changeset 0faacb8 for doc/theses/colby_parsons_MMAth/Makefile
- Timestamp:
- Mar 18, 2023, 2:29:23 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- ce04120
- Parents:
- 119e6c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified doc/theses/colby_parsons_MMAth/Makefile ¶
r119e6c8 r0faacb8 14 14 15 15 SOURCES = ${addsuffix .tex, \ 16 text/CFA_intro \ 17 text/actors \ 18 thesis \ 16 text/CFA_intro \ 17 text/actors \ 18 text/frontpgs \ 19 text/CFA_concurrency \ 20 thesis \ 21 text/mutex_stmt \ 19 22 } 20 23 21 FIGURES = ${addsuffix .tikz, \ 22 figures/standard_actor \ 23 figures/inverted_actor \ 24 figures/gulp \ 24 FIGURES = ${addsuffix .pgf, \ 25 figures/pykeExecutor \ 26 figures/pykeCFAExecutor \ 27 figures/nasusExecutor \ 28 figures/nasusCFAExecutor \ 29 figures/pykeMatrix \ 30 figures/pykeCFAMatrix \ 31 figures/nasusMatrix \ 32 figures/nasusCFAMatrix \ 33 figures/pykeRepeat \ 34 figures/pykeCFARepeat \ 35 figures/nasusRepeat \ 36 figures/nasusCFARepeat \ 37 figures/pykeCFABalance-One \ 38 figures/nasusCFABalance-One \ 39 figures/pykeCFABalance-Multi \ 40 figures/nasusCFABalance-Multi \ 25 41 } 26 42 27 PICTURES = ${addsuffix .pstex, \ 43 DATA = data/pykeSendStatic \ 44 data/pykeSendDynamic \ 45 data/pykeExecutorMem \ 46 data/nasusSendStatic \ 47 data/nasusSendDynamic \ 48 data/pykeExecutorMem \ 49 50 PICTURES = ${addsuffix .tikz, \ 51 diagrams/standard_actor \ 52 diagrams/inverted_actor \ 53 diagrams/gulp \ 54 diagrams/chain_swap \ 55 diagrams/M_to_one_swap \ 56 diagrams/acyclic_swap \ 57 diagrams/cyclic_swap \ 28 58 } 29 59 … … 56 86 dvips ${Build}/$< -o $@ 57 87 58 ${BASE}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \88 ${BASE}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${DATA} \ 59 89 ${Macros}/common.tex ${Macros}/indexstyle local.bib ../../bibliography/pl.bib | ${Build} 60 90 # Must have *.aux file containing citations for bibtex … … 109 139 "\end{document}" > $@ 110 140 141 data/%: ; 142 %.tikz: ; 143 %.pgf: ; 144 111 145 # Local Variables: # 112 146 # compile-command: "make" #
Note: See TracChangeset
for help on using the changeset viewer.