Lines Matching +refs:make +refs:config +refs:header

15    Briefly, the shell commands `./configure; make; make install' should
28 definitions. Finally, it creates a shell script `config.status' that
30 file `config.log' containing compiler output (useful mainly for
33 It can also use an optional file (typically called `config.cache'
34 and enabled with `--cache-file=config.cache' or simply `-C') that saves
43 some point `config.cache' contains results you don't want to keep, you
59 2. Type `make' to compile the package.
61 3. Optionally, type `make check' to run any self-tests that come with
64 4. Type `make install' to install the programs and any data files and
67 user, and only the `make install' phase executed with root
70 5. Optionally, type `make installcheck' to repeat any self-tests, but
73 regular user, particularly if the prior `make install' required
78 source code directory by typing `make clean'. To also remove the
80 a different kind of computer), type `make distclean'. There is
81 also a `make maintainer-clean' target, but that is intended mainly
86 7. Often, you can also type `make uninstall' to remove the installed
91 8. Some packages, particularly those that use Automake, provide `make
93 targets like `make install' and `make uninstall' work correctly.
116 own directory. To do this, you can use GNU `make'. `cd' to the
122 With a non-GNU `make', it is safer to compile the package for one
124 installed the package for one architecture, use `make distclean' before
144 By default, `make install' installs the package's commands under
167 `make install' command line to change installation locations without
171 affected directory. For example, `make install
184 example, `make install DESTDIR=/alternate/directory' will prepend
212 execution of `make' will be. For these packages, running `./configure
214 overridden with `make V=1'; while running `./configure
216 overridden with `make V=0'.
230 parse its `<wchar.h>' header file. The option `-nodtk' can be used as
268 See the file `config.sub' for the possible values of each field. If
269 `config.sub' isn't included in this package, then this package doesn't
285 you can create a site shell script called `config.site' that gives
287 `configure' looks for `PREFIX/share/config.site' if it exists, then
288 `PREFIX/etc/config.site' if it exists. Or, you can set the
335 traditionally `config.cache'. FILE defaults to `/dev/null' to
338 `--config-cache'
340 Alias for `--cache-file=config.cache'.