makefile.ack.conv
来自「minix操作系统最新版本(3.1.1)的源代码」· CONV 代码 · 共 30 行
CONV
30 行
# Makefile for lib/math.CFLAGS = -O -D_MINIX -D_POSIX_SOURCECC1 = $(CC) $(CFLAGS) -cLIBRARY = ../../libc.aall: $(LIBRARY)OBJECTS = \ $(LIBRARY)(frexp.o) \ $(LIBRARY)(modf.o) \ $(LIBRARY)(isnan.o) \ $(LIBRARY)(ldexp.o) \$(LIBRARY): $(OBJECTS) aal cr $@ *.o rm *.o$(LIBRARY)(frexp.o): frexp.s $(CC1) frexp.s$(LIBRARY)(modf.o): modf.s $(CC1) modf.s$(LIBRARY)(isnan.o): isnan.c $(CC1) isnan.c$(LIBRARY)(ldexp.o): ldexp.c $(CC1) ldexp.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?