X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=mp-gdd.git;a=blobdiff_plain;f=exemples%2Fcourbes%2FMakefile;fp=exemples%2Fcourbes%2FMakefile;h=97f286300beceeaa411181b67e635a98558d3e08;hp=0000000000000000000000000000000000000000;hb=2518cfffb2598c5733eedf4907b61bc31ab2bd86;hpb=eee9c7246fae994a97b84e63bbf9705a9ea490f1 diff --git a/exemples/courbes/Makefile b/exemples/courbes/Makefile new file mode 100644 index 0000000..97f2863 --- /dev/null +++ b/exemples/courbes/Makefile @@ -0,0 +1,14 @@ +MP = $(wildcard *.mp) +PDF = $(patsubst %.mp, %-1.pdf, $(MP)) + + +png: $(PDF) +$(PDF) : %-1.pdf : %.mp + ~/bin/mptopdf $< && wpdf -png -rs 50 $@ + +liste: + ls *.png > LISTE.txt + echo '== Les sources' >> LISTE.txt + ls *.mp >> LISTE.txt + echo '== Les PDF' >> LISTE.txt + ls *.pdf >> LISTE.txt \ No newline at end of file