#
# Makefile for Hydra - (c) 2001-2002 by van Hauser / THC <vh@reptile.rug.ac.be>
#

all:
	./configure
	make -f Makefile.hydra

hydra:
	./configure
	make -f Makefile.hydra install

clean:
	rm -f hydra *.o core *~ Makefile.in Makefile.hydra

strip:
	./configure
	make -f Makefile.hydra strip

install:
	./configure
	make -f Makefile.hydra install
