]> rtime.felk.cvut.cz Git - omk/sssa.git/blobdiff - snippets/vxworks
Doxumented xxx_LIBS in comments
[omk/sssa.git] / snippets / vxworks
index 16050df1863efdf68490c9352e79aaec729ee276..d71b501313c7876790d13100bbdbd67baf6c6e57 100644 (file)
@@ -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
@@ -176,8 +177,9 @@ $(foreach lib,$(lib_LIBRARIES),$(eval $(call LIBRARY_template,$(lib))))
 
 $(foreach lib,$(shared_LIBRARIES),$(eval $(call SOLIB_template,$(lib))))
 
-OTHER_PASSES = clean install include-pass
-$(eval $(call omk_pass_template,$(OTHER_PASSES),$(USER_OBJS_DIR),,always))
+$(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)