# Makefile for game-theory world

ifeq ($(SWARMHOME),)
SWARMHOME=../swarm-1998-02-27
endif
APPLICATION=IPDdemo
OBJECTS= IPDdemo.o AgentBatchSwarm.o AgentObsSwarm.o AgentSwarm.o EvolvableIPDagent.o IPDagent.o 
#APPLICATION=testIPD
#OBJECTS= testIPD.o IPDagent.o

include $(SWARMHOME)/Makefile.appl

testIPD.o: testIPD.m
IPDdemo.o: IPDdemo.m AgentObsSwarm.h AgentBatchSwarm.h
AgentBatchSwarm.o: AgentBatchSwarm.[mh] AgentSwarm.h
AgentObsSwarm.o: AgentObsSwarm.[mh] AgentSwarm.h
AgentSwarm.o: AgentSwarm.[mh] EvolvableIPDagent.h
EvolvableIPDagent.o: EvolvableIPDagent.[mh] IPDagent.h
IPDagent.o: IPDagent.[mh] Makefile
