all: blif genc obj

blif: auto.strl
	esterel -Lblif:-soft -causal -main complex auto.strl -B auto

obj:  auto.o
	gcc -w -c auto.c

genc: auto.strl
	esterel -simul -main complex auto.strl

#es:
#	xes auto.o 
