Searched refs:files (Results 276 - 300 of 443) sorted by relevance

<<1112131415161718

/haiku-buildtools/gcc/mpfr/
H A Dltmain.sh37 # -n, --dry-run display commands without modifying any files
53 # clean remove files from the build directory
2311 Remove files from the build directory.
2313 RM is the name of the program to use to delete files associated with each FILE
2317 If FILE is a libtool library, object or program, all the files associated
2398 Link object files or libraries together to form another library, or to
2402 a program from several object files.
2424 -objectlist FILE Use a list of object files found in FILE to specify objects
2425 -precious-files-regex REGEX
2426 don't remove output files matchin
[all...]
/haiku-buildtools/legacy/binutils/etc/
H A Dconfigure668 # Find the source files, if location was not specified.
741 -n, --no-create do not create output files
748 --prefix=PREFIX install architecture-independent files in PREFIX
750 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
753 By default, \`make install' will install all the files in
769 --includedir=DIR C header files [PREFIX/include]
770 --oldincludedir=DIR C header files for non-gcc [/usr/include]
992 # When interrupted or exit'd, cleanup temporary files, and complete
1041 ## Output files. ##
1128 # files actuall
[all...]
/haiku-buildtools/legacy/gcc/etc/
H A Dconfigure143 --no-create do not create output files
147 --prefix=PREFIX install architecture-independent files in PREFIX
149 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
161 --includedir=DIR C header files in DIR [PREFIX/include]
162 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
181 --x-includes=DIR X include files are in DIR
182 --x-libraries=DIR X library files are in DIR
456 # Find the source files, if location was not specified.
/haiku-buildtools/legacy/gcc/gcc/config/arc/
H A Dlib1funcs.asm28 /* As a special exception, if you link this library with other files,
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dsol2-c1.asm29 ! As a special exception, if you link this library with files
H A Dsol2-gc1.asm29 ! As a special exception, if you link this library with files
/haiku-buildtools/legacy/gcc/texinfo/testsuite/
H A Dconfigure143 --no-create do not create output files
147 --prefix=PREFIX install architecture-independent files in PREFIX
149 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
161 --includedir=DIR C header files in DIR [PREFIX/include]
162 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
181 --x-includes=DIR X include files are in DIR
182 --x-libraries=DIR X library files are in DIR
456 # Find the source files, if location was not specified.
/haiku-buildtools/cloog/
H A DREADME97 you can remove the program binaries and object files from the source code
102 To also remove the files that configure created (so you can compile the
111 By default, make will install the package's files in /usr/local/bin,
/haiku-buildtools/gcc/libgcc/config/msp430/
H A Dlib2hw_mul.S20 ; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/libgcc/
H A Dunwind-arm-common.inc21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/lto-plugin/
H A Dlto-plugin.c33 only works if the input files are hybrid. */
74 /* Handle opening elf files on hosts, such as Windows, that may use
319 free_1 (struct plugin_file_info *files, unsigned num_files) argument
324 struct plugin_file_info *info = &files[i];
493 /* Pass files generated by the lto-wrapper to the linker. FD is lto-wrapper's
606 /* Pass the original files back to the linker. */
690 /* Remove temporary files at the end of the link. */
/haiku-buildtools/gcc/libstdc++-v3/scripts/
H A Drun_doxygen3 # Runs doxygen and massages the output files.
251 # man pages are for functions/types/other entities, not source files
280 problematic=`egrep --files-without-match '^\.SH SYNOPSIS' [A-Z]*.3`
/haiku-buildtools/binutils/opcodes/
H A DMakefile.in124 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
126 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
127 END { for (dir in files) print dir, files[dir] }'
132 test -z "$$files" \
134 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
135 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/haiku-buildtools/autoconf/
H A Dconfigure1096 # Find the source files, if location was not specified.
1181 -n, --no-create do not create output files
1185 --prefix=PREFIX install architecture-independent files in PREFIX
1187 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1190 By default, \`make install' will install all the files in
1205 --includedir=DIR C header files [PREFIX/include]
1206 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1423 # When interrupted or exit'd, cleanup temporary files, and complete
1580 # files actually), so we avoid doing that.
1828 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
[all...]
/haiku-buildtools/gcc/gcc/
H A Ddwarf2out.c6970 additional compilation units for each of the include files we see
9850 /* Data structure containing information about input files. */
9861 files. */
9867 int count; /* Number of files in this directory. */
9911 struct file_info *files;
9932 fi = fnad->files + fnad->used_files++;
9964 slowdowns with many input files. */
9971 struct file_info *files;
9990 files = XALLOCAVEC (struct file_info, numfiles);
9993 fnad.files
9899 struct file_info *files; member in struct:file_name_acquire_data
9959 struct file_info *files; local
22390 optimize_macinfo_range(unsigned int idx, vec<macinfo_entry, va_gc> *files, macinfo_hash_type **macinfo_htab) argument
22551 vec<macinfo_entry, va_gc> *files = NULL; local
[all...]
/haiku-buildtools/legacy/gcc/texinfo/emacs/
H A Dtexinfmt.el1 ;;; texinfmt.el --- format Texinfo files into Info files.
28 ;;; Emacs lisp functions to convert Texinfo files to Info files.
218 ;; Insert @include files so `texinfo-raise-lower-sections' can
372 ;; Insert @include files so `texinfo-raise-lower-sections' can
3846 ;;; Process included files: `@include' command
3849 ;; In the original version, include files were ignored by Info but
3852 ;; files using the `(filename)nodename' format for referring to other
3853 ;; Info files
[all...]
/haiku-buildtools/gcc/libada/
H A Dconfigure1115 # Find the source files, if location was not specified.
1198 -n, --no-create do not create output files
1202 --prefix=PREFIX install architecture-independent files in PREFIX
1204 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1207 By default, \`make install' will install all the files in
1222 --includedir=DIR C header files [PREFIX/include]
1223 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1496 # When interrupted or exit'd, cleanup temporary files, and complete
1659 # files actually), so we avoid doing that.
1993 # and header files i
[all...]
/haiku-buildtools/isl/
H A Dltmain.sh360 # from pertinent package files. Call them using their associated
1934 -n, --dry-run display commands without modifying any files
1952 clean remove files from the build directory
3516 Remove files from the build directory.
3518 RM is the name of the program to use to delete files associated with each FILE
3522 If FILE is a libtool library, object or program, all the files associated
3603 Link object files or libraries together to form another library, or to
3607 a program from several object files.
3629 -objectlist FILE Use a list of object files found in FILE to specify objects
3630 -precious-files
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dconfigure1166 # Find the source files, if location was not specified.
1249 -n, --no-create do not create output files
1253 --prefix=PREFIX install architecture-independent files in PREFIX
1255 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1258 By default, \`make install' will install all the files in
1273 --includedir=DIR C header files [PREFIX/include]
1274 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1308 --disable-largefile omit support for large files
2051 # When interrupted or exit'd, cleanup temporary files, and complete
2214 # files actuall
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dconfigure1166 # Find the source files, if location was not specified.
1249 -n, --no-create do not create output files
1253 --prefix=PREFIX install architecture-independent files in PREFIX
1255 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1258 By default, \`make install' will install all the files in
1273 --includedir=DIR C header files [PREFIX/include]
1274 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1308 --disable-largefile omit support for large files
1486 # the include files in INCLUDES and setting the cache variable VAR
1614 # Tests whether HEADER exists and can be compiled using the include files i
[all...]
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dupdate-info23 # These constants set the version numbers for both files:
104 #For more information about these matters, see the files named COPYING."
193 For more information about these matters, see the files named COPYING.
596 #For more information about these matters, see the files named COPYING."
/haiku-buildtools/gcc/libgomp/
H A Dopenacc_lib.h27 ! see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/h8300/
H A Dpr58400.c64 struct quota_info { unsigned int flags; struct mutex dqio_mutex; struct mutex dqonoff_mutex; struct rw_semaphore dqptr_sem; struct inode *files[2]; struct mem_dqinfo info[2]; const struct quota_format_ops *ops[2]; }; member in struct:quota_info
/haiku-buildtools/legacy/autoconf/
H A Dconfigure143 --no-create do not create output files
147 --prefix=PREFIX install architecture-independent files in PREFIX
149 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
161 --includedir=DIR C header files in DIR [PREFIX/include]
162 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
181 --x-includes=DIR X include files are in DIR
182 --x-libraries=DIR X library files are in DIR
456 # Find the source files, if location was not specified.
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dinclhack.sh6 # files which are fixed to work correctly with ANSI C and placed in a
112 # Search each input directory for broken header files.
262 # treat this directory as if it actually contained the files.
345 # Check files which are symlinks as well as those which are files.
348 files=`if $LINKS; then
355 echo Checking header files
356 for file in $files; do
358 # Skip unreadable files, symlinks to directories and glibc files
[all...]

Completed in 504 milliseconds

<<1112131415161718