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