Ignore:
Timestamp:
Mar 24, 2023, 4:52:50 PM (14 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
5fd5de2
Parents:
75d874a
Message:

various edits and cleanup and added mutexstmt chapter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/Makefile

    r75d874a r512d937c  
    1313## Define the text source files.
    1414
    15 SOURCES = ${addsuffix .tex, \
    16 text/CFA_intro                          \
    17 text/actors                                     \
    18 text/frontpgs                           \
    19 text/CFA_concurrency            \
    20 thesis                                          \
    21 text/mutex_stmt                         \
     15SOURCES = ${addsuffix .tex,     \
     16        text/CFA_intro                          \
     17        text/actors                                     \
     18        text/frontpgs                           \
     19        text/CFA_concurrency            \
     20        thesis                                          \
     21        text/mutex_stmt                         \
     22        text/channels                           \
    2223}
    2324
     
    3940        figures/pykeCFABalance-Multi    \
    4041        figures/nasusCFABalance-Multi   \
     42        figures/pyke_Aggregate_Lock_2   \
     43        figures/pyke_Aggregate_Lock_4   \
     44        figures/pyke_Aggregate_Lock_8   \
     45        figures/nasus_Aggregate_Lock_2  \
     46        figures/nasus_Aggregate_Lock_4  \
     47        figures/nasus_Aggregate_Lock_8  \
    4148}
    4249
Note: See TracChangeset for help on using the changeset viewer.