📄 makefile
字号:
#ident "@(#)cls4:lib/task/mk/makefile 1.1"################################################################################# C++ source for the C++ Language System, Release 3.0. This product# is a new release of the original cfront developed in the computer# science research center of AT&T Bell Laboratories.## Copyright (c) 1991 AT&T and UNIX System Laboratories, Inc.# Copyright (c) 1984, 1989, 1990 AT&T. All Rights Reserved.## THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE of AT&T and UNIX System# # Laboratories, Inc. The copyright notice above does not evidence# any actual or intended publication of such source code.################################################################################O_TASK = erand.o event.o fudge.o hw_stack.o obj.o qhead.o qtail.o sched.o sim.o swap.o swap_supp.o task.o timer.o task_compat.oOFILES = $(O_TASK)CC = CCCCFLAGS = -OSRC=../tasklibtask.a: $(OFILES) ar r libtask.a $(OFILES) ar r libtask.a $(OFILES) if test "$(BSD)" ; then ranlib libtask.a; fierand.o: $(SRC)/erand.c $(CC) $(CCFLAGS) -I$(SRC) -c $(SRC)/erand.cevent.o: $(SRC)/event.c $(CC) $(CCFLAGS) -I$(SRC) -c $(SRC)/event.cfudge.o: $(SRC)/hw_stack.h $(SRC)/fudge.c $(CC) $(CCFLAGS) -I$(SRC) -c $(SRC)/fudge.c$(SRC)/fudge.c: $(SRC)/fudge.c.$(MACH) cp $(SRC)/fudge.c.$(MACH) $(SRC)/fudge.c$(SRC)/swap.s: $(SRC)/swap.s.$(MACH) cp $(SRC)/swap.s.$(MACH) $(SRC)/swap.shw_stack.o: $(SRC)/hw_stack.h $(SRC)/hw_stack.c $(CC) $(CCFLAGS) -I$(SRC) -c $(SRC)/hw_stack.cobj.o: $(SRC)/obj.c $(CC) $(CCFLAGS) -I$(SRC) -c $(SRC)/obj.cqhead.o: $(SRC)/qhead.c $(CC) $(CCFLAGS) -I$(SRC) -c $(SRC)/qhead.cqtail.o: $(SRC)/qtail.c $(CC) $(CCFLAGS) -I$(SRC) -c $(SRC)/qtail.csched.o: $(SRC)/sched.c $(CC) $(CCFLAGS) -I$(SRC) -c $(SRC)/sched.csim.o: $(SRC)/hw_stack.h $(SRC)/sim.c $(CC) $(CCFLAGS) -I$(SRC) -c $(SRC)/sim.cswap.o: $(SRC)/swap.s $(CC) $(CCFLAGS) -I$(SRC) -c $(SRC)/swap.sswap_supp.o: $(SRC)/swap_supp.c $(CC) $(CCFLAGS) -I$(SRC) -c $(SRC)/swap_supp.ctask.o: $(SRC)/hw_stack.h $(SRC)/task.c $(CC) $(CCFLAGS) -I$(SRC) -c $(SRC)/task.ctimer.o: $(SRC)/timer.c $(CC) $(CCFLAGS) -I$(SRC) -c $(SRC)/timer.ctask_compat.o: $(SRC)/task_compat.c $(CC) $(CCFLAGS) -I$(SRC) -c $(SRC)/task_compat.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -