makefile

来自「用于motorala 68K系列处理器的小实时多任务操作系统 The OMU 」· 代码 · 共 26 行

TXT
26
字号
#	TTY HandlerCFLAGS = -c -OPS -DVIWINDOWSttyhand:tty.o ttyc.o acia.o 	ld -x -r -o ttyhand tty.o ttyc.o  acia.otty.o: tty.c tty.h ../../include/param.h ../../include/inode.h\	../../include/procs.h ../../include/excep.h ../../include/signal.h\	../../include/dev.h ../../include/state.h	cc $(CFLAGS) tty.cttyc.o: ttyc.c tty.h	cc $(CFLAGS) ttyc.cacia.o: acia.c tty.h acia.h ../../include/excep.h	cc $(CFLAGS) acia.c#Test softwaretest:	test.o tty.o ttyc.o acia.o  mc.o bytecp.o mcexcep.o excep.o	ld -X -R 1000 -o test mc.o test.o tty.o ttyc.o acia.o mcexcep.o\	bytecp.o excep.o /usr/lib/lib_KITS.a -lctest.o: test.c	cc -c test.c

⌨️ 快捷键说明

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