Changeset eb0d9b7 for doc/theses/mike_brooks_MMath/Makefile
- Timestamp:
- Dec 20, 2025, 4:52:54 AM (3 months ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- 80e83b6c
- Parents:
- 0210a543
- File:
-
- 1 edited
-
doc/theses/mike_brooks_MMath/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/Makefile
r0210a543 reb0d9b7 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.