/* This software is Copyright 1995, 1996 by Karl-Johan Johnsson
 *
 * Permission is hereby granted to copy, reproduce, redistribute or otherwise
 * use this software as long as: there is no monetary profit gained
 * specifically from the use or reproduction of this software, it is not
 * sold, rented, traded or otherwise marketed, and this copyright notice is
 * included prominently in any copy made. 
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. ANY USE OF THIS
 * SOFTWARE IS AT THE USER'S OWN RISK.
 */
#include "knews.tmpl"

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

#define IHaveSubdirs

#if HAVE_POSIX_REGEXPS
SUBDIRS = Widgets src util/knewsd util/tcp_relay
#else
SUBDIRS = Widgets regexp src util/knewsd util/tcp_relay
#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
