blob: eba13848bee028066da70b2a7f107a7785e0328a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
XCOMM $XFree86: xc/lib/GL/mesa/src/drv/Imakefile,v 1.18 2001/03/23 19:18:38 dawes Exp $
#ifdef DriDrivers
#define IHaveSubdirs
#define PassCDebugFlags
DRI_DRIVERS = DriDrivers
#if BuildDevelDRIDrivers
DEVEL_DRI_DRIVERS = DevelDRIDrivers
#endif
SUBDIRS = common $(DRI_DRIVERS) $(DEVEL_DRI_DRIVERS)
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
DependTarget()
#endif
|