ifeq ($(SWARMHOME),)
SWARMHOME=../swarm-2.1
endif
APPLICATION=market
APPVERSION=2.1
BUGADDRESS=bug-swarm@swarm.org
OBJECTS=agents.o forecast.o history.o Market.o main.o MarketModelSwarm.o MarketObserverSwarm.o
APPLIBS=

include $(SWARMHOME)/etc/swarm/Makefile.appl
