makefile.dep
来自「LINUX 下的 NACHOS 系统 实现系统调度的算法功能」· DEP 代码 · 共 35 行
DEP
35 行
# This is part of a GNU-Makefile, to specify system-dependent # parts of the Makefile enviroment.## This gets included as part of the GNU-Makefile used in each of # the subdirectories.## Depending on your platform, you need to select the correct definition.# Also, you need to edit the Makefile in the bin subdirectory.# DEC MIPS, Ultrix#HOST = -DHOST_MIPS# SUN SPARC, Sun 4.xx # HOST = -DHOST_SPARC -DHOST_IS_BIG_ENDIAN# HP PA-RISC, HP_UX# HOST = -DHOST_SNAKE -DHOST_IS_BIG_ENDIAN# 386, 386BSD Unix, or NetBSD Unix (available via anon ftp # from agate.berkeley.edu)# add for linux by blueworm 2003/2/12HOST = -DHOST_i386 -DHOST_SVR4CPP=/usr/bin/cpp# slight variant for 386 FreeBSD# HOST = -DHOST_i386 -DFreeBSD# CPP=/usr/bin/cpp# SUN SPARC, Sun 5.x#HOST = -DHOST_SPARC -DHOST_IS_BIG_ENDIAN -DHOST_SVR4 -DHOST_SunOS5#CPP = /usr/ccs/lib/cpp#CPP_AS_FLAGS = -D_ASM#LDFLAGS = -lsocket -lnsl
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?