Changeset 512d937c for doc/theses/colby_parsons_MMAth/Makefile
- Timestamp:
- Mar 24, 2023, 4:52:50 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 5fd5de2
- Parents:
- 75d874a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified doc/theses/colby_parsons_MMAth/Makefile ¶
r75d874a r512d937c 13 13 ## Define the text source files. 14 14 15 SOURCES = ${addsuffix .tex, \ 16 text/CFA_intro \ 17 text/actors \ 18 text/frontpgs \ 19 text/CFA_concurrency \ 20 thesis \ 21 text/mutex_stmt \ 15 SOURCES = ${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 \ 22 23 } 23 24 … … 39 40 figures/pykeCFABalance-Multi \ 40 41 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 \ 41 48 } 42 49
Note: See TracChangeset
for help on using the changeset viewer.