Changeset 8614140 for doc/theses/mike_brooks_MMath/Makefile
- Timestamp:
- Jan 8, 2026, 1:26:42 PM (3 months ago)
- 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. - File:
-
- 1 edited
-
doc/theses/mike_brooks_MMath/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/Makefile
r79ba50c r8614140 11 11 BibRep = ../../bibliography 12 12 13 strip-top-dir = $(foreach p,$1,$(patsubst %/,%,$(subst $(firstword $(subst /, ,$(p)))/,, $(p)))) 14 15 .SUFFIXES: # disable make built-in rules 16 13 17 TeXSRC = ${wildcard *.tex} 14 18 PicSRC = ${notdir ${wildcard ${Pictures}/*.png}} ${notdir ${wildcard ${Pictures}/*.fig}} … … 19 23 PgmSRC = ${notdir ${wildcard ${Programs}/*}} 20 24 RunPgmSRC = ${notdir ${wildcard ${Programs}/*.run.*}} 25 NondemoPgmSRC = ${call strip-top-dir,${wildcard ${Programs}/*/*.c*}} 21 26 BibSRC = ${wildcard *.bib} 22 27 … … 57 62 # File Dependencies 58 63 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} 60 65 echo ${PicSRC} 61 66 echo ${GraphSRC_OLD}
Note:
See TracChangeset
for help on using the changeset viewer.