Changeset 2410424 for doc/theses/mike_brooks_MMath/Makefile
- Timestamp:
- May 13, 2025, 12:54:03 PM (12 months ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- bd72f517
- Parents:
- edd11bd
- File:
-
- 1 edited
-
doc/theses/mike_brooks_MMath/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/Makefile
redd11bd r2410424 14 14 PicSRC = ${notdir ${wildcard ${Pictures}/*.png}} ${notdir ${wildcard ${Pictures}/*.fig}} 15 15 PicSRC := ${PicSRC:.fig=.pdf} # substitute ".fig" with ".pdf" 16 GraphSRC_OLD = ${notdir ${wildcard ${Pictures}/*.dat}}17 GraphSRC_OLD := ${GraphSRC_OLD:.dat=.pdf} # substitute ".dat" with ".pdf"18 PlotINPUTS = ${wildcard ${Plots}/*.gp} ${wildcard ${Plots}/*.py}19 PlotINPUTS := ${addsuffix .INPUTS,${PlotINPUTS}}20 16 PlotSRC = ${notdir ${wildcard ${Plots}/*.gp}} 21 17 PlotSRC := ${addprefix ${Build}/plot-,${PlotSRC:.gp=.pdf}} # substitute ".gp" with ".pdf" … … 61 57 # File Dependencies 62 58 63 ${DOCUMENT}: ${TeXSRC} $(RunPgmOut) ${DemoPgmOut} ${ GraphSRC_OLD} ${PlotSRC} ${PicSRC} ${BibSRC} ${BibRep}/pl.bib ${LaTMac}/common.tex Makefile | ${Build}59 ${DOCUMENT}: ${TeXSRC} $(RunPgmOut) ${DemoPgmOut} ${PlotSRC} ${PicSRC} ${BibSRC} ${BibRep}/pl.bib ${LaTMac}/common.tex Makefile | ${Build} 64 60 echo ${PicSRC} 65 61 echo ${GraphSRC_OLD} … … 94 90 $< > $@ 95 91 96 string-graph-peq-sharing.pdf: string-graph-peq-sharing.dat plot-peq-sharing.gp | ${Build}97 gnuplot plot-peq-sharing.gp98 99 string-graph-pta-sharing.pdf: string-graph-pta-sharing.dat plot-pta-sharing.gp | ${Build}100 gnuplot plot-pta-sharing.gp101 102 string-graph-pbv.pdf: string-graph-pbv.dat plot-pbv.gp | ${Build}103 gnuplot plot-pbv.gp104 105 string-graph-allocn.pdf: string-graph-allocn.dat plot-allocn.gp | ${Build}106 gnuplot plot-allocn.gp107 108 92 %.pdf: %.fig | ${Build} 109 93 fig2dev -L pdf $< > ${Build}/$@ 110 94 111 -include $(Plots)/ string-peq-cppemu.d95 -include $(Plots)/*.d 112 96 113 97 ${Build}/plot-%.dat: ${Plots}/%.py ${Plots}/%.py.INPUTS | ${Build} 114 echo ${PlotINPUTS}115 98 python3 $< > $@ 116 99
Note:
See TracChangeset
for help on using the changeset viewer.