summaryrefslogtreecommitdiff
path: root/xc/lib/GL/mesa/src/drv/Imakefile
blob: 88b2595028dd980fceeac7b9a820170c467125d7 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
XCOMM $XFree86: xc/lib/GL/mesa/src/drv/Imakefile,v 1.16 2000/12/04 18:54:13 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
#if GlxBuiltInR128
DRIVER += r128
#endif
#if GlxBuiltInFfb
DRIVER += ffb
#endif
#if GlxBuiltInSIS
DRIVER += sis
#endif

SUBDIRS = $(DRIVER)

#else /* GlxUseBuiltInDRIDriver */

#if defined(i386Architecture) || defined(ia64Architecture)

SUBDIRS += common
SUBDIRS += gamma
SUBDIRS += mga
SUBDIRS += i810
SUBDIRS += r128
SUBDIRS += sis
#if HasGlide3
SUBDIRS += tdfx
#endif

#elif defined(AlphaArchitecture) 

SUBDIRS += common
SUBDIRS += gamma
SUBDIRS += mga
SUBDIRS += r128
#if HasGlide3
SUBDIRS += tdfx
#endif

#elif defined(SparcArchitecture)

SUBDIRS += ffb

#else

SUBDIRS = 

#endif /* architecture */

#endif /* GlxUseBuiltInDRIDriver */

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

DependTarget()