# auto generated makefile

# if you have the free version change hotstate to hotstate_free

alz: parserRL.c
	hotstate -a parserRL.c
_user.o: _user.c
	gcc -ggdb -c _user.c 
emu: parserRL.c _user.o
	hotstate -o emu.c parserRL.c
	gcc -ggdb _user.o -o emu emu.c 
	gdb emu
	touch parserRL.c
tb: parserRL.c
	hotstate -T parserRL.c
tbs: parserRL.c
	hotstate -T -S parserRL.c
mem_tb: parserRL.c
	hotstate -M parserRL.c
mem: parserRL.c
	hotstate -m parserRL.c
hot: parserRL.c
	hotstate -H parserRL.c
sa: parserRL.c
	hotstate -S parserRL.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
