📄 gnumakefile.am
字号:
moduledir = $(DESTDIR)@RTAI_MODULE_DIR@modext = @RTAI_MODULE_EXT@CROSS_COMPILE = @CROSS_COMPILE@libmodule_a_SOURCES = \ heap.c \ intr.c \ module.c \ mutex.c \ pod.c \ shadow.c \ synch.c \ thread.c \ timer.cif CONFIG_KBUILDrtai_xeno.ko: @RTAI_KBUILD_ENV@rtai_xeno.ko: $(libmodule_a_SOURCES) @RTAI_KBUILD_CMD@clean-local: @RTAI_KBUILD_CLEAN@elsenoinst_LIBRARIES = libmodule.alibmodule_a_CPPFLAGS = \ @RTAI_KMOD_CFLAGS@ \ -I$(top_srcdir)/rtai-core/include \ -I../../includelibmodule_a_AR = $(CROSS_COMPILE)ar crurtai_xeno.o: libmodule.a $(CROSS_COMPILE)$(LD) --whole-archive $< -r -o $@endifall-local: rtai_xeno$(modext)if CONFIG_RTAI_OLD_FASHIONED_BUILD $(mkinstalldirs) $(top_srcdir)/modules $(INSTALL_DATA) $^ $(top_srcdir)/modulesendifinstall-exec-local: rtai_xeno$(modext) $(mkinstalldirs) $(moduledir) $(INSTALL_DATA) $< $(moduledir)OPTDIRS =if CONFIG_RTAI_XENOMAI_VMLIBlib_LIBRARIES = libxenomai.anodist_libxenomai_a_SOURCES = \ heap.c \ intr.c \ module.c \ mutex.c \ pod.c \ synch.c \ thread.c \ timer.clibxenomai_a_CPPFLAGS = \ @RTAI_USER_CFLAGS@ \ -D_GNU_SOURCE -D_REENTRANT \ -I$(srcdir)/.. \ -I$(srcdir)/../../include/xenomai/vm \ -I$(srcdir)/../../include \ -I../../include \ -I@RTAI_LINUX_DIR@/includelibxenomai_a_AR = $(CROSS_COMPILE)ar cruendifSUBDIRS = fusion $(OPTDIRS)EXTRA_DIST = Makefile.kbuild
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -