Ignore:
Timestamp:
Jan 8, 2026, 1:26:42 PM (3 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master, stuck-waitfor-destruct
Children:
fb7c9168
Parents:
79ba50c (diff), 4904b05 (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/Makefile

    r79ba50c r8614140  
    1111BibRep = ../../bibliography
    1212
     13strip-top-dir = $(foreach p,$1,$(patsubst %/,%,$(subst $(firstword $(subst /, ,$(p)))/,, $(p))))
     14
     15.SUFFIXES:  # disable make built-in rules
     16
    1317TeXSRC = ${wildcard *.tex}
    1418PicSRC = ${notdir ${wildcard ${Pictures}/*.png}} ${notdir ${wildcard ${Pictures}/*.fig}}
     
    1923PgmSRC = ${notdir ${wildcard ${Programs}/*}}
    2024RunPgmSRC = ${notdir ${wildcard ${Programs}/*.run.*}}
     25NondemoPgmSRC = ${call strip-top-dir,${wildcard ${Programs}/*/*.c*}}
    2126BibSRC = ${wildcard *.bib}
    2227
     
    5762# File Dependencies
    5863
    59 ${DOCUMENT}: ${TeXSRC} $(RunPgmOut) ${DemoPgmOut} ${PlotSRC} ${PicSRC} ${BibSRC} ${BibRep}/pl.bib ${LaTMac}/common.tex Makefile | ${Build}
     64${DOCUMENT}: ${TeXSRC} $(RunPgmOut) ${DemoPgmOut} ${NondemoPgmSRC} ${PlotSRC} ${PicSRC} ${BibSRC} ${BibRep}/pl.bib ${LaTMac}/common.tex Makefile | ${Build}
    6065        echo ${PicSRC}
    6166        echo ${GraphSRC_OLD}
Note: See TracChangeset for help on using the changeset viewer.