Searched refs:VARS (Results 1 – 3 of 3) sorted by relevance
199 VARS=$(get_library_variables $SRCLIB)202 VARS=$(filter_library_symbols $LIB $VARS)205 NUMVARS=$(echo $VARS | wc -w)208 (echo "$VARS" | tr ' ' '\n') > $DSTDIR/$LIB.variables.txt
418 local VARS="$3"428 for var in $VARS; do456 echo "$VARS" > $DSTFILE.variables.txt
42 VARS = A B46 $(foreach v,$(VARS),$(eval $(call VARSET,$v,$v)))