blob: 32c37a2c7cb03969497cb6fc1ff6e1c8f040d95f (
plain)
1
2
3
4
5
6
7
8
|
XCOMM $XConsortium: Imakefile,v 1.1 94/02/09 17:05:14 matt Exp $
#define IHaveSubdirs
#define PassCDebugFlags
SUBDIRS = src include app-defaults
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
|