File: Imakefile

package info (click to toggle)
knews 1.0b.1-21
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,432 kB
  • ctags: 4,538
  • sloc: ansic: 46,469; yacc: 254; sh: 146; lex: 94; makefile: 55
file content (29 lines) | stat: -rw-r--r-- 645 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#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