blob: 1beed3bca17314364f04052b200304d3ce95fe68 (
plain)
1
2
3
4
5
6
7
8
|
XCOMM $Xorg: Imakefile,v 1.1 2002/11/23 05:42:52 gisburn Exp $
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
SUBDIRS = print
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
|