Home | History | Annotate | Download | only in info

Lines Matching full:programs

86    The first is to simplify the development of portable programs.  The
92 The second is to simplify the building of programs distributed as
93 source code. All programs are built using a simple, standardized, two
106 People who just want to build programs from distributed sources
141 harder to write programs which could run on all variants. While it was
157 programs. It is part of the Dist package. I do not know if it is
162 slow but steady conversion of GNU programs from Cygnus configure to
168 Most programs are built using the make program, which requires the
169 developer to write Makefiles describing how to build the programs.
170 Since most programs are built in pretty much the same way, this led to a
235 copy the programs and any required support files to the "installation
363 programs may or may not use it.
379 files. Other programs may or may not use one of them.
384 executable suffix as appropriate when creating programs. This
388 autoconf to support compiling with Visual C++. Older programs use
391 (Programs which do not use automake use neither `AC_EXEEXT' nor
574 possibly `acinclude.m4', you must use autoconf and automake programs to
1288 programs like `bison', `yacc', `flex', and `lex'. These programs
1430 A compiler which produces programs which run on a different system is a
1462 system and generates ELF programs for a MIPS embedded system. In this
1468 Naturally, most programs are not cross compilation tools. For those
1469 programs, it does not make sense to speak of a target. It only makes
1608 you are using automake, no more need be done; the programs will
1646 Host libraries are built with the compiler used to build the programs
1649 host compiler, and are linked into programs like the binutils or gcc
1656 programs, but are instead made available for use with programs built
1704 * Build the host programs, including gcc. Note that we call gcc
1847 programs using a cross compiler.
1877 Of course, you could also simply build the programs on the Solaris
1884 programs to run on a non-Unix system, such as DOS or Windows. It may
1995 For some programs, you must set additional cross tools as well, such
2074 to be able to build both host programs and target libraries in a single
2112 Windows machine, and run the resulting programs.
2215 compiler). Subsidiary programs are normally simple filters which do no
2220 files, such as `rtl.c', must be compiled into both subsidiary programs
2232 features have been incorporated into autoconf. No new programs should