Lines Matching refs:be

20 doc directory.  doc.str is a macro file that can be used to define things to
21 be done by makedoc, using building blocks that are built into makedoc.c.
33 In addition to the makedoc.c stuff, Texinfo commands can be directly
39 included. The latest one may be found at
43 (which could be for a newer version of texinfo.tex than is included in Newlib).
45 In addition to Texinfo commands, straight TeX commands can also be used,
46 but these, however, should be carefully limited and be given alternates for
52 and PORTABILITY. BUGS, NOTES, SEEALSO and WARNINGS should be added as
57 makefiles as CHEWOUT_FILES. These .def files need to be included into an
90 standards, so particular C and POSIX functions may or may not be found.)
118 system. It can be broken down into two phases: configure & compile (make).
125 Tool versions are tightly controlled. GNU Autoconf 2.69 exactly must be
126 used. Attempts to use any other version, newer or older, will be rejected. If
127 the current system does not include that version, it can be downloaded from the
142 At some point, it should all be merged into configure.ac directly.
148 a new file, it must be manually included -- there is no mechanism to search
151 be taken to not run excessive tests for incompatible targets, or to declare
154 from configure.host (e.g. machine_dir or sys_dir) are guaranteed to be
171 declares all the Newlib-specific configure settings and will be installed as
176 means that, when using AC_DEFINE, the _ prefix must be manually added.
183 single global flat namespace, so care must be taken to not use generic names
193 to iterate quickly on a smaller section of Newlib might be surprised that this
195 to be run from the top-level, and the full path to the target is specified.
202 an entire subdir Makefile.inc should be avoided. Instead, GNU Automake
203 conditionals should be used only within a single Makefile.inc file to control
208 above, the _%C% suffix can be used. See the Makefile.am file for the current
215 above, the _%C% suffix can be used. See the Makefile.am file for the current
231 code stores a function foo in foo.c, then it can be overridden by another foo.c
233 machine Makefile.inc files must be included last after all common Makefile.inc
248 should be consistent regardless of what configure options are used (including
251 it would be difficult to find the set of options necessary to produce the
257 not guaranteed to be included in every build of Newlib for every target. The
268 automatically run for any subdir Makefiles. Instead, it must be run manually
272 multi-do rule available, it does not cause it to be used anywhere.