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

📄 makefile.defs

📁 ml-rsim 多处理器模拟器 支持类bsd操作系统
💻 DEFS
字号:
########################################################################## File:        Makefile.defs# Description: Generic definitions used by makefiles of Impulse RSIM.# Author:      Lixin Zhang# Created:     02-06-1999# Modified:    02-06-1999#########################################################################OSTYPE = $(shell uname -s)ifeq    ($(OSTYPE),IRIX)        MACHINE   = sgi        DEPEND    = /usr/bin/X11/makedepend        CC        = cc        C++       = CC        AR        =         RANLIB    = 	LD        = CC	CPPFLAG   = 	ASFLAGS	  = -n32 -cpp	CDFLAGS   = -woff 1185,1174,1209,1275,3201,3625 -signed -fullwarn -n32 -g -DDEBUG -DNOSTAT	C++DFLAGS = -woff 1185,1174,1209,1275,3201,3625 -LANG: libc_in_namespace_std=OFF -signed -fullwarn -n32 -g -DDEBUG -DNOSTAT	CFLAGS    = -woff 1185,1174,1209,1275,3201,3625 -signed -fullwarn -n32 -Ofast -DNOSTAT	C++FLAGS  = -woff 1185,1174,1209,1275,3201,3625 -LANG: libc_in_namespace_std=OFF -signed -fullwarn -n32 -Ofast -DNOSTAT        LDFLAGS   = -n32 -IPA	DEPLIBS   = -lm -lelfendififeq    ($(OSTYPE),IRIX64)        MACHINE   = sgi        DEPEND    = /usr/bin/X11/makedepend        CC        = cc        C++       = CC        AR        =         RANLIB    = 	LD        = CC	CPPFLAG   = 	ASFLAGS	  = -n32 -cpp	CDFLAGS   = -woff 1185,1174,1209,1275,3201,3625 -signed -fullwarn -n32 -g -DDEBUG -DNOSTAT	C++DFLAGS = -woff 1185,1174,1209,1275,3201,3625 -signed -fullwarn -n32 -g -DDEBUG -DNOSTAT	CFLAGS    = -woff 1185,1174,1209,1275,3201,3625 -signed -fullwarn -n32 -Ofast -DNOSTAT	C++FLAGS  = -woff 1185,1174,1209,1275,3201,3625 -signed -fullwarn -n32 -Ofast -DNOSTAT        LDFLAGS   = -n32 -IPA	DEPLIBS   = -lm -lelfendififeq    ($(OSTYPE),SunOS)        MACHINE   = sparc        DEPEND    = makedepend	AS	  = /usr/ccs/bin/as	CC        = /opt/SUNWspro/bin/cc	C++       = /opt/SUNWspro/bin/CC        AR        = /usr/local/gnu/bin/ar        RANLIB    = /usr/local/gnu/bin/ranlib	LD        = /opt/SUNWspro/bin/CC	CPPFLAG   =	ASFLAGS	  = -xarch=v8plus -P	CDFLAGS   = -xtarget=native -xarch=v8plus -g  +w2 -dalign -v -DDEBUG -DNOSTAT	C++DFLAGS = -xtarget=native -xarch=v8plus -g -dalign -noex -DDEBUG -DNOSTAT	CFLAGS    = -xtarget=native -xarch=v8plus -xO5 -xbuiltin=%all -xlibmil +w2 -dalign -v -unroll=4 -DNOSTAT	C++FLAGS  = -xtarget=native -xarch=v8plus -xO5 -xlibmil -dalign -noex -unroll=4 -DNOSTAT        LDFLAGS   =	DEPLIBS   = -lfast -lm -lelf -lsocket -lnslendififeq    ($(OSTYPE),Linux)# libelf.h is usually installed in /usr/local/include - gcc seems to find it,# but makedepend doesn't seem to...	LIBELFDIR = /usr/local/	AS	  = gcc -c -x assembler-with-cpp        MACHINE   = linux        DEPEND    = makedepend        CC        = gcc        C++       = g++        AR        = ar        RANLIB    = ranlib        LD        = g++        CPPFLAG   = -DUSESIGNAL -DENDIAN_SWAP -DPAD_INSTANCE -DPAD_STAT64 -I$(LIBELFDIR)/include        CDFLAGS   = -g -march=i486 -DDEBUG_PROC -DNOSTAT        C++DFLAGS = -g -march=i486 -DDEBUG_PROC -DNOSTAT        CFLAGS    = -g -O3 -march=i486 -DNOSTAT        C++FLAGS  = -g -O3 -march=i486 -DNOSTAT        LDFLAGS   = -L$(LIBELFDIR)/lib        DEPLIBS   = -lm -lelfendifINCLUDE  = -I..BINDIR   = ../../bin/$(OSTYPE)OBJDIR   = Objs/$(OSTYPE)CPPFLAGS = $(CPPFLAG) -D$(MACHINE) $(INCLUDE) $(USERFLAGS)ifdef TRACECPPFLAGS += -DTRACE=$(TRACE)endif

⌨️ 快捷键说明

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