home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / lib / X11 / config / xf86.tmpl < prev    next >
Text File  |  1999-09-03  |  2KB  |  106 lines

  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.2.4 1999/06/17 16:23:45 hohndel 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 DynaproSupport
  37. #define DynaproSupport        NO
  38. #endif
  39. #ifndef MicroTouchSupport
  40. #define MicroTouchSupport    NO
  41. #endif
  42. #ifndef SummaSketchSupport
  43. #define SummaSketchSupport    NO
  44. #endif
  45. #ifndef AceCadSupport
  46. #define AceCadSupport        NO
  47. #endif
  48. #ifndef DialBoxSupport
  49. #define DialBoxSupport        NO
  50. #endif
  51. #ifndef CalcompSupport
  52. #define CalcompSupport        NO
  53. #endif
  54.  
  55. #if BuildDynamicLoading
  56.        MODULEDIR = $(USRLIBDIR)/modules
  57. #endif
  58.  
  59. #if !BuildDynamicLoading && BuildXInputExt
  60. # if JoystickSupport
  61. #  define JoystickDefines -DJOYSTICK_SUPPORT
  62. # else
  63. #  define JoystickDefines
  64. # endif
  65. # if WacomSupport
  66. #  define WacomDefines -DWACOM_SUPPORT
  67. # else
  68. #  define WacomDefines
  69. # endif
  70. # if ElographicsSupport
  71. #  define ElographicsDefines -DELOGRAPHICS_SUPPORT
  72. # else
  73. #  define ElographicsDefines
  74. # endif
  75. # if DynaproSupport
  76. #  define DynaproDefines -DDYNAPRO_SUPPORT
  77. # else
  78. #  define DynaproDefines
  79. # endif
  80. # if MicroTouchSupport
  81. #  define MicroTouchDefines -DMICROTOUCH_SUPPORT
  82. # else
  83. #  define MicroTouchDefines
  84. # endif
  85. # if SummaSketchSupport
  86. #  define SummaSketchDefines -DSUMMASKETCH_SUPPORT
  87. # else
  88. #  define SummaSketchDefines
  89. # endif
  90. # if AceCadSupport
  91. #  define AceCadDefines -DACECAD_SUPPORT
  92. # else
  93. #  define AceCadDefines
  94. # endif
  95. # if DialBoxSupport
  96. #  define DialBoxDefines -DDIALBOX_SUPPORT
  97. # else
  98. #  define DialBoxDefines
  99. # endif
  100. # if CalcompSupport
  101. #  define CalcompDefines -DCALCOMP_SUPPORT
  102. # else
  103. #  define CalcompDefines
  104. # endif
  105. #endif
  106.