#
# Makefile for Amap - (c) 2003 by van Hauser / THC <vh@thc.org>
#

all:
	./configure
	make -f Makefile.amap

debug:
	./configure
	make -f Makefile.amap debug

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

amap:
	./configure
	make -f Makefile.amap amap

amapcrap:
	./configure
	make -f Makefile.amap amapcrap

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

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