summaryrefslogtreecommitdiff
path: root/xc/lib/GL/mesa/src/drv/Imakefile
blob: 306bf16dc96d74111f3e23fa4f814cd8e078d082 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
XCOMM $XFree86: xc/lib/GL/mesa/src/drv/Imakefile,v 1.8 2000/03/07 14:31:38 dawes Exp $

#define DoNormalLib NormalLibGlx
#define DoSharedLib SharedLibGlx
#define DoExtraLib SharedLibGlx
#define DoDebugLib DebugLibGlx
#define DoProfileLib ProfileLibGlx

#define IHaveSubdirs
#define PassCDebugFlags

#if GlxUseBuiltInDRIDriver
#if GlxBuiltInGamma
DRIVER += gamma
#endif
#if GlxBuiltInTdfx
DRIVER += tdfx
#endif
#if GlxBuiltInMga
DRIVER += common mga
#endif
#if GlxBuiltInI810
DRIVER += common i810
#endif

SUBDIRS = $(DRIVER)
#else
SUBDIRS += gamma
#if HasGlide3
SUBDIRS += tdfx
#endif
SUBDIRS += common
SUBDIRS += mga
SUBDIRS += i810
#endif

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

DependTarget()