#include "knews.tmpl"

#include "configure.h"
#undef DOMAIN_NAME
#undef MAIL_COMMAND
#undef EDIT_COMMAND

#define IHaveSubdirs

#if HAVE_POSIX_REGEXPS
SUBDIRS = Widgets src
#else
SUBDIRS = Widgets regexp src
#endif

#undef PassCDebugFlasg
#define PassCDebugFlags

MakeSubdirs($(SUBDIRS))

DependSubdirs($(SUBDIRS))

squeaky:
	rm -f Widgets/Makefile Widgets/Makefile.bak
	rm -f regexp/Makefile regexp/Makefile.bak
	rm -f src/Makefile src/Makefile.bak
	rm -f util/knewsd/Makefile util/knewsd/Makefile.bak
	rm -f util/tcp_relay/Makefile util/tcp_relay/Makefile.bak
	rm -f Makefile Makefile.bak
