⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 raidframe_site.def

📁 RAIDFrame是个非常好的磁盘阵列RAID仿真工具
💻 DEF
字号:
/* * RAIDframe_site.def *//* * Jim Zelenka, CMU/SCS, 26 July 1996 *//* * site-specific stuff, change it to suit your needs */SED=sedAWK=awk/* * Set $MAKE to override the make definition, if necessary. */#if defined(SunArchitecture) || defined(HPArchitecture) || defined(UltrixArchitecture) || defined(IRIXArchitecture) || defined(AIXArchitecture)MAKE=gmake#endif /* SunArchitecture || HPArchitecture || UltrixArchitecture || IRIXArchitecture || AIXArchitecture *//* * Where to find makedepend * (itomf sets RF_MAKEDEPEND for us) */DEPEND = RF_MAKEDEPEND/* * Set this to 1 to compile user-level driver */#if defined(OSF1) && defined(AlphaArchitecture)#define RF_COMPILE_USER 1#else /* OSF1 && AlphaArchitecture */#define RF_COMPILE_USER 0#endif /* OSF1 && AlphaArchitecture *//* * Set this to 1 to compile simulator */#define RF_COMPILE_SIM  1/* * Set this to 1 to compile kernel stuff */#if defined(OSF1) && defined(AlphaArchitecture)#define RF_COMPILE_KERNEL 1#else /* OSF1 && AlphaArchitecture */#define RF_COMPILE_KERNEL 0#endif /* OSF1 && AlphaArchitecture *//* * Set this to 1 if you are the CMU Parallel Data Lab. * You probably aren't. */#define RF_CMU_PDL 0RM = /bin/rm -f#if defined(OSF1) && defined(AlphaArchitecture)CC = cc -non_sharedCDEBUGFLAGS = -g3 -O2ARCHLIBS=#endif /* OSF1 && AlphaArchitecture */#if defined(NetBSDArchitecture) && defined(AlphaArchitecture)CC = gccCDEBUGFLAGS = -g3 -O2ARCHLIBS=#endif /* NetBSDArchitecture && AlphaArchitecture */#ifdef AIXArchitecture#if RF_OSMajorVersion == 4CC = cc_r#else /* RF_OSMajorVersion == 4 */CC = cc#endif /* RF_OSMajorVersion == 4 */CCOPTIONS = -DRF_AIXVERS=RF_OSMajorVersionARCHLIBS=#endif /* AIXArchitecture */#ifdef SunArchitectureCC = gccCCOPTIONS=ARCHLIBS=#endif /* SunArchitecture */#ifdef UltrixArchitectureCC = gccCDEBUGFLAGS = -g3 -O2CCOPTIONS =ARCHLIBS=#endif /* UltrixArchitecture */#ifdef HPArchitectureCC = gccCDEBUGFLAGS = -g3 -O2CCOPTIONS =ARCHLIBS=#endif /* HPArchitecture */#ifdef LinuxArchitecture/* * For whatever reason, linux x86 boxes generate the wrong values * without -msoft-float. NetBSD gets it right, so go figure. */CC = gcc -msoft-floatCCOPTIONS=ARCHLIBS=RF_CFGDEFINES=-I/usr/lib/gcc-lib/i486-linux/2.7.2/include#endif /* LinuxArchitecture */#ifdef MACHCC = gccCDEBUGFLAGS = -g3 -O2CCOPTIONS =ARCHLIBS=#endif /* MACH *//* * This should come to us via itomf. */#ifdef RF_X11CONFIGDIRX11CONFIGDIR=RF_X11CONFIGDIR#endif /* !RF_X11CONFIGDIR */#ifdef AlphaArchitectureKDIR = /usr16/jimz/osf3c/obj/alpha/kernelPDLDIR = /usr/pdlARCHLIBS= -L$(PDLDIR)/lib -lpdlARCHDEFINES = -I$(PDLDIR)/include -I$(KDIR)/include#endif /* AlphaArchitecture */#if RF_CMU_PDL > 0PDLDEFS = -DRF_CMU_PDL=1 -I/usr/pdl/include -I/usr16/jimz/osf3c/src/kernel#endif /* RF_CMU_PDL > 0 */DEFINES = $(RF_CFGDEFINES) $(LOCALDEFINES) $(PDLDEFS) $(ARCHDEFINES) -I. -I$(THE_TOP)/lib $(DEBUGDEF)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -