📄 makefile
字号:
TOPDIR = ../../..include $(TOPDIR)/Makefile.ruleifeq ($(CORE), P5)SROTKERNEL = rot.SDROTKERNEL = rot.SCROTKERNEL = zrot.SZROTKERNEL = zrot.Sendififeq ($(CORE), KATMAI)SROTKERNEL = rot_sse.SDROTKERNEL = rot.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot.Sendififeq ($(CORE), COPPERMINE)SROTKERNEL = rot_sse.SDROTKERNEL = rot.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot.Sendififeq ($(CORE), NORTHWOOD)SROTKERNEL = rot_sse.SDROTKERNEL = rot_sse2.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot_sse2.Sendififeq ($(CORE), PRESCOTT)SROTKERNEL = rot_sse.SDROTKERNEL = rot_sse2.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot_sse2.Sendififeq ($(CORE), CORE2)SROTKERNEL = rot_sse.SDROTKERNEL = rot_sse2.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot_sse2.Sendififeq ($(CORE), PENRYN)SROTKERNEL = rot_sse.SDROTKERNEL = rot_sse2.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot_sse2.Sendififeq ($(CORE), BANIAS)SROTKERNEL = rot_sse.SDROTKERNEL = rot_sse2.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot_sse2.Sendififeq ($(CORE), YONAH)SROTKERNEL = rot_sse.SDROTKERNEL = rot_sse2.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot_sse2.Sendififeq ($(CORE), ATHLON)SROTKERNEL = rot_sse.SDROTKERNEL = rot.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot.Sendififeq ($(CORE), OPTERON)SROTKERNEL = rot_sse.SDROTKERNEL = rot_sse2.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot_sse2.Sendififeq ($(CORE), BARCELONA)SROTKERNEL = rot_sse.SDROTKERNEL = rot_sse2.SCROTKERNEL = zrot_sse.SZROTKERNEL = zrot_sse2.Sendififndef SROTKERNELSROTKERNEL = rot.Sendififndef DROTKERNELDROTKERNEL = rot.Sendififndef QROTKERNELQROTKERNEL = rot.Sendififndef CROTKERNELCROTKERNEL = zrot.Sendififndef ZROTKERNELZROTKERNEL = zrot.Sendififndef XROTKERNELXROTKERNEL = zrot.Sendifinclude ../generic/Makefile
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -