From 4565808fdb06a2eb3b36cdc0ea33ebab47dc5183 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 13 Jun 2008 12:23:00 +0000 Subject: [PATCH] Doxumented xxx_LIBS in comments darcs-hash:20080613122335-f2ef6-a46503f195000bd32f575cb9402d0952a3d20d5c.gz --- snippets/linux | 1 + snippets/rtems | 1 + snippets/vxworks | 1 + 3 files changed, 3 insertions(+) diff --git a/snippets/linux b/snippets/linux index 59547b3..49c2626 100644 --- a/snippets/linux +++ b/snippets/linux @@ -17,6 +17,7 @@ # kernel_MODULES .. list of the kernel side modules/applications # rtlinux_MODULES .. list of RT-Linux the kernel side modules/applications # xxx_SOURCES .. list of specific target sources +# xxx_LIBS .. list of specific target libraries # INCLUDES .. additional include directories and defines for user-space # kernel_INCLUDES .. additional include directories and defines for kernel-space # rtlinux_INCLUDES .. additional include directories and defines for RT-Linux diff --git a/snippets/rtems b/snippets/rtems index e2e5b96..e45428f 100644 --- a/snippets/rtems +++ b/snippets/rtems @@ -10,6 +10,7 @@ # utils_PROGRAMS .. list of the development utility programs # test_PROGRAMS .. list of the test programs # xxx_SOURCES .. list of specific target sources +# xxx_LIBS .. list of specific target libraries # INCLUDES .. additional include directories and defines for user-space # tar_EMBEDFILES .. list of tars with embedded files diff --git a/snippets/vxworks b/snippets/vxworks index 4570a97..d71b501 100644 --- a/snippets/vxworks +++ b/snippets/vxworks @@ -10,6 +10,7 @@ # test_PROGRAMS .. list of the test programs # utils_PROGRAMS .. list of the development utility programs # xxx_SOURCES .. list of specific target sources +# xxx_LIBS .. list of specific target libraries # INCLUDES .. additional include directories and defines for user-space ifndef WRENV -- 2.39.2