# include gnu.gpl, (*) 2000 Micha 'malekith' Moskal <malekith@topnet.pl>. 
# $Id: Makefile,v 1.3 2000/08/27 18:32:50 malekith Exp $

all: defs

clean:
	rm -f configure config.* defs

configure: configure.in
	autoconf

config.h.in: acconfig.h
	autoheader

defs: configure config.h.in defs.in
	./configure --with-debug
