
Go81.prc: code0001.go81.grc tfrm03e8.bin
#	build-prc  Go81Visu.prc "Go81Visu" Go81 *.grc *.bin
	build-prc  Go81.prc "Go81" Go81 *.grc *.bin
	ls -l *.prc

tfrm03e8.bin: go81.rcp go81_id.h
	pilrc go81.rcp 

# go81_agent.o go81_tactics.o 
# -O1 go81_agent.o  -O1 go81_tactics.o	
#code0001.go81.grc: go81.o go81_agent_util.o go81.h go81_id.h
#	m68k-palmos-coff-gcc -O1 go81.o -O1 go81_agent_util.o -o go81
#        m68k-palmos-coff-obj-res go81

code0001.go81.grc: go81.o go81.h go81_id.h tapani_common.h intset.h
	m68k-palmos-coff-gcc -fno-rtti -O1 go81.o -o go81
	m68k-palmos-coff-obj-res go81


go81.o: go81.cpp go81.h go81_id.h tapani_common.h
	m68k-palmos-coff-gcc -fno-rtti -O1 -c go81.cpp -o go81.o 

#go81_agent.o: go81_agent.cpp go81.h tapani_common.h
#	m68k-palmos-coff-gcc -fno-rtti -O1 -c go81_agent.cpp -o go81_agent.o 

#intset.o: intset.cpp intset.h tapani_common.h
#	m68k-palmos-coff-gcc -fno-rtti -O1 -c intset.cpp -o intset.o 











