Lines Matching defs:files

63 VC_LIST = $(srcdir)/$(_build-aux)/vc-list-files -C $(srcdir)
66 # matching files to ignore.
170 @echo "No version control files detected; skipping syntax check"
202 # This macro searches for a given construct in the selected files and
221 # grep-E-style regexp selecting the files to check. For in_vc_files,
222 # the regexp is used to select matching files from the list of all
223 # version-controlled files; for in_files, it's from the names printed
224 # by "find $(srcdir)". When neither is specified, use all files that
229 # Select the files (non) containing strings matching this regexp.
245 # Finally, you may exempt files based on an ERE matching file names.
246 # For example, to exempt from the sc_space_tab check all files with the
296 files=$$(find $(srcdir) | grep -E "$$in_files" \
299 files=$$($(VC_LIST_EXCEPT)); \
301 files=$$(echo "$$files" | grep -E "$$in_vc_files"); \
306 test -n "$$files" && test -n "$$containing" \
307 && { files=$$(grep -l "$$containing" $$files); } || :; \
308 test -n "$$files" && test -n "$$non_containing" \
309 && { files=$$(grep -vl "$$non_containing" $$files); } || :; \
312 if test -n "$$files"; then \
314 grep $$with_grep_options $(_ignore_case) -nE "$$prohibit" $$files \
318 grep $$with_grep_options $(_ignore_case) -LE "$$require" $$files \
435 # Nearly all .c files must include <config.h>. However, we also permit this
442 halt='the above files do not include <config.h>' \
456 { echo '$(ME): the above files include some other header' \
473 files=$$(grep -l '^# *include '"$$h_esc" \
475 grep -LE "$$re" $$files | grep . && \
476 { echo "$(ME): the above files include $$h but don't use it" \
722 halt='the above files do not call set_program_name' \
731 halt='the above files do not call bindtextdomain' \
846 # Don't define macros that we already get from gnulib header files.
858 # Prohibit checked in backup files.
870 # Require the latest GFDL. Two regexp, since some .texi files end up
915 # Use this if you want to remove trailing empty lines from selected files:
916 # perl -pi -0777 -e 's/\n\n+$/\n/' files...
946 # Make sure we don't define any S_IS* macros in src/*.c files.
1121 'you have changed the set of files with translatable diagnostics;\n\
1124 # Verify that all source files using _() (more specifically, files that
1133 files=; \
1146 files="$$files $$file"; \
1148 grep -E -l '$(_gl_translatable_string_re)' $$files \
1168 writable-files:
1223 { echo "$(ME): the above files use path_prepend_ inconsistently" \
1259 'the above files are vulnerable; beware of running' \
1268 'the above files are vulnerable; beware of running' \
1277 echo "Some files are locally modified:" 1>&2; \
1283 rel-files = $(DIST_ARCHIVES)
1316 announcement: NEWS ChangeLog $(rel-files)
1341 ## Updating files. ##
1351 $(rel-files)
1378 *) echo '$(ME): submodule files are locally modified:'; \
1412 alpha beta stable: $(local-check) writable-files $(submodule-checks)
1436 ln $(rel-files) $(release_archive_dir); \
1437 chmod a-w $(rel-files); \
1508 for diff in $$(cd $$gl; git ls-files | grep '\.diff$$'); do \
1517 # Update gettext files.
1617 # The names of object files in (or relative to) $(_gl_TS_dir).