michael@0: michael@0: /* $XConsortium: imakemdep.h,v 1.83 95/04/07 19:47:46 kaleb Exp $ */ michael@0: /* $XFree86: xc/config/imake/imakemdep.h,v 3.12 1995/07/08 10:22:17 dawes Exp $ */ michael@0: /* michael@0: michael@0: Copyright (c) 1993, 1994 X Consortium michael@0: michael@0: Permission is hereby granted, free of charge, to any person obtaining a copy michael@0: of this software and associated documentation files (the "Software"), to deal michael@0: in the Software without restriction, including without limitation the rights michael@0: to use, copy, modify, merge, publish, distribute, sublicense, and/or sell michael@0: copies of the Software, and to permit persons to whom the Software is michael@0: furnished to do so, subject to the following conditions: michael@0: michael@0: The above copyright notice and this permission notice shall be included in michael@0: all copies or substantial portions of the Software. michael@0: michael@0: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR michael@0: IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, michael@0: FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE michael@0: X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN michael@0: AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN michael@0: CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. michael@0: michael@0: Except as contained in this notice, the name of the X Consortium shall not be michael@0: used in advertising or otherwise to promote the sale, use or other dealings michael@0: in this Software without prior written authorization from the X Consortium. michael@0: michael@0: */ michael@0: michael@0: michael@0: /* michael@0: * This file contains machine-dependent constants for the imake utility. michael@0: * When porting imake, read each of the steps below and add in any necessary michael@0: * definitions. In general you should *not* edit ccimake.c or imake.c! michael@0: */ michael@0: michael@0: #ifdef CCIMAKE michael@0: /* michael@0: * Step 1: imake_ccflags michael@0: * Define any special flags that will be needed to get imake.c to compile. michael@0: * These will be passed to the compile along with the contents of the michael@0: * make variable BOOTSTRAPCFLAGS. michael@0: */ michael@0: #ifdef hpux michael@0: #ifdef hp9000s800 michael@0: #define imake_ccflags "-DSYSV" michael@0: #else michael@0: #define imake_ccflags "-Wc,-Nd4000,-Ns3000 -DSYSV" michael@0: #endif michael@0: #endif michael@0: michael@0: #if defined(macII) || defined(_AUX_SOURCE) michael@0: #define imake_ccflags "-DmacII -DSYSV" michael@0: #endif michael@0: michael@0: #ifdef stellar michael@0: #define imake_ccflags "-DSYSV" michael@0: #endif michael@0: michael@0: #if defined(USL) || defined(Oki) || defined(NCR) michael@0: #define imake_ccflags "-Xc -DSVR4" michael@0: #endif michael@0: michael@0: #ifdef sony michael@0: #if defined(SYSTYPE_SYSV) || defined(_SYSTYPE_SYSV) michael@0: #define imake_ccflags "-DSVR4" michael@0: #else michael@0: #include michael@0: #if NEWSOS < 41 michael@0: #define imake_ccflags "-Dbsd43 -DNOSTDHDRS" michael@0: #else michael@0: #if NEWSOS < 42 michael@0: #define imake_ccflags "-Dbsd43" michael@0: #endif michael@0: #endif michael@0: #endif michael@0: #endif michael@0: michael@0: #ifdef _CRAY michael@0: #define imake_ccflags "-DSYSV -DUSG" michael@0: #endif michael@0: michael@0: #if defined(_IBMR2) || defined(aix) michael@0: #define imake_ccflags "-Daix -DSYSV" michael@0: #endif michael@0: michael@0: #ifdef Mips michael@0: # if defined(SYSTYPE_BSD) || defined(BSD) || defined(BSD43) michael@0: # define imake_ccflags "-DBSD43" michael@0: # else michael@0: # define imake_ccflags "-DSYSV" michael@0: # endif michael@0: #endif michael@0: michael@0: #ifdef is68k michael@0: #define imake_ccflags "-Dluna -Duniosb" michael@0: #endif michael@0: michael@0: #ifdef SYSV386 michael@0: # ifdef SVR4 michael@0: # define imake_ccflags "-Xc -DSVR4" michael@0: # else michael@0: # define imake_ccflags "-DSYSV" michael@0: # endif michael@0: #endif michael@0: michael@0: #ifdef SVR4 michael@0: # ifdef i386 michael@0: # define imake_ccflags "-Xc -DSVR4" michael@0: # endif michael@0: #endif michael@0: michael@0: #ifdef SYSV michael@0: # ifdef i386 michael@0: # define imake_ccflags "-DSYSV" michael@0: # endif michael@0: #endif michael@0: michael@0: #ifdef __convex__ michael@0: #define imake_ccflags "-fn -tm c1" michael@0: #endif michael@0: michael@0: #ifdef apollo michael@0: #define imake_ccflags "-DX_NOT_POSIX" michael@0: #endif michael@0: michael@0: #ifdef WIN32 michael@0: #define imake_ccflags "-nologo -batch -D__STDC__" michael@0: #endif michael@0: michael@0: #ifdef __uxp__ michael@0: #define imake_ccflags "-DSVR4 -DANSICPP" michael@0: #endif michael@0: michael@0: #ifdef __sxg__ michael@0: #define imake_ccflags "-DSYSV -DUSG -DNOSTDHDRS" michael@0: #endif michael@0: michael@0: #ifdef sequent michael@0: #define imake_ccflags "-DX_NOT_STDC_ENV -DX_NOT_POSIX" michael@0: #endif michael@0: michael@0: #ifdef _SEQUENT_ michael@0: #define imake_ccflags "-DSYSV -DUSG" michael@0: #endif michael@0: michael@0: #if defined(SX) || defined(PC_UX) michael@0: #define imake_ccflags "-DSYSV" michael@0: #endif michael@0: michael@0: #ifdef nec_ews_svr2 michael@0: #define imake_ccflags "-DUSG" michael@0: #endif michael@0: michael@0: #if defined(nec_ews_svr4) || defined(_nec_ews_svr4) || defined(_nec_up) || defined(_nec_ft) michael@0: #define imake_ccflags "-DSVR4" michael@0: #endif michael@0: michael@0: #ifdef MACH michael@0: #define imake_ccflags "-DNOSTDHDRS" michael@0: #endif michael@0: michael@0: /* this is for OS/2 under EMX. This won't work with DOS */ michael@0: #if defined(__EMX__) michael@0: #define imake_ccflags "-DBSD43" michael@0: #endif michael@0: michael@0: #else /* not CCIMAKE */ michael@0: #ifndef MAKEDEPEND michael@0: /* michael@0: * Step 2: dup2 michael@0: * If your OS doesn't have a dup2() system call to duplicate one file michael@0: * descriptor onto another, define such a mechanism here (if you don't michael@0: * already fall under the existing category(ies). michael@0: */ michael@0: #if defined(SYSV) && !defined(_CRAY) && !defined(Mips) && !defined(_SEQUENT_) michael@0: #define dup2(fd1,fd2) ((fd1 == fd2) ? fd1 : (close(fd2), \ michael@0: fcntl(fd1, F_DUPFD, fd2))) michael@0: #endif michael@0: michael@0: michael@0: /* michael@0: * Step 3: FIXUP_CPP_WHITESPACE michael@0: * If your cpp collapses tabs macro expansions into a single space and michael@0: * replaces escaped newlines with a space, define this symbol. This will michael@0: * cause imake to attempt to patch up the generated Makefile by looking michael@0: * for lines that have colons in them (this is why the rules file escapes michael@0: * all colons). One way to tell if you need this is to see whether or not michael@0: * your Makefiles have no tabs in them and lots of @@ strings. michael@0: */ michael@0: #if defined(sun) || defined(SYSV) || defined(SVR4) || defined(hcx) || defined(WIN32) || (defined(AMOEBA) && defined(CROSS_COMPILE)) michael@0: #define FIXUP_CPP_WHITESPACE michael@0: #endif michael@0: #ifdef WIN32 michael@0: #define REMOVE_CPP_LEADSPACE michael@0: #define INLINE_SYNTAX michael@0: #define MAGIC_MAKE_VARS michael@0: #endif michael@0: #ifdef __minix_vmd michael@0: #define FIXUP_CPP_WHITESPACE michael@0: #endif michael@0: michael@0: /* michael@0: * Step 4: USE_CC_E, DEFAULT_CC, DEFAULT_CPP michael@0: * If you want to use cc -E instead of cpp, define USE_CC_E. michael@0: * If use cc -E but want a different compiler, define DEFAULT_CC. michael@0: * If the cpp you need is not in /lib/cpp, define DEFAULT_CPP. michael@0: */ michael@0: #ifdef hpux michael@0: #define USE_CC_E michael@0: #endif michael@0: #ifdef WIN32 michael@0: #define USE_CC_E michael@0: #define DEFAULT_CC "cl" michael@0: #endif michael@0: #ifdef apollo michael@0: #define DEFAULT_CPP "/usr/lib/cpp" michael@0: #endif michael@0: #if defined(_IBMR2) && !defined(DEFAULT_CPP) michael@0: #define DEFAULT_CPP "/usr/lpp/X11/Xamples/util/cpp/cpp" michael@0: #endif michael@0: #if defined(sun) && defined(SVR4) michael@0: #define DEFAULT_CPP "/usr/ccs/lib/cpp" michael@0: #endif michael@0: #ifdef __bsdi__ michael@0: #define DEFAULT_CPP "/usr/bin/cpp" michael@0: #endif michael@0: #ifdef __uxp__ michael@0: #define DEFAULT_CPP "/usr/ccs/lib/cpp" michael@0: #endif michael@0: #ifdef __sxg__ michael@0: #define DEFAULT_CPP "/usr/lib/cpp" michael@0: #endif michael@0: #ifdef _CRAY michael@0: #define DEFAULT_CPP "/lib/pcpp" michael@0: #endif michael@0: #if defined(__386BSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) michael@0: #define DEFAULT_CPP "/usr/libexec/cpp" michael@0: #endif michael@0: #ifdef MACH michael@0: #define USE_CC_E michael@0: #endif michael@0: #ifdef __minix_vmd michael@0: #define DEFAULT_CPP "/usr/lib/cpp" michael@0: #endif michael@0: #if defined(__EMX__) michael@0: /* expects cpp in PATH */ michael@0: #define DEFAULT_CPP "cpp" michael@0: #endif michael@0: michael@0: /* michael@0: * Step 5: cpp_argv michael@0: * The following table contains the flags that should be passed michael@0: * whenever a Makefile is being generated. If your preprocessor michael@0: * doesn't predefine any unique symbols, choose one and add it to the michael@0: * end of this table. Then, do the following: michael@0: * michael@0: * a. Use this symbol in Imake.tmpl when setting MacroFile. michael@0: * b. Put this symbol in the definition of BootstrapCFlags in your michael@0: * .cf file. michael@0: * c. When doing a make World, always add "BOOTSTRAPCFLAGS=-Dsymbol" michael@0: * to the end of the command line. michael@0: * michael@0: * Note that you may define more than one symbol (useful for platforms michael@0: * that support multiple operating systems). michael@0: */ michael@0: michael@0: #define ARGUMENTS 50 /* number of arguments in various arrays */ michael@0: char *cpp_argv[ARGUMENTS] = { michael@0: "cc", /* replaced by the actual program to exec */ michael@0: "-I.", /* add current directory to include path */ michael@0: #ifdef unix michael@0: "-Uunix", /* remove unix symbol so that filename unix.c okay */ michael@0: #endif michael@0: #if defined(__386BSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(MACH) michael@0: # ifdef __i386__ michael@0: "-D__i386__", michael@0: # endif michael@0: # ifdef __x86_64__ michael@0: "-D__x86_64__", michael@0: # endif michael@0: # ifdef __GNUC__ michael@0: "-traditional", michael@0: # endif michael@0: #endif michael@0: #ifdef M4330 michael@0: "-DM4330", /* Tektronix */ michael@0: #endif michael@0: #ifdef M4310 michael@0: "-DM4310", /* Tektronix */ michael@0: #endif michael@0: #if defined(macII) || defined(_AUX_SOURCE) michael@0: "-DmacII", /* Apple A/UX */ michael@0: #endif michael@0: #ifdef USL michael@0: "-DUSL", /* USL */ michael@0: #endif michael@0: #ifdef sony michael@0: "-Dsony", /* Sony */ michael@0: #if !defined(SYSTYPE_SYSV) && !defined(_SYSTYPE_SYSV) && NEWSOS < 42 michael@0: "-Dbsd43", michael@0: #endif michael@0: #endif michael@0: #ifdef _IBMR2 michael@0: "-D_IBMR2", /* IBM RS-6000 (we ensured that aix is defined above */ michael@0: #ifndef aix michael@0: #define aix /* allow BOOTSTRAPCFLAGS="-D_IBMR2" */ michael@0: #endif michael@0: #endif /* _IBMR2 */ michael@0: #ifdef aix michael@0: "-Daix", /* AIX instead of AOS */ michael@0: #ifndef ibm michael@0: #define ibm /* allow BOOTSTRAPCFLAGS="-Daix" */ michael@0: #endif michael@0: #endif /* aix */ michael@0: #ifdef ibm michael@0: "-Dibm", /* IBM PS/2 and RT under both AOS and AIX */ michael@0: #endif michael@0: #ifdef luna michael@0: "-Dluna", /* OMRON luna 68K and 88K */ michael@0: #ifdef luna1 michael@0: "-Dluna1", michael@0: #endif michael@0: #ifdef luna88k /* need not on UniOS-Mach Vers. 1.13 */ michael@0: "-traditional", /* for some older version */ michael@0: #endif /* instead of "-DXCOMM=\\#" */ michael@0: #ifdef uniosb michael@0: "-Duniosb", michael@0: #endif michael@0: #ifdef uniosu michael@0: "-Duniosu", michael@0: #endif michael@0: #endif /* luna */ michael@0: #ifdef _CRAY /* Cray */ michael@0: "-Ucray", michael@0: #endif michael@0: #ifdef Mips michael@0: "-DMips", /* Define and use Mips for Mips Co. OS/mach. */ michael@0: # if defined(SYSTYPE_BSD) || defined(BSD) || defined(BSD43) michael@0: "-DBSD43", /* Mips RISCOS supports two environments */ michael@0: # else michael@0: "-DSYSV", /* System V environment is the default */ michael@0: # endif michael@0: #endif /* Mips */ michael@0: #ifdef MOTOROLA michael@0: "-DMOTOROLA", /* Motorola Delta Systems */ michael@0: # ifdef SYSV michael@0: "-DSYSV", michael@0: # endif michael@0: # ifdef SVR4 michael@0: "-DSVR4", michael@0: # endif michael@0: #endif /* MOTOROLA */ michael@0: #ifdef i386 michael@0: "-Di386", michael@0: # ifdef SVR4 michael@0: "-DSVR4", michael@0: # endif michael@0: # ifdef SYSV michael@0: "-DSYSV", michael@0: # ifdef ISC michael@0: "-DISC", michael@0: # ifdef ISC40 michael@0: "-DISC40", /* ISC 4.0 */ michael@0: # else michael@0: # ifdef ISC202 michael@0: "-DISC202", /* ISC 2.0.2 */ michael@0: # else michael@0: # ifdef ISC30 michael@0: "-DISC30", /* ISC 3.0 */ michael@0: # else michael@0: "-DISC22", /* ISC 2.2.1 */ michael@0: # endif michael@0: # endif michael@0: # endif michael@0: # endif michael@0: # ifdef SCO michael@0: "-DSCO", michael@0: # ifdef SCO324 michael@0: "-DSCO324", michael@0: # endif michael@0: # endif michael@0: # endif michael@0: # ifdef ESIX michael@0: "-DESIX", michael@0: # endif michael@0: # ifdef ATT michael@0: "-DATT", michael@0: # endif michael@0: # ifdef DELL michael@0: "-DDELL", michael@0: # endif michael@0: #endif michael@0: #ifdef SYSV386 /* System V/386 folks, obsolete */ michael@0: "-Di386", michael@0: # ifdef SVR4 michael@0: "-DSVR4", michael@0: # endif michael@0: # ifdef ISC michael@0: "-DISC", michael@0: # ifdef ISC40 michael@0: "-DISC40", /* ISC 4.0 */ michael@0: # else michael@0: # ifdef ISC202 michael@0: "-DISC202", /* ISC 2.0.2 */ michael@0: # else michael@0: # ifdef ISC30 michael@0: "-DISC30", /* ISC 3.0 */ michael@0: # else michael@0: "-DISC22", /* ISC 2.2.1 */ michael@0: # endif michael@0: # endif michael@0: # endif michael@0: # endif michael@0: # ifdef SCO michael@0: "-DSCO", michael@0: # ifdef SCO324 michael@0: "-DSCO324", michael@0: # endif michael@0: # endif michael@0: # ifdef ESIX michael@0: "-DESIX", michael@0: # endif michael@0: # ifdef ATT michael@0: "-DATT", michael@0: # endif michael@0: # ifdef DELL michael@0: "-DDELL", michael@0: # endif michael@0: #endif michael@0: #ifdef __osf__ michael@0: "-D__osf__", michael@0: # ifdef __mips__ michael@0: "-D__mips__", michael@0: # endif michael@0: # ifdef __alpha michael@0: "-D__alpha", michael@0: # endif michael@0: # ifdef __i386__ michael@0: "-D__i386__", michael@0: # endif michael@0: # ifdef __GNUC__ michael@0: "-traditional", michael@0: # endif michael@0: #endif michael@0: #ifdef Oki michael@0: "-DOki", michael@0: #endif michael@0: #ifdef sun michael@0: #ifdef SVR4 michael@0: "-DSVR4", michael@0: #endif michael@0: #endif michael@0: #ifdef WIN32 michael@0: "-DWIN32", michael@0: "-nologo", michael@0: "-batch", michael@0: "-D__STDC__", michael@0: #endif michael@0: #ifdef NCR michael@0: "-DNCR", /* NCR */ michael@0: #endif michael@0: #ifdef linux michael@0: "-traditional", michael@0: "-Dlinux", michael@0: #endif michael@0: #ifdef __uxp__ michael@0: "-D__uxp__", michael@0: #endif michael@0: #ifdef __sxg__ michael@0: "-D__sxg__", michael@0: #endif michael@0: #ifdef nec_ews_svr2 michael@0: "-Dnec_ews_svr2", michael@0: #endif michael@0: #ifdef AMOEBA michael@0: "-DAMOEBA", michael@0: # ifdef CROSS_COMPILE michael@0: "-DCROSS_COMPILE", michael@0: # ifdef CROSS_i80386 michael@0: "-Di80386", michael@0: # endif michael@0: # ifdef CROSS_sparc michael@0: "-Dsparc", michael@0: # endif michael@0: # ifdef CROSS_mc68000 michael@0: "-Dmc68000", michael@0: # endif michael@0: # else michael@0: # ifdef i80386 michael@0: "-Di80386", michael@0: # endif michael@0: # ifdef sparc michael@0: "-Dsparc", michael@0: # endif michael@0: # ifdef mc68000 michael@0: "-Dmc68000", michael@0: # endif michael@0: # endif michael@0: #endif michael@0: #ifdef __minix_vmd michael@0: "-Dminix", michael@0: #endif michael@0: michael@0: #if defined(__EMX__) michael@0: "-traditional", michael@0: "-Demxos2", michael@0: #endif michael@0: michael@0: }; michael@0: #else /* else MAKEDEPEND */ michael@0: /* michael@0: * Step 6: predefs michael@0: * If your compiler and/or preprocessor define any specific symbols, add michael@0: * them to the the following table. The definition of struct symtab is michael@0: * in util/makedepend/def.h. michael@0: */ michael@0: #define QUOTEIT(x) #x michael@0: #define QUOTEEXPANSION(x) QUOTEIT(x) michael@0: michael@0: struct symtab predefs[] = { michael@0: #ifdef apollo michael@0: {"apollo", "1"}, michael@0: #endif michael@0: #ifdef ibm032 michael@0: {"ibm032", "1"}, michael@0: #endif michael@0: #ifdef ibm michael@0: {"ibm", "1"}, michael@0: #endif michael@0: #ifdef aix michael@0: {"aix", "1"}, michael@0: #endif michael@0: #ifdef sun michael@0: {"sun", "1"}, michael@0: #endif michael@0: #ifdef sun2 michael@0: {"sun2", "1"}, michael@0: #endif michael@0: #ifdef sun3 michael@0: {"sun3", "1"}, michael@0: #endif michael@0: #ifdef sun4 michael@0: {"sun4", "1"}, michael@0: #endif michael@0: #ifdef sparc michael@0: {"sparc", "1"}, michael@0: #endif michael@0: #ifdef __sparc__ michael@0: {"__sparc__", "1"}, michael@0: #endif michael@0: #ifdef hpux michael@0: {"hpux", "1"}, michael@0: #endif michael@0: #ifdef __hpux michael@0: {"__hpux", "1"}, michael@0: #endif michael@0: #ifdef __hp9000s800 michael@0: {"__hp9000s800", "1"}, michael@0: #endif michael@0: #ifdef __hp9000s700 michael@0: {"__hp9000s700", "1"}, michael@0: #endif michael@0: #ifdef vax michael@0: {"vax", "1"}, michael@0: #endif michael@0: #ifdef VMS michael@0: {"VMS", "1"}, michael@0: #endif michael@0: #ifdef cray michael@0: {"cray", "1"}, michael@0: #endif michael@0: #ifdef CRAY michael@0: {"CRAY", "1"}, michael@0: #endif michael@0: #ifdef _CRAY michael@0: {"_CRAY", "1"}, michael@0: #endif michael@0: #ifdef att michael@0: {"att", "1"}, michael@0: #endif michael@0: #ifdef mips michael@0: {"mips", "1"}, michael@0: #endif michael@0: #ifdef __mips__ michael@0: {"__mips__", "1"}, michael@0: #endif michael@0: #ifdef ultrix michael@0: {"ultrix", "1"}, michael@0: #endif michael@0: #ifdef stellar michael@0: {"stellar", "1"}, michael@0: #endif michael@0: #ifdef mc68000 michael@0: {"mc68000", "1"}, michael@0: #endif michael@0: #ifdef mc68020 michael@0: {"mc68020", "1"}, michael@0: #endif michael@0: #ifdef __GNUC__ michael@0: {"__GNUC__", "1"}, michael@0: #endif michael@0: #if __STDC__ michael@0: {"__STDC__", "1"}, michael@0: #endif michael@0: #ifdef __HIGHC__ michael@0: {"__HIGHC__", "1"}, michael@0: #endif michael@0: #ifdef CMU michael@0: {"CMU", "1"}, michael@0: #endif michael@0: #ifdef luna michael@0: {"luna", "1"}, michael@0: #ifdef luna1 michael@0: {"luna1", "1"}, michael@0: #endif michael@0: #ifdef luna2 michael@0: {"luna2", "1"}, michael@0: #endif michael@0: #ifdef luna88k michael@0: {"luna88k", "1"}, michael@0: #endif michael@0: #ifdef uniosb michael@0: {"uniosb", "1"}, michael@0: #endif michael@0: #ifdef uniosu michael@0: {"uniosu", "1"}, michael@0: #endif michael@0: #endif michael@0: #ifdef ieeep754 michael@0: {"ieeep754", "1"}, michael@0: #endif michael@0: #ifdef is68k michael@0: {"is68k", "1"}, michael@0: #endif michael@0: #ifdef m68k michael@0: {"m68k", "1"}, michael@0: #endif michael@0: #ifdef m88k michael@0: {"m88k", "1"}, michael@0: #endif michael@0: #ifdef __m88k__ michael@0: {"__m88k__", "1"}, michael@0: #endif michael@0: #ifdef bsd43 michael@0: {"bsd43", "1"}, michael@0: #endif michael@0: #ifdef hcx michael@0: {"hcx", "1"}, michael@0: #endif michael@0: #ifdef sony michael@0: {"sony", "1"}, michael@0: #ifdef SYSTYPE_SYSV michael@0: {"SYSTYPE_SYSV", "1"}, michael@0: #endif michael@0: #ifdef _SYSTYPE_SYSV michael@0: {"_SYSTYPE_SYSV", "1"}, michael@0: #endif michael@0: #endif michael@0: #ifdef __OSF__ michael@0: {"__OSF__", "1"}, michael@0: #endif michael@0: #ifdef __osf__ michael@0: {"__osf__", "1"}, michael@0: #endif michael@0: #ifdef __alpha michael@0: {"__alpha", "1"}, michael@0: #endif michael@0: #ifdef __DECC michael@0: {"__DECC", "1"}, michael@0: #endif michael@0: #ifdef __decc michael@0: {"__decc", "1"}, michael@0: #endif michael@0: #ifdef __uxp__ michael@0: {"__uxp__", "1"}, michael@0: #endif michael@0: #ifdef __sxg__ michael@0: {"__sxg__", "1"}, michael@0: #endif michael@0: #ifdef _SEQUENT_ michael@0: {"_SEQUENT_", "1"}, michael@0: {"__STDC__", "1"}, michael@0: #endif michael@0: #ifdef __bsdi__ michael@0: {"__bsdi__", "1"}, michael@0: #endif michael@0: #ifdef nec_ews_svr2 michael@0: {"nec_ews_svr2", "1"}, michael@0: #endif michael@0: #ifdef nec_ews_svr4 michael@0: {"nec_ews_svr4", "1"}, michael@0: #endif michael@0: #ifdef _nec_ews_svr4 michael@0: {"_nec_ews_svr4", "1"}, michael@0: #endif michael@0: #ifdef _nec_up michael@0: {"_nec_up", "1"}, michael@0: #endif michael@0: #ifdef SX michael@0: {"SX", "1"}, michael@0: #endif michael@0: #ifdef nec michael@0: {"nec", "1"}, michael@0: #endif michael@0: #ifdef _nec_ft michael@0: {"_nec_ft", "1"}, michael@0: #endif michael@0: #ifdef PC_UX michael@0: {"PC_UX", "1"}, michael@0: #endif michael@0: #ifdef sgi michael@0: {"sgi", "1"}, michael@0: #endif michael@0: #ifdef __sgi michael@0: {"__sgi", "1"}, michael@0: #endif michael@0: #ifdef __FreeBSD__ michael@0: {"__FreeBSD__", "1"}, michael@0: #endif michael@0: #ifdef __NetBSD__ michael@0: {"__NetBSD__", "1"}, michael@0: #endif michael@0: #ifdef __OpenBSD__ michael@0: {"__OpenBSD__", "1"}, michael@0: #endif michael@0: #ifdef __EMX__ michael@0: {"__EMX__", "1"}, michael@0: #endif michael@0: /* ADDED THE FOLLOWING SYMBOLS FOR WINDOWS */ michael@0: #ifdef _WIN32 michael@0: {"_WIN32", QUOTEEXPANSION(_WIN32) }, michael@0: #endif michael@0: #ifdef _WIN64 michael@0: {"_WIN64", QUOTEEXPANSION(_WIN64) }, michael@0: #endif michael@0: #ifdef _X86 michael@0: {"_X86", QUOTEEXPANSION(_X86) }, michael@0: #endif michael@0: #ifdef _X86_ michael@0: {"_X86_", QUOTEEXPANSION(_X86_) }, michael@0: #endif michael@0: #ifdef _X86_64 michael@0: {"_X86_64", QUOTEEXPANSION(_X86_64) }, michael@0: #endif michael@0: #ifdef _X86_64_ michael@0: {"_X86_64_", QUOTEEXPANSION(_X86_64_) }, michael@0: #endif michael@0: #ifdef _DEBUG michael@0: {"_DEBUG", QUOTEEXPANSION(_DEBUG) }, michael@0: #endif michael@0: #ifdef _DLL michael@0: {"_DLL", QUOTEEXPANSION(_DLL) }, michael@0: #endif michael@0: #ifdef _M_IX86 michael@0: {"_M_IX86", QUOTEEXPANSION(_M_IX86) }, michael@0: #endif michael@0: #ifdef _M_X64 michael@0: {"_M_X64", QUOTEEXPANSION(_M_X64) }, michael@0: #endif michael@0: #ifdef _MSC_FULL_VER michael@0: {"_MSC_FULL_VER", QUOTEEXPANSION(_MSC_FULL_VER) }, michael@0: #endif michael@0: #ifdef _MSC_VER michael@0: {"_MSC_VER", QUOTEEXPANSION(_MSC_VER) }, michael@0: #endif michael@0: #ifdef _MSVC_RUNTIME_CHECKS michael@0: {"_MSVC_RUNTIME_CHECKS", QUOTEEXPANSION(_MSVC_RUNTIME_CHECKS) }, michael@0: #endif michael@0: #ifdef _MT michael@0: {"_MT", QUOTEEXPANSION(_MT) }, michael@0: #endif michael@0: #ifdef _CHAR_UNSIGNED michael@0: {"_CHAR_UNSIGNED", QUOTEEXPANSION(_CHAR_UNSIGNED) }, michael@0: #endif michael@0: /* add any additional symbols before this line */ michael@0: {NULL, NULL} michael@0: }; michael@0: michael@0: #endif /* MAKEDEPEND */ michael@0: #endif /* CCIMAKE */