Ignore:
Timestamp:
Mar 18, 2023, 2:29:23 PM (2 years ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
ce04120
Parents:
119e6c8
Message:

various additions to thesis, finished first draft of actor chapter (lots of polish needed), added first draft of intro to CFA features & intro to CFA threading, added start of mutex stmt chapter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified doc/theses/colby_parsons_MMAth/Makefile

    r119e6c8 r0faacb8  
    1414
    1515SOURCES = ${addsuffix .tex, \
    16 text/CFA_intro \
    17 text/actors \
    18 thesis \
     16text/CFA_intro                          \
     17text/actors                                     \
     18text/frontpgs                           \
     19text/CFA_concurrency            \
     20thesis                                          \
     21text/mutex_stmt                         \
    1922}
    2023
    21 FIGURES = ${addsuffix .tikz, \
    22 figures/standard_actor \
    23 figures/inverted_actor \
    24 figures/gulp \
     24FIGURES = ${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   \
    2541}
    2642
    27 PICTURES = ${addsuffix .pstex, \
     43DATA =  data/pykeSendStatic             \
     44                data/pykeSendDynamic    \
     45                data/pykeExecutorMem    \
     46                data/nasusSendStatic    \
     47                data/nasusSendDynamic   \
     48                data/pykeExecutorMem    \
     49
     50PICTURES = ${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            \
    2858}
    2959
     
    5686        dvips ${Build}/$< -o $@
    5787
    58 ${BASE}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \
     88${BASE}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${DATA} \
    5989                ${Macros}/common.tex ${Macros}/indexstyle local.bib ../../bibliography/pl.bib | ${Build}
    6090        # Must have *.aux file containing citations for bibtex
     
    109139                        "\end{document}" > $@
    110140
     141data/%: ;
     142%.tikz: ;
     143%.pgf: ;
     144
    111145# Local Variables: #
    112146# compile-command: "make" #
Note: See TracChangeset for help on using the changeset viewer.