makefile.am

来自「linux驱动开发comedi的一些例子」· AM 代码 · 共 20 行

AM
20
字号
## Process this file with automake to produce Makefile.in@SET_MAKE@noinst_LIBRARIES = libAD.aCFLAGS =  -D__KERNEL__ -DMODULE -D__RT__ -static @CFLAGS@# Change this line according with your COMEDI installationCOMEDI= /root/comedi/comedi-0.7.44INCLUDES = -I$(top_srcdir)/include \	-I$(top_srcdir)/user \	-I$(top_srcdir)/non_rt_tasks/toolbox \	-I$(COMEDI)/include -I$(COMEDI)/comedi # for comedi.h and comedi_module.h# Change the following source file name(s) to reflect your# AD board configurationlibAD_a_SOURCES = COMEDI_AD.c

⌨️ 快捷键说明

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