Lines Matching refs:all
60 but not all header files are represented by directories (e.g. wcsftime.c is
123 run at any particular point. Simply invoke `autoreconf` and it will do it all.
134 * aclocal.m4: Generated by aclocal; do not edit. Copies all the various m4
136 allows regenerating configure without needing all the same system packages.
142 At some point, it should all be merged into configure.ac directly.
143 * configure.ac: The main configure script for supporting all Newlib options.
171 declares all the Newlib-specific configure settings and will be installed as
172 part of the standard set of headers. Critically, all symbols are namespaced
179 all of Newlib using non-recursive make (i.e., there are no subdirectories with
182 in their subdirectories. This means all variables and targets exist in a
184 like "SOURCES" in any Makefile.inc file. Instead, use %C%_ on all variables to
189 will take care of combining all of this logic together to produce a portable
232 or foo.S or foo.s file since they all produce foo.o. For this reason, all
233 machine Makefile.inc files must be included last after all common Makefile.inc
244 override must define all the same symbols. This is why most common code stores
250 at all times. If inclusion of chapters depended on specific configure options,
260 Newlib automatically builds itself for all multilib configurations that
274 to multi-do for the common important rules: all (i.e. compiling), install,
276 * FLAGS_TO_PASS: Newlib's Makefile.am declares all the variables to pass to
281 The testsuite is not integrated at all currently. It is not really well