gnumakefile.am

来自「rtai-3.1-test3的源代码(Real-Time Application」· AM 代码 · 共 51 行

AM
51
字号
moduledir = $(DESTDIR)@RTAI_MODULE_DIR@CROSS_COMPILE = @CROSS_COMPILE@lib_LIBRARIES = libsciblk.alibsciblk_a_SOURCES = \	rtai_scope.c \	rtai_led.c \	rtai_meter.c \	memory.c \	inp_square.c \	inp_step.c \	inp_sinus.c \	extdata.c \	mbx_receive_if.c \	mbx_receive.c \	mbx_ovrwr_send.c \	mbx_send_if.c \	cioquad4.c \        peak.c \        pcan.c \        libpcan.c \	rtmain.h \	libpcan.h \	pcan.h \	peak.hif CONFIG_RTAI_COMEDI_LXRTlibsciblk_a_SOURCES += \	rtai_comedi_data.c \	rtai_comedi_dio.cendiflibsciblk_a_AR = $(CROSS_COMPILE)ar cruincludedir=$(prefix)/include/scicosinclude_HEADERS = \	devices.h \	devstruct.hINCLUDES = \	@RTAI_USER_CFLAGS@ \	-I$(top_srcdir)/rtai-core/include \	-I../../../rtai-core/include \	-I$(top_srcdir)/rtai-addons/comedi \	-I@COMEDI_DIR@/includeEXTRA_DIST = template.c README.devices devtmpl.h

⌨️ 快捷键说明

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