Skip to content
Snippets Groups Projects
Makefile 689 B
Newer Older
erwan's avatar
erwan committed
# Time-stamp: <modified the 11/03/2019 (at 10:46) by Erwan Jahier>
erwan's avatar
erwan committed
test: test0 lurette0
test0: cmxs 
	$(sasa) -l 200 fig5.1-noinit.dot -sd 

	$(sasa) -l 200 fig5.1.dot -sd

sim2chrogtk: fig5.1-noinit.rif
	sim2chrogtk -ecran -in $< > /dev/null

gnuplot: fig5.1-noinit.rif 
	gnuplot-rif $< 

erwan's avatar
erwan committed
lurette0:cmxs
	lurette -o lurette.rif  \
      -sut "$(sasa) fig5.1-noinit.dot -custd -rif" \
erwan's avatar
erwan committed
      -env "lutin demon.lut -n distributed"

lurette: lurette0 s g

manual:cmxs
	lurette -o lurette.rif --sim2chro \
      -sut "$(sasa) fig5.1-noinit.dot -custd -rif" \
      -env "lutin demon.lut -n manual" &&\
	gnuplot-rif lurette.rif 
-include ../Makefile.inc