|
|
|
|
File: [XFree86 CVS] / xc / programs / Xserver / hw / Imakefile
(download)
Revision: 1.5, Fri Feb 24 15:31:29 2006 UTC (7 years, 3 months ago) by tsi Branch: MAIN CVS Tags: xf-4_8_0-bindist, xf-4_8_0, xf-4_8-branch, xf-4_7_99_9, xf-4_7_99_8, xf-4_7_99_7, xf-4_7_99_6, xf-4_7_99_5, xf-4_7_99_4, xf-4_7_99_31, xf-4_7_99_30, xf-4_7_99_3, xf-4_7_99_29, xf-4_7_99_28, xf-4_7_99_27, xf-4_7_99_26, xf-4_7_99_25, xf-4_7_99_24, xf-4_7_99_23, xf-4_7_99_22, xf-4_7_99_21, xf-4_7_99_20, xf-4_7_99_2, xf-4_7_99_19, xf-4_7_99_18, xf-4_7_99_17, xf-4_7_99_16, xf-4_7_99_15, xf-4_7_99_14, xf-4_7_99_13, xf-4_7_99_12, xf-4_7_99_11, xf-4_7_99_10, xf-4_7_99_1, xf-4_7_0, xf-4_7-branch, xf-4_6_99_9, xf-4_6_99_8, xf-4_6_99_7, xf-4_6_99_6, xf-4_6_99_5, xf-4_6_99_4, xf-4_6_99_3, xf-4_6_99_29, xf-4_6_99_28, xf-4_6_99_27, xf-4_6_99_26, xf-4_6_99_25, xf-4_6_99_24, xf-4_6_99_23, xf-4_6_99_22, xf-4_6_99_21, xf-4_6_99_20, xf-4_6_99_2, xf-4_6_99_19, xf-4_6_99_18, xf-4_6_99_17, xf-4_6_99_16, xf-4_6_99_15, xf-4_6_99_14, xf-4_6_99_13, xf-4_6_99_12, xf-4_6_99_11, xf-4_6_99_10, xf-4_6_99_1, xf-4_6_0, xf-4_6-branch, xf-4_5_99_904, xf-4_5_99_903, xf-4_5_99_902, xf-4_5_99_901, HEAD Changes since 1.4: +2 -2 lines 224. TinyX build fixes, including one for Linux systems that don't provide
<sys/io.h>, e.g. libc5 among others (Marc La France).
223. Improve accuracy of atimisc's calculations that are based on a 29.5 MHz
reference clock (Marc La France).
|
XCOMM $XFree86: xc/programs/Xserver/hw/Imakefile,v 1.4tsi Exp $
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
#if defined(XF86Server) && XF86Server
#undef IHaveSubdirs
#define IHaveSubdirs
XFREE86DIR = xfree86
#endif
#if (defined(XsunServer) && XsunServer) || \
(defined(Xsun24Server) && Xsun24Server) || \
(defined(XsunMonoServer) && XsunMonoServer)
#undef IHaveSubdirs
#define IHaveSubdirs
SUNDIR = sun
#endif
#if (defined(XsunLynxServer) && XsunLynxServer) || \
(defined(XsunLynxMonoServer) && XsunLynxMonoServer)
#undef IHaveSubdirs
#define IHaveSubdirs
LYNXDIR = sunLynx
#endif
#if defined(TinyXServer) && TinyXServer
#undef IHaveSubdirs
#define IHaveSubdirs
TINYDIR = tinyx
#endif
#if defined(XnestServer) && XnestServer
#undef IHaveSubdirs
#define IHaveSubdirs
XNESTDIR = xnest
#endif
#if defined(XVirtualFramebufferServer) && XVirtualFramebufferServer
#undef IHaveSubdirs
#define IHaveSubdirs
XVFBDIR = vfb
#endif
#if defined(XdmxServer) && XdmxServer
#undef IHaveSubdirs
#define IHaveSubdirs
XDMXDIR = dmx
#endif
#if defined(XWinServer) && XWinServer
#undef IHaveSubdirs
#define IHaveSubdirs
WINDIR = xwin
#endif
#if defined(XDarwinServer) && XDarwinServer
#undef IHaveSubdirs
#define IHaveSubdirs
DARWINDIR = darwin
#endif
#ifdef IHaveSubdirs
SUBDIRS= $(XFREE86DIR) $(SUNDIR) $(LYNXDIR) $(TINYDIR) $(XNESTDIR) $(XVFBDIR) \
$(XDMXDIR) $(WINDIR) $(DARWINDIR)
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
#endif
|
Powered by ViewCVS 0.9.2 |