1#include "knews.tmpl"
2
3#include "configure.h"
4#undef DOMAIN_NAME
5#undef MAIL_COMMAND
6#undef EDIT_COMMAND
7
8#define IHaveSubdirs
9
10#if HAVE_POSIX_REGEXPS
11SUBDIRS = Widgets src
12#else
13SUBDIRS = Widgets regexp src
14#endif
15
16#undef PassCDebugFlasg
17#define PassCDebugFlags
18
19MakeSubdirs($(SUBDIRS))
20
21DependSubdirs($(SUBDIRS))
22
23squeaky:
24	rm -f Widgets/Makefile Widgets/Makefile.bak
25	rm -f regexp/Makefile regexp/Makefile.bak
26	rm -f src/Makefile src/Makefile.bak
27	rm -f util/knewsd/Makefile util/knewsd/Makefile.bak
28	rm -f util/tcp_relay/Makefile util/tcp_relay/Makefile.bak
29	rm -f Makefile Makefile.bak
30