X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/blobdiff_plain/d6293867fec8669737aeacfdfaaec0dd1eaf1b0a..b63e8c215b2452c3021c2f44ba2fb8a7ef5d5d6e:/snippets/vxworks diff --git a/snippets/vxworks b/snippets/vxworks index 4570a97..06c76a0 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 @@ -180,8 +181,7 @@ $(eval $(call omk_pass_template,clean,$(USER_OBJS_DIR),,always)) $(eval $(call omk_pass_template,install,$(USER_OBJS_DIR),,always)) $(eval $(call omk_pass_template,include-pass,$(USER_OBJS_DIR),,always)) -include-pass-local: - $(call include-pass-template,$(USER_INCLUDE_DIR),include) +$(eval $(call include-pass-template,$(USER_INCLUDE_DIR),include)) library-pass-local: $(addprefix $(USER_INCLUDE_DIR)/,$(cmetric_include_HEADERS)) \ $(lib_LIBRARIES:%=$(USER_LIB_DIR)/lib%.a) $(shared_LIBRARIES:%=$(USER_LIB_DIR)/lib%.$(SOLIB_EXT))