Searched refs:file (Results 1 – 10 of 10) sorted by relevance
/hal_xtensa-3.7.0/ |
D | compile | 47 file=$1 48 case $file in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` 87 lib_path=$file 89 lib_path="$lib_path;$file" 91 linker_opts="$linker_opts -LIBPATH:$file" 148 set x "$@" -Fo"$file" 153 set x "$@" -Fe"$file" [all …]
|
D | ar-lib | 47 file=$1 48 case $file in 66 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 69 file=`cygpath -m "$file" || echo "$file"` 72 file=`winepath -w "$file" || echo "$file"` 107 Members may be specified in a file named with @FILE. 148 archive=$file 204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $? 222 $AR -NOLOGO -EXTRACT:"$file" "$archive" || exit $? 248 set x "$@" "@$file" [all …]
|
D | Makefile.in | 440 dist_files=`for file in $$list; do echo $$file; done | \ 448 for file in $$dist_files; do \ 449 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 450 if test -d $$d/$$file; then \ 451 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 452 if test -d "$(distdir)/$$file"; then \ 453 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 455 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 456 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 457 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ [all …]
|
D | aclocal.m4 | 5 # This file is free software; the Free Software Foundation 18 [m4_warning([this file was generated for autoconf 2.69. 25 # This file is free software; the Free Software Foundation 33 # (This private macro should not be called outside this file.) 61 # This file is free software; the Free Software Foundation 123 # This file is free software; the Free Software Foundation 143 # This file is free software; the Free Software Foundation 195 # This file is free software; the Free Software Foundation 226 # This file is free software; the Free Software Foundation 268 # making a dummy file named 'D' -- because '-MD' means "put the output [all …]
|
D | README | 15 compile one function per file. These should be removed. See 20 This file should be updated accordingly to reflect any new changes required
|
D | depcomp | 37 Run PROGRAMS ARGS to compile a file, generating dependencies 42 source Source file read by 'PROGRAMS ARGS'. 43 object Object file output by 'PROGRAMS ARGS'. 45 depfile Dependency file to output. 46 tmpdepfile Temporary file to use when outputting dependencies.
|
D | configure.ac | 4 # See the LICENSE file.
|
D | configure | 1260 --cache-file=FILE cache test results in FILE [disabled] 1261 -C, --config-cache alias for \`--cache-file=config.cache' 1963 if test "$*" != "X $srcdir/configure conftest.file" \ 1964 && test "$*" != "X conftest.file $srcdir/configure"; then 1986 as_fn_error $? "newly created file is older than distributed files! 2388 Your 'rm' program seems unable to run without file operands specified 5161 rm -f conf$$ conf$$.exe conf$$.file 5163 rm -f conf$$.dir/conf$$.file 5168 if (echo >conf$$.file) 2>/dev/null; then 5169 if ln -s conf$$.file conf$$ 2>/dev/null; then [all …]
|
/hal_xtensa-3.7.0/include/ |
D | Makefile.in | 319 xfiles=; for file in $$files; do \ 320 if test -f "$$file"; then xfiles="$$xfiles $$file"; \ 321 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ 392 dist_files=`for file in $$list; do echo $$file; done | \ 400 for file in $$dist_files; do \ 401 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 402 if test -d $$d/$$file; then \ 403 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 404 if test -d "$(distdir)/$$file"; then \ 405 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ [all …]
|
/hal_xtensa-3.7.0/src/hal/ |
D | Makefile.in | 532 dist_files=`for file in $$list; do echo $$file; done | \ 540 for file in $$dist_files; do \ 541 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 542 if test -d $$d/$$file; then \ 543 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 544 if test -d "$(distdir)/$$file"; then \ 545 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 547 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 548 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 549 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ [all …]
|