# auto generated makefile

alz: parser.c
	hotstate -a parser.c
_user.o: _user.c
	gcc -ggdb -c _user.c 
emu: parser.c _user.o
	hotstate -o emu.c parser.c
	gcc -ggdb _user.o -o emu emu.c 
	gdb emu
	touch parser.c
tb: parser.c
	hotstate -T parser.c
tbs: parser.c
	hotstate -T -S parser.c
mem_tb: parser.c
	hotstate -M parser.c
mem: parser.c
	hotstate -m parser.c
hot: parser.c
	hotstate -H parser.c
sa: parser.c
	hotstate -S parser.c
clean:
	rm -f *.mem
	rm -f *tb*.v
	rm -f *template*.v
	rm -f emu.c
	rm -f emu
	rm -f _user.o
	rm -f *.hot
