Searched refs:files (Results 451 - 475 of 557) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DMakefile.in323 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
325 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
326 END { for (dir in files) print dir, files[dir] }'
331 test -z "$$files" \
333 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
334 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/openpam/include/
H A DMakefile.in447 done >> $(top_builddir)/cscope.files
544 @echo "it deletes files that may require special tools to rebuild."
/freebsd-11-stable/contrib/openpam/modules/
H A DMakefile.in448 done >> $(top_builddir)/cscope.files
545 @echo "it deletes files that may require special tools to rebuild."
/freebsd-11-stable/contrib/openpam/bin/
H A DMakefile.in449 done >> $(top_builddir)/cscope.files
546 @echo "it deletes files that may require special tools to rebuild."
/freebsd-11-stable/contrib/openpam/lib/
H A DMakefile.in448 done >> $(top_builddir)/cscope.files
545 @echo "it deletes files that may require special tools to rebuild."
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A DMakefile46 files:
47 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A DMakefile57 files:
58 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in369 TEST_DIST= `git ls-files tests | grep -v 'tests/\..*'`
/freebsd-11-stable/sys/conf/
H A Dkern.pre.mk217 # Calculate path for .m files early, if needed.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp442 Entry->files.push_back(std::make_pair(ConsumerName,
455 return &Entry->files;
/freebsd-11-stable/
H A DMakefile.inc121 # LOCAL_MTREE="list of mtree files" to process to allow local directories
22 # to be created before files are installed
315 # The .meta files will also track the build command and rebuild should
471 # files needed to build these programs. This stage also
680 # The m4 build of sendmail files doesn't like it if ',' is used
681 # anywhere in the path of it's files.
725 # We could instead disable debug files for these build stages
1221 # Only the existing (depending TARGET) config files are used
2418 make(check-old-files) || make(check-old-libs) || \
2420 make(delete-old-files) || mak
[all...]
/freebsd-11-stable/contrib/subversion/
H A Dwin-tests.py344 copied_execs = [] # Store copied exec files to avoid the final dir scan
703 "Create certificate files"
1217 for root, dirs, files in os.walk(pm_src):
1218 for name in files:
/freebsd-11-stable/contrib/binutils/
H A DMakefile.tpl239 # Programs producing files for the BUILD machine
281 # (Default to avoid splitting info files by setting the threshold high.)
285 # Programs producing files for the HOST machine
323 # Programs producing files for the TARGET machine
441 # Flags that are concerned with the location of the X11 include files
442 # and library files
616 @echo "it deletes files that may require special tools to rebuild."
713 # the fixed header files.
741 # ability to use several tags files at once, so there is probably no need
744 # the user could load to tell emacs19 where all the TAGS files w
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y86 TAILQ_HEAD(files, file) files = TAILQ_HEAD_INITIALIZER(files);
5914 if (TAILQ_FIRST(&files) == NULL && strcmp(nfile->name, "-") == 0) {
5935 TAILQ_INSERT_TAIL(&files, nfile, entry);
5944 if ((prev = TAILQ_PREV(file, files, entry)) != NULL) {
5946 TAILQ_REMOVE(&files, file, entry);
/freebsd-11-stable/contrib/gperf/lib/
H A Dconfigure1084 # Find the source files, if location was not specified.
1169 -n, --no-create do not create output files
1173 --prefix=PREFIX install architecture-independent files in PREFIX
1175 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1178 By default, \`make install' will install all the files in
1193 --includedir=DIR C header files [PREFIX/include]
1194 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1406 # When interrupted or exit'd, cleanup temporary files, and complete
1563 # files actually), so we avoid doing that.
2050 # List of possible output files, startin
[all...]
/freebsd-11-stable/contrib/gperf/src/
H A Dconfigure1084 # Find the source files, if location was not specified.
1169 -n, --no-create do not create output files
1173 --prefix=PREFIX install architecture-independent files in PREFIX
1175 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1178 By default, \`make install' will install all the files in
1193 --includedir=DIR C header files [PREFIX/include]
1194 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1406 # When interrupted or exit'd, cleanup temporary files, and complete
1563 # files actually), so we avoid doing that.
2052 # List of possible output files, startin
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1 % texinfo.tex -- TeX macros to handle Texinfo files.
56 % extent. You can get the existing language-specific files from the
313 \escapechar = `\\ % use backslash in output files.
577 % and @{ and @} for the aux/toc files.
1133 \newif\iflinks \linkstrue % by default we want the aux files.
1137 % So open here the files we need to have open while reading the input.
3191 % The \closeout helps reduce unnecessary open files; the limit on the
3192 % Acorn RISC OS is a mere 16 files.
3225 \def\@{@}% change to @@ when we switch to @ as escape char in index files.
3258 % For the aux and toc files,
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dconfigure1159 # Find the source files, if location was not specified.
1242 -n, --no-create do not create output files
1246 --prefix=PREFIX install architecture-independent files in PREFIX
1248 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1251 By default, \`make install' will install all the files in
1266 --includedir=DIR C header files [PREFIX/include]
1267 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1310 that bmake will search for system .mk files.
1483 # the include files in INCLUDES and setting the cache variable VAR
1617 # Tests whether HEADER exists and can be compiled using the include files i
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon.h7 * copy of this software and associated documentation files (the "Software"),
1159 struct drm_info_list *files; member in struct:radeon_debugfs
1164 struct drm_info_list *files,
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A DMakefile50 files:
51 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A DMakefile50 files:
51 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/contrib/ntp/kernel/
H A DMakefile.in620 done >> $(top_builddir)/cscope.files
714 @echo "it deletes files that may require special tools to rebuild."
/freebsd-11-stable/contrib/ntp/kernel/sys/
H A DMakefile.in536 done >> $(top_builddir)/cscope.files
604 @echo "it deletes files that may require special tools to rebuild."
/freebsd-11-stable/contrib/ntp/include/isc/
H A DMakefile.in538 done >> $(top_builddir)/cscope.files
606 @echo "it deletes files that may require special tools to rebuild."
/freebsd-11-stable/contrib/openpam/bin/openpam_dump_policy/
H A DMakefile.in446 done >> $(top_builddir)/cscope.files
517 @echo "it deletes files that may require special tools to rebuild."

Completed in 234 milliseconds

<<11121314151617181920>>