makefile

来自「rtlinux3.0 的源代码」· 代码 · 共 27 行

TXT
27
字号
# Standalone Makefile for rt_com## Copyright (C) 1997-1999 Jochen K黳per# CFLAGS		+= -c -I/usr/include/rtlinux -O2include ../../rtl.mk# CFLAGS		+= -DRTLINUX_V1INSTALL 	= install -call:		rt_com.otests: testcom.o com_posix.oinstall:	rt_com.o	$(INSTALL) rt_com.o /lib/modules/`uname -r`/misc/rt_com.ort_com.o:	rt_com.c rt_com.h rt_comP.h	$(CC) $(CFLAGS) -c rt_com.cclean:	rm -f *.o

⌨️ 快捷键说明

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