HomeSort by: relevance | last modified time | path
    Searched defs:in_files (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/autoconf/dist/
maint.mk 188 # in_vc_files | in_files
219 # when filtering by name via in_files, we explicitly filter out matching
227 export in_files = macro
255 test -n "$$in_vc_files" && test -n "$$in_files" \
256 && { msg='Cannot specify both in_vc_files and in_files' \
262 if test -n "$$in_files"; then \
263 files=$$(find $(srcdir) | grep -E "$$in_files" \
1140 in_files=$(v_etc_file) \
1195 in_files='$(CONFIG_INCLUDE)' \
1209 in_files=$$(find $(srcdir) -name Makefile.in)
    [all...]

Completed in 30 milliseconds