]> git.sesse.net Git - rdpsrv/blob - Xserver/config/cf/xf86.tmpl
Import X server from vnc-3.3.7.
[rdpsrv] / Xserver / config / cf / xf86.tmpl
1 XCOMM $XConsortium: xf86.tmpl /main/2 1996/10/31 15:01:41 kaleb $
2
3
4
5 XCOMM $XFree86: xc/config/cf/xf86.tmpl,v 3.11 1996/12/27 06:50:30 dawes Exp $
6
7 #if XF86LinkKit
8     TOP_INCLUDES = TopIncludes
9    IMAKE_DEFINES = -DXF86LinkKit=1
10 #ifdef UseInstalled
11        IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(TOP) -I$(IRULESRC) \
12                    $(IMAKE_DEFINES)
13 #else
14        IMAKE_CMD = $(IMAKE) -I$(TOP) -I$(IRULESRC) $(IMAKE_DEFINES)
15 #endif
16
17 #undef ImakeSubCmdHelper
18 #ifdef UseInstalled
19 #define ImakeSubCmdHelper $(IMAKE) -DUseInstalled -I$(IMAKETOP) \
20                           -I$(IRULESRC) $(IMAKE_DEFINES)
21 #else
22 #define ImakeSubCmdHelper $(IMAKEPREFIX)$(IMAKE) -I$(IMAKETOP) \
23                           -I$(IMAKEPREFIX)$(IRULESRC) $(IMAKE_DEFINES)
24 #endif
25 #endif
26
27 #ifndef JoystickSupport
28 #define JoystickSupport         NO
29 #endif
30 #ifndef WacomSupport
31 #define WacomSupport            NO
32 #endif
33 #ifndef ElographicsSupport
34 #define ElographicsSupport      NO
35 #endif
36 #ifndef SummaSketchSupport
37 #define SummaSketchSupport      NO
38 #endif
39
40 #if BuildDynamicLoading
41        MODULEDIR = $(USRLIBDIR)/modules
42 #endif
43
44 #if !BuildDynamicLoading && BuildXInputExt
45 # if JoystickSupport
46 #  define JoystickDefines -DJOYSTICK_SUPPORT
47 # else
48 #  define JoystickDefines
49 # endif
50 # if WacomSupport
51 #  define WacomDefines -DWACOM_SUPPORT
52 # else
53 #  define WacomDefines
54 # endif
55 # if ElographicsSupport
56 #  define ElographicsDefines -DELOGRAPHICS_SUPPORT
57 # else
58 #  define ElographicsDefines
59 # endif
60 # if SummaSketchSupport
61 #  define SummaSketchDefines -DSUMMASKETCH_SUPPORT
62 # else
63 #  define SummaSketchDefines
64 # endif
65 #endif