Commit fcf61d34 authored by Mike Gabriel's avatar Mike Gabriel

Imakefile cleanup: Delete all ancient Vcs comments stemming from SVN times of X.org and XFree86.

Fixes ArcticaProject/nx-libs#250.
parent 6b3080d5
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:41:45 cpqbld Exp $
XCOMM $XFree86: xc/config/Imakefile,v 1.3 2001/01/17 16:22:29 dawes Exp $
#define IHaveSubdirs #define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
......
XCOMM $XdotOrg: xc/config/cf/Imake.cf,v 1.12 2005/11/08 06:33:24 jkj Exp $
XCOMM $Xorg: Imake.cf,v 1.4 2000/08/17 19:41:45 cpqbld Exp $
/* /*
* To add support for another platform: * To add support for another platform:
* *
...@@ -18,7 +16,6 @@ XCOMM $Xorg: Imake.cf,v 1.4 2000/08/17 19:41:45 cpqbld Exp $ ...@@ -18,7 +16,6 @@ XCOMM $Xorg: Imake.cf,v 1.4 2000/08/17 19:41:45 cpqbld Exp $
* *
* 4. Create a .cf file with the name given by MacroFile. * 4. Create a .cf file with the name given by MacroFile.
*/ */
XCOMM $XFree86: xc/config/cf/Imake.cf,v 3.88 2003/12/16 21:30:21 herrb Exp $
#if defined(__APPLE__) #if defined(__APPLE__)
# undef __APPLE__ # undef __APPLE__
......
XCOMM --------------------------------------------------------------------- XCOMM ---------------------------------------------------------------------
XCOMM Imake rules for building libraries, programs, scripts, and data files XCOMM Imake rules for building libraries, programs, scripts, and data files
XCOMM rules: $Xorg: Imake.rules,v 1.3 2000/08/17 19:41:46 cpqbld Exp $ XCOMM ---------------------------------------------------------------------
XCOMM rules: $XdotOrg: xc/config/cf/Imake.rules,v 1.11 2005/11/08 06:33:24 jkj Exp $
XCOMM
XCOMM
XCOMM
XCOMM
XCOMM rules: $XFree86: xc/config/cf/Imake.rules,v 3.128 2003/11/15 03:25:17 dawes Exp $
/* /*
* MACHINE-INDEPENDENT RULES; DO NOT MODIFY * MACHINE-INDEPENDENT RULES; DO NOT MODIFY
......
XCOMM ---------------------------------------------------------------------- XCOMM ----------------------------------------------------------------------
XCOMM Makefile generated from IMAKE_TEMPLATE and INCLUDE_IMAKEFILE XCOMM Makefile generated from IMAKE_TEMPLATE and INCLUDE_IMAKEFILE
XCOMM $Xorg: Imake.tmpl,v 1.4 2000/08/17 19:41:46 cpqbld Exp $
XCOMM $XdotOrg: xc/config/cf/Imake.tmpl,v 1.16 2005/11/08 06:33:24 jkj Exp $
XCOMM
XCOMM
XCOMM
XCOMM
XCOMM $XFree86: xc/config/cf/Imake.tmpl,v 3.155 2003/12/24 18:58:41 dickey Exp $
XCOMM ---------------------------------------------------------------------- XCOMM ----------------------------------------------------------------------
/* /*
......
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:41:46 cpqbld Exp $
XCOMM $XFree86: xc/config/cf/Imakefile,v 3.29 2002/10/16 14:07:49 tsi Exp $
XCOMM Some compilers generate fatal errors if an -L directory does XCOMM Some compilers generate fatal errors if an -L directory does
XCOMM not exist. Since BUILDLIBDIR may not exist yet suppress its use. XCOMM not exist. Since BUILDLIBDIR may not exist yet suppress its use.
LDPRELIB = LDPRELIB =
......
...@@ -14,13 +14,6 @@ ...@@ -14,13 +14,6 @@
* Define LargePICTable YES if large (32-bit) PIC tables are needed. * Define LargePICTable YES if large (32-bit) PIC tables are needed.
*/ */
XCOMM $Xorg: Library.tmpl,v 1.3 2000/08/17 19:41:46 cpqbld Exp $
XCOMM $XFree86: xc/config/cf/Library.tmpl,v 3.23tsi Exp $
#ifndef DoNormalLib #ifndef DoNormalLib
#define DoNormalLib NO #define DoNormalLib NO
#endif #endif
......
$Xorg: README,v 1.4 2000/08/18 04:03:58 coskrey Exp $
$XFree86: xc/config/cf/README,v 1.20 2003/04/14 20:35:50 herrb Exp $
The easiest way to write an Imakefile is to find another one that does The easiest way to write an Imakefile is to find another one that does
something similar and copy/modify it! something similar and copy/modify it!
......
XCOMM $XFree86: xc/config/cf/Server.tmpl,v 3.20 2002/11/20 04:32:55 dawes Exp $
/* /*
* Server imakefile info - this contains any special redefinitions, etc. * Server imakefile info - this contains any special redefinitions, etc.
* that Imakefiles in the server subtree will need. * that Imakefiles in the server subtree will need.
*/ */
XCOMM $Xorg: Server.tmpl,v 1.3 2000/08/17 19:41:46 cpqbld Exp $
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" LDSTRIPFLAGS="$(LDSTRIPFLAGS)" #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" LDSTRIPFLAGS="$(LDSTRIPFLAGS)"
#ifndef ServerCcCmd #ifndef ServerCcCmd
......
XCOMM $XFree86: xc/config/cf/ServerLib.tmpl,v 3.0tsi Exp $
/* /*
* Server Library imakefile info - this contains any special * Server Library imakefile info - this contains any special
* redefinitions, etc. that Imakefiles in the various server library * redefinitions, etc. that Imakefiles in the various server library
......
XCOMM $Xorg: Threads.tmpl,v 1.3 2000/08/17 19:41:46 cpqbld Exp $
XCOMM $XFree86: xc/config/cf/Threads.tmpl,v 3.3tsi Exp $
/* /*
* For a multi-threaded application or library, * For a multi-threaded application or library,
* Define LocalThreadsDefines in your Imakefile (unless you like the * Define LocalThreadsDefines in your Imakefile (unless you like the
......
XCOMM $Xorg: X11.rules,v 1.4 2000/08/17 19:41:46 cpqbld Exp $
XCOMM $XFree86: xc/config/cf/X11.rules,v 1.6 2001/01/17 16:22:31 dawes Exp $
/* Note whether we are the top level project. */ /* Note whether we are the top level project. */
#ifndef SeenTopLevelProject #ifndef SeenTopLevelProject
# define SeenTopLevelProject YES # define SeenTopLevelProject YES
......
XCOMM ---------------------------------------------------------------------- XCOMM ----------------------------------------------------------------------
XCOMM X Window System Build Parameters and Rules XCOMM X Window System Build Parameters and Rules
XCOMM $XdotOrg: xc/config/cf/X11.tmpl,v 1.54 2005/12/14 23:41:52 alanc Exp $ XCOMM ----------------------------------------------------------------------
XCOMM $Xorg: X11.tmpl,v 1.6 2000/08/17 19:41:46 cpqbld Exp $
XCOMM
XCOMM
XCOMM
XCOMM
XCOMM $XFree86: xc/config/cf/X11.tmpl,v 1.248 2004/02/16 04:07:37 dawes Exp $
/*************************************************************************** /***************************************************************************
* * * *
......
XCOMM $XFree86: xc/config/cf/cross.rules,v 1.7 2002/04/04 14:05:33 eich Exp $
#ifndef HostCcCmd #ifndef HostCcCmd
#define HostCcCmd cc #define HostCcCmd cc
#endif #endif
......
XCOMM $XdotOrg: xc/config/cf/linux.cf,v 1.31 2005/10/21 19:10:27 ajax Exp $
XCOMM platform: $Xorg: linux.cf,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
XCOMM platform: $XFree86: xc/config/cf/linux.cf,v 3.220 2003/12/30 22:38:33 tsi Exp $
#ifndef LinuxElfDefault #ifndef LinuxElfDefault
# define LinuxElfDefault YES # define LinuxElfDefault YES
#endif #endif
......
XCOMM $Xorg: lnxLib.rules,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
XCOMM $XFree86: xc/config/cf/lnxLib.rules,v 3.52 2003/10/31 20:49:03 herrb Exp $
/* /*
* Linux shared library rules (DLL & ELF versions) * Linux shared library rules (DLL & ELF versions)
*/ */
......
XCOMM $Xorg: lnxLib.tmpl,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
XCOMM $XFree86: xc/config/cf/lnxLib.tmpl,v 3.19 2003/10/15 22:47:48 herrb Exp $
/* /*
* Linux shared library template * Linux shared library template
*/ */
......
XCOMM site: $TOG: site.sample /main/r64_final/1 1998/02/05 16:28:49 kaleb $
/*************************************************************************** /***************************************************************************
* * * *
* SITE-SPECIFIC DEFINITIONS * * SITE-SPECIFIC DEFINITIONS *
...@@ -21,7 +19,6 @@ XCOMM site: $TOG: site.sample /main/r64_final/1 1998/02/05 16:28:49 kaleb $ ...@@ -21,7 +19,6 @@ XCOMM site: $TOG: site.sample /main/r64_final/1 1998/02/05 16:28:49 kaleb $
* .cf file, not overridden in site.def. * * .cf file, not overridden in site.def. *
* * * *
***************************************************************************/ ***************************************************************************/
XCOMM site: $XFree86: xc/config/cf/site.def,v 3.24 2000/06/25 20:17:29 dawes Exp $
/* if you want host-specific customization, this is one way to do it */ /* if you want host-specific customization, this is one way to do it */
/* /*
......
XCOMM $Xorg: xf86.rules,v 1.3 2000/08/17 19:41:48 cpqbld Exp $
XCOMM $XFree86: xc/config/cf/xf86.rules,v 3.34tsi Exp $
/* /*
* Rules needed to build the XFree86 X Servers * Rules needed to build the XFree86 X Servers
*/ */
......
XCOMM $XdotOrg: xc/config/cf/xorg.cf,v 1.53 2005/10/03 16:08:44 alanc Exp $
/* /*
* This configuration file contains all of the configuration * This configuration file contains all of the configuration
* information for the Xorg based X Servers. * information for the Xorg based X Servers.
...@@ -6,7 +5,6 @@ XCOMM $XdotOrg: xc/config/cf/xorg.cf,v 1.53 2005/10/03 16:08:44 alanc Exp $ ...@@ -6,7 +5,6 @@ XCOMM $XdotOrg: xc/config/cf/xorg.cf,v 1.53 2005/10/03 16:08:44 alanc Exp $
* Most of these settings can be overridden in a vendor.cf or the * Most of these settings can be overridden in a vendor.cf or the
* BeforeVendor part of the site.def file. * BeforeVendor part of the site.def file.
*/ */
XCOMM $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $
/* Get and set version information. */ /* Get and set version information. */
......
XCOMM $Xorg: xf86.tmpl,v 1.3 2000/08/17 19:41:48 cpqbld Exp $
XCOMM $XdotOrg: xc/config/cf/xorg.tmpl,v 1.5 2005/11/08 06:33:24 jkj Exp $
#ifndef ConfigDefines #ifndef ConfigDefines
# define ConfigDefines -D__XCONFIGFILE__='"$(XCONFIGFILE)"' \ # define ConfigDefines -D__XCONFIGFILE__='"$(XCONFIGFILE)"' \
-D__XCONFIGDIR__='"$(XCONFIGDIR)"' -D__XLOGFILE__='"$(XLOGFILE)"' \ -D__XCONFIGDIR__='"$(XCONFIGDIR)"' -D__XLOGFILE__='"$(XLOGFILE)"' \
......
XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
/******************************************************************************/ /******************************************************************************/
/* /*
* This file is to provide a quick method for most people to change the * This file is to provide a quick method for most people to change the
......
XCOMM $XFree86: xc/include/GL/Imakefile,v 1.13 2001/04/30 14:58:48 dawes Exp $
LinkSourceFile(gl.h, $(MESASRCDIR)/include/GL) LinkSourceFile(gl.h, $(MESASRCDIR)/include/GL)
LinkSourceFile(glext.h, $(MESASRCDIR)/include/GL) LinkSourceFile(glext.h, $(MESASRCDIR)/include/GL)
LinkSourceFile(glxext.h, $(MESASRCDIR)/include/GL) LinkSourceFile(glxext.h, $(MESASRCDIR)/include/GL)
......
XCOMM $Xorg: Imakefile,v 1.3 2000/08/18 04:05:43 coskrey Exp $
XCOMM $XFree86: xc/include/Imakefile,v 3.28 2001/04/28 23:52:31 dawes Exp $
NULL = NULL =
#define IHaveSubdirs #define IHaveSubdirs
......
XCOMM $XdotOrg: xc/include/extensions/Imakefile,v 1.12 2004/11/24 02:45:33 krh Exp $
XCOMM $Xorg: Imakefile,v 1.3 2000/08/18 04:05:44 coskrey Exp $
XCOMM $XFree86: xc/include/extensions/Imakefile,v 3.55 2003/04/21 12:32:06 sven Exp $
NULL = NULL =
#if BuildScreenSaverExt #if BuildScreenSaverExt
......
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:44:00 cpqbld Exp $
XCOMM $XdotOrg: xc/lib/Imakefile,v 1.12 2005/10/10 04:18:08 alanc Exp $
XCOMM $XFree86: xc/lib/Imakefile,v 3.74 2003/04/14 20:37:07 herrb Exp $
#define IHaveSubdirs #define IHaveSubdirs
#define PassCDebugFlags #define PassCDebugFlags
......
XCOMM $XConsortium: Imakefile,v 1.27 94/04/07 15:01:48 rws Exp $
#define IHaveSubdirs #define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
......
#include "../../Xi18nLib.conf" #include "../../Xi18nLib.conf"
EXTRA_INCLUDES = -I../../.. EXTRA_INCLUDES = -I../../..
......
XCOMM $XConsortium: Imakefile,v 1.27 94/04/07 15:01:48 rws Exp $
#define IHaveSubdirs #define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
......
#include "../../Xi18nLib.conf" #include "../../Xi18nLib.conf"
EXTRA_INCLUDES = -I../../.. EXTRA_INCLUDES = -I../../..
......
#include "../../Xi18nLib.conf" #include "../../Xi18nLib.conf"
EXTRA_INCLUDES = -I../../.. EXTRA_INCLUDES = -I../../..
......
#include "../../Xi18nLib.conf" #include "../../Xi18nLib.conf"
EXTRA_INCLUDES = -I../../.. EXTRA_INCLUDES = -I../../..
......
XCOMM $XConsortium: Imakefile,v 1.27 94/04/07 15:01:48 rws Exp $
#define IHaveSubdirs #define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
......
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:46:44 cpqbld Exp $
#define IncSubdir nx-X11 #define IncSubdir nx-X11
all:: all::
......
XCOMM $XFree86: xc/programs/Xserver/GL/Imakefile,v 1.12 2003/08/06 14:04:01 eich Exp $
#define IHaveModules #define IHaveModules
#include <Server.tmpl> #include <Server.tmpl>
......
XCOMM $XFree86: xc/programs/Xserver/GL/glx/Imakefile,v 1.11 2004/01/28 18:11:50 alanh Exp $
NULL = NULL =
#if DoLoadableServer #if DoLoadableServer
......
XCOMM $XFree86: xc/programs/Xserver/GL/mesa/GLcore/Imakefile,v 1.3 2002/05/31 18:12:36 dawes Exp $
#if DoLoadableServer #if DoLoadableServer
#define IHaveModules #define IHaveModules
#endif #endif
......
XCOMM $XFree86: xc/programs/Xserver/GL/mesa/src/Imakefile,v 1.23 2002/11/22 22:56:00 tsi Exp $
#if DoLoadableServer #if DoLoadableServer
#define IHaveModules #define IHaveModules
#endif #endif
......
XCOMM $XFree86: xc/lib/GL/mesa/src/Imakefile.inc,v 1.7tsi Exp $
MESABUILDDIR = MesaBuildDir MESABUILDDIR = MesaBuildDir
COREMESASRCS = $(COREMESABASESRCS) \ COREMESASRCS = $(COREMESABASESRCS) \
......
XCOMM $XFree86: xc/programs/Xserver/GL/mesa/src/X/Imakefile,v 1.16 2002/11/22 22:56:01 tsi Exp $
#if DoLoadableServer #if DoLoadableServer
#define IHaveModules #define IHaveModules
#endif #endif
......
XCOMM $XFree86: xc/lib/GL/mesa/src/X/Imakefile.inc,v 1.3tsi Exp $
MESAXBUILDDIR = MesaXBuildDir MESAXBUILDDIR = MesaXBuildDir
#ifndef MesaInXServer #ifndef MesaInXServer
......
XCOMM $XFree86: xc/programs/Xserver/GL/mesa/src/array_cache/Imakefile,v 1.8 2002/11/22 22:56:01 tsi Exp $
#if DoLoadableServer #if DoLoadableServer
#define IHaveModules #define IHaveModules
#endif #endif
......
XCOMM $XFree86: xc/lib/GL/mesa/src/array_cache/Imakefile.inc,v 1.1tsi Exp $
MESAACBUILDDIR = MesaACBuildDir MESAACBUILDDIR = MesaACBuildDir
MESA_AC_SRCS = $(MESAACBUILDDIR)ac_context.c \ MESA_AC_SRCS = $(MESAACBUILDDIR)ac_context.c \
......
XCOMM $XdotOrg: xc/programs/Xserver/GL/mesa/main/Imakefile,v 1.2 2004/08/19 07:34:43 kem Exp $
XCOMM $XFree86: xc/programs/Xserver/GL/mesa/src/math/Imakefile,v 1.8 2002/11/22 22:56:01 tsi Exp $
#if DoLoadableServer #if DoLoadableServer
#define IHaveModules #define IHaveModules
#endif #endif
......
XCOMM $XFree86: xc/lib/GL/mesa/src/Imakefile.inc,v 1.7tsi Exp $
/* gcc on ppc64 defines this, causes macro recursion with pixel below */ /* gcc on ppc64 defines this, causes macro recursion with pixel below */
#undef pixel #undef pixel
......
XCOMM $XFree86: xc/programs/Xserver/GL/mesa/src/math/Imakefile,v 1.8 2002/11/22 22:56:01 tsi Exp $
#if DoLoadableServer #if DoLoadableServer
#define IHaveModules #define IHaveModules
#endif #endif
......
XCOMM $XFree86: xc/lib/GL/mesa/src/math/Imakefile.inc,v 1.1tsi Exp $
MESAMATHBUILDDIR = MesaMathBuildDir MESAMATHBUILDDIR = MesaMathBuildDir
MESA_MATH_SRCS = $(MESAMATHBUILDDIR)m_debug_clip.c \ MESA_MATH_SRCS = $(MESAMATHBUILDDIR)m_debug_clip.c \
......
XCOMM $XFree86:$
MESASHADERBUILDDIR = MesaShaderBuildDir MESASHADERBUILDDIR = MesaShaderBuildDir
MESA_SHADER_SRCS = $(MESASHADERBUILDDIR)arbprogparse.c \ MESA_SHADER_SRCS = $(MESASHADERBUILDDIR)arbprogparse.c \
......
XCOMM $XFree86$
MESAGRAMMARBUILDDIR=MesaGrammarBuildDir MESAGRAMMARBUILDDIR=MesaGrammarBuildDir
MESA_GRAMMAR_SRCS = $(MESAGRAMMARBUILDDIR)grammar_mesa.c MESA_GRAMMAR_SRCS = $(MESAGRAMMARBUILDDIR)grammar_mesa.c
......
XCOMM $XFree86$
MESASLANGBUILDDIR=MesaSlangBuildDir MESASLANGBUILDDIR=MesaSlangBuildDir
MESA_SLANG_SRCS = $(MESASLANGBUILDDIR)slang_assemble_assignment.c \ MESA_SLANG_SRCS = $(MESASLANGBUILDDIR)slang_assemble_assignment.c \
......
XCOMM $XFree86:$
#ifdef NeedToLinkMesaSrc #ifdef NeedToLinkMesaSrc
LinkSourceFile(slang_common_builtin_gc_bin.h, $(MESASRCDIR)/src/mesa/shader/slang/library) LinkSourceFile(slang_common_builtin_gc_bin.h, $(MESASRCDIR)/src/mesa/shader/slang/library)
LinkSourceFile(slang_common_builtin_gc.h, $(MESASRCDIR)/src/mesa/shader/slang/library) LinkSourceFile(slang_common_builtin_gc.h, $(MESASRCDIR)/src/mesa/shader/slang/library)
......
XCOMM $XFree86: xc/programs/Xserver/GL/mesa/src/swrast/Imakefile,v 1.8 2002/11/22 22:56:01 tsi Exp $
#if DoLoadableServer #if DoLoadableServer
#define IHaveModules #define IHaveModules
#endif #endif
......
XCOMM $XFree86: xc/lib/GL/mesa/src/swrast/Imakefile.inc,v 1.1tsi Exp $
MESASWRASTBUILDDIR = MesaSwrastBuildDir MESASWRASTBUILDDIR = MesaSwrastBuildDir
MESA_SWRAST_SRCS = $(MESASWRASTBUILDDIR)s_aaline.c \ MESA_SWRAST_SRCS = $(MESASWRASTBUILDDIR)s_aaline.c \
......
XCOMM $XFree86: xc/programs/Xserver/GL/mesa/src/swrast_setup/Imakefile,v 1.8 2002/11/22 22:56:01 tsi Exp $
#if DoLoadableServer #if DoLoadableServer
#define IHaveModules #define IHaveModules
#endif #endif
......
XCOMM $XFree86: xc/lib/GL/mesa/src/swrast_setup/Imakefile.inc,v 1.1tsi Exp $
MESASWRSETUPDIR = MesaSwrastSetupBuildDir MESASWRSETUPDIR = MesaSwrastSetupBuildDir
MESA_SWR_SETUP_SRCS = $(MESASWRSETUPDIR)ss_context.c \ MESA_SWR_SETUP_SRCS = $(MESASWRSETUPDIR)ss_context.c \
......
XCOMM $XdotOrg: xc/programs/Xserver/GL/mesa/tnl/Imakefile,v 1.2 2004/08/19 07:34:44 kem Exp $
XCOMM $XFree86: xc/programs/Xserver/GL/mesa/src/tnl/Imakefile,v 1.8 2002/11/22 22:56:02 tsi Exp $
#if DoLoadableServer #if DoLoadableServer
#define IHaveModules #define IHaveModules
#endif #endif
......
XCOMM $XFree86: xc/lib/GL/mesa/src/tnl/Imakefile.inc,v 1.1tsi Exp $
MESATNLBUILDDIR = MesaTnlBuildDir MESATNLBUILDDIR = MesaTnlBuildDir
MESA_TNL_SRCS = $(MESATNLBUILDDIR)t_array_api.c \ MESA_TNL_SRCS = $(MESATNLBUILDDIR)t_array_api.c \
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
/* /*
* Server Master Makefile * Server Master Makefile
*/ */
XCOMM $XFree86: xc/programs/Xserver/Imakefile,v 3.296 2003/11/23 06:47:00 torrey Exp $
#include <Server.tmpl> #include <Server.tmpl>
......
XCOMM $XFree86: xc/programs/Xserver/Xext/extmod/Imakefile,v 1.21 2001/03/05 04:51:56 mvojkovi Exp $
XCOMM This directory is only entered if DoLoadableServer is set
#define IHaveModules #define IHaveModules
#include <Server.tmpl> #include <Server.tmpl>
......
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:47:59 cpqbld Exp $
XCOMM $XFree86: xc/programs/Xserver/Xi/Imakefile,v 3.2 1999/04/17 09:08:22 dawes Exp $
#include <Server.tmpl> #include <Server.tmpl>
SRCS = allowev.c \ SRCS = allowev.c \
......
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:48:16 cpqbld Exp $
XCOMM $XFree86: xc/programs/Xserver/dbe/Imakefile,v 3.10 2001/01/17 22:36:41 dawes Exp $
#if DoLoadableServer #if DoLoadableServer
#define IHaveSubdirs #define IHaveSubdirs
#endif #endif
......
XCOMM $XConsortium: Imakefile /main/2 1996/09/28 17:06:40 rws $
XCOMM $XFree86: xc/programs/Xserver/dbe/module/Imakefile,v 1.1 2000/04/06 15:35:03 dawes Exp $
#define IHaveModules #define IHaveModules
#include <Server.tmpl> #include <Server.tmpl>
......
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:48:16 cpqbld Exp $
XCOMM $XFree86: xc/programs/Xserver/dix/Imakefile,v 3.17 2003/04/15 18:30:43 alanh Exp $
NULL = NULL =
#include <Server.tmpl> #include <Server.tmpl>
......
XCOMM $XFree86: xc/programs/Xserver/fb/Imakefile,v 1.16 2002/05/31 16:12:17 dawes Exp $
XCOMM
XCOMM
XCOMM Id: Imakefile,v 1.1 1999/11/02 03:54:44 keithp Exp $
/* /*
* The X.org 6.8.99.16 snapshot fails to compile with GCC 4. * The X.org 6.8.99.16 snapshot fails to compile with GCC 4.
* Temporarily disable the MMX features until the bug is * Temporarily disable the MMX features until the bug is
......
XCOMM $XFree86: xc/programs/Xserver/cfb/module/Imakefile,v 1.1 2002/05/31 15:12:56 dawes Exp $
#define IHaveModules #define IHaveModules
#define LinkDirectory .. #define LinkDirectory ..
......
# XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:53:28 cpqbld Exp $
#include <Server.tmpl> #include <Server.tmpl>
#ifdef OS2Architecture #ifdef OS2Architecture
......
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:53:29 cpqbld Exp $
XCOMM $XFree86: xc/programs/Xserver/include/Imakefile,v 3.21 2001/01/17 22:36:56 dawes Exp $
HEADERS = os.h misc.h HEADERS = os.h misc.h
#if defined(XorgVersion) \ #if defined(XorgVersion) \
......
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:53:45 cpqbld Exp $
XCOMM $XFree86: xc/programs/Xserver/record/Imakefile,v 1.12 2001/11/02 23:29:34 dawes Exp $
NULL = NULL =
#if DoLoadableServer #if DoLoadableServer
......
XCOMM $XFree86: xc/programs/Xserver/record/module/Imakefile,v 1.1 2000/04/05 18:14:03 dawes Exp $
XCOMM
XCOMM
XCOMM $XConsortium: Imakefile /main/3 1996/09/28 17:15:43 rws $
#define IHaveModules #define IHaveModules
#include <Server.tmpl> #include <Server.tmpl>
......
XCOMM $XFree86: xc/programs/Xserver/render/Imakefile,v 1.10 2002/11/23 02:38:15 keithp Exp $
NULL = NULL =
#include <Server.tmpl> #include <Server.tmpl>
......
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:53:45 cpqbld Exp $
XCOMM $XFree86: xc/programs/Xserver/xkb/Imakefile,v 3.21 2002/12/09 23:00:42 dawes Exp $
#define SGIHyperOpt #define SGIHyperOpt
#include <Server.tmpl> #include <Server.tmpl>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment