#ifdef BeforeVendorCF #if HasGcc2 # ifndef OptimizedCDebugFlags # ifdef SparcArchitecture # ifdef SVR4Architecture /* In hlab, Sparc-Solaris2 machine is sun4m */ # define OptimizedCDebugFlags -mv8 -O2 -pipe # else /* In hlab, SunOS4 machine is sun4c */ # define OptimizedCDebugFlags -O2 -pipe # endif # endif # endif #endif /* for SunOS 4.1.x */ #if defined(SunArchitecture) && !defined(SVR4Architecture) # define HasGcc2 YES # define HasGcc2ForCplusplus YES # define StandardDefines -DX_LOCALE #endif /* for Solaris 2.x */ #if ( defined(SunArchitecture) && defined(SVR4Architecture) ) || \ ( defined(i386Architecture) && defined(SVR4Architecture) ) #ifdef MakeCmd #undef MakeCmd #endif #define MakeCmd make #endif /* keisuke's environment */ #if defined(FreeBSDArchitecture) # define ProjectRoot /usr/local/X11R6.4 # define DefaultGcc2i386Opt -O -mcpu=i586 -pipe #endif #if defined(NetBSDArchitecture) # define DefaultGcc2i386Opt -O3 -march=i586 -mcpu=i686 -pipe #endif #define GzipFontCompression YES #define LogDirectory /var/log #define HasVarDirectory NO #define UseEtcX11 NO #define UsrLibDirPath $(USRLIBDIR):$(TCLLIBDIR):$(TKLIBDIR):$(FREETYPELIBDIR) #endif /* BeforeVendorCF */ #ifdef AfterVendorCF #if defined(FreeBSDArchitecture) && (OSMajorVersion > 3) # ifdef DefaultGcc2i386Opt # undef DefaultGcc2i386Opt # define DefaultGcc2i386Opt -O3 -march=i586 -mcpu=i686 -pipe # endif #endif /* for NetBSD */ #if defined(NetBSDArchitecture) # ifdef StandardDefines # undef StandardDefines # define StandardDefines -DCSRG_BASED -DX_LOCALE # endif #endif #endif /* AfterVendorCF */