boot:
	ghci HERA.hs -fglasgow-exts -fth -i../engine -i../ajaxgui -i../prelude -i. -cpp

subhs:
	mkdir -p Program Definition 
	perl ../scripts/hackotherhsfiles \
                PreludeList.hs \
                ImpList.hs \
                Iterator.hs \
                HughesList.hs \
#                Library/Data/Queue.hs \
#                Library/Prelude.hs \
#                Library/GHC/Base.hs 

clean:
	rm -Rf Program Definition 

