Changeset ff29f08 for doc/papers/general/Makefile
- Timestamp:
- May 18, 2018, 2:09:21 PM (8 years ago)
- Branches:
- new-env, with_gc
- Children:
- 2472a19
- Parents:
- f6f0cca3 (diff), c7d8100c (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/papers/general/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/papers/general/Makefile
rf6f0cca3 rff29f08 45 45 @rm -frv ${DOCUMENT} ${BASE}.ps WileyNJD-AMA.bst ${BASE}.out.ps ${Build} 46 46 47 Paper.zip : 48 zip -x general/.gitignore -x general/"*AMA*" -x general/Paper.out.ps -x general/Paper.tex.plain -x general/evaluation.zip -x general/mail -x general/response -x general/test.c -x general/evaluation.zip -x general/Paper.tex.plain -x general/Paper.ps -x general/Paper.pdf -x general/"*build*" -x general/evaluation/.gitignore -x general/evaluation/timing.xlsx -r Paper.zip general 49 50 evaluation.zip : 51 zip -x evaluation/.gitignore -x evaluation/timing.xlsx -x evaluation/timing.dat -r evaluation.zip evaluation 52 47 53 # File Dependencies # 48 54 … … 66 72 ## Define the default recipes. 67 73 68 ${Build} :74 ${Build} : 69 75 mkdir -p ${Build} 70 76 71 ${BASE}.out.ps :72 ln -fs build/Paper.out.ps .77 ${BASE}.out.ps : ${Build} 78 ln -fs ${Build}/Paper.out.ps . 73 79 74 WileyNJD-AMA.bst :80 WileyNJD-AMA.bst : 75 81 ln -fs ../AMA/AMA-stix/ama/WileyNJD-AMA.bst . 76 82 77 ${GRAPHS} : timing.gp timing.dat83 ${GRAPHS} : ${Build} timing.gp timing.dat 78 84 gnuplot -e Build="'${Build}/'" evaluation/timing.gp 79 85 80 %.tex : %.fig 86 %.tex : %.fig ${Build} 81 87 fig2dev -L eepic $< > ${Build}/$@ 82 88 83 %.ps : %.fig 89 %.ps : %.fig ${Build} 84 90 fig2dev -L ps $< > ${Build}/$@ 85 91 86 %.pstex : %.fig 92 %.pstex : %.fig ${Build} 87 93 fig2dev -L pstex $< > ${Build}/$@ 88 94 fig2dev -L pstex_t -p ${Build}/$@ $< > ${Build}/$@_t
Note:
See TracChangeset
for help on using the changeset viewer.