OSDN Git Service

Makefile.arch: On ARM and MIPS pass -DNOT_IN_libc=1 -DIS_IN_libpthread=1
[uclinux-h8/uClibc.git] / Makefile.help
1 # Makefile.help for uClibc
2 #
3 # Copyright (C) 2008 Erik Andersen <andersen@uclibc.org>
4 #
5 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
6 #
7
8 help:
9         @echo 'Cleaning:'
10         @echo '  clean                  - delete temporary object files'
11         @echo '  realclean              - delete temporary object files, including dependencies'
12         @echo '  distclean              - delete all non-source files (including .config)'
13         @echo
14         @echo 'Build:'
15         @echo '  all                    - libraries and generated headers'
16         @echo '  pregen         - generate headers'
17         @echo '  utils                  - build target utilities'
18         @echo '                   (ldd, ldconfig, locale, iconv)'
19         @echo '  hostutils              - build host utilities (see utils)'
20         @echo
21         @echo 'Configuration:'
22         @echo '  allnoconfig            - disable all symbols in .config'
23         @echo '  allyesconfig           - enable all symbols in .config (see defconfig)'
24         @echo '  config         - text based configurator (of last resort)'
25         @echo '  defconfig              - set .config to arch-specific defaults'
26         @echo '  menuconfig             - interactive curses-based configurator'
27         @echo '  oldconfig              - resolve any unresolved symbols in .config'
28         @echo '  silentoldconfig        - resolve any unresolved symbols in .config, silently'
29         @echo '  randconfig             - generate a random .config'
30         @echo
31         @echo 'Installation:'
32         @echo '  install                - install both the runtime and the headers'
33         @echo '  install_runtime        - install the libraries'
34         @echo '  install_dev            - install all headers and static libs'
35         @echo '  install_headers        - install headers excluding generated ones'
36         @echo '  install_utils          - install target utilities'
37         @echo '  install_hostutils      - install host utilities'
38         @echo
39         @echo 'Development:'
40         @echo '  check                  - run testsuite'
41         @echo '  test_compile           - compile testsuite binaries'
42         @echo '  release                - create a distribution tarball'
43         @echo
44         @echo 'Environment variables:'
45         @echo '  O=<abspath>            - Use <abspath> as object directory'
46         @echo '  V=""                   - Quiet build (default)'
47         @echo '  V=1                    - Verbose build'
48         @echo '  V=2                    - Very verbose build'
49         @echo '  CROSS=         - Override CROSS_COMPILER_PREFIX from .config'
50         @echo '  ARCH=          - Use given arch for config targets'
51         @echo '  SHELL=         - Shell to use for make'
52         @echo '  CONFIG_SHELL=          - Shell to use for menuconfig'
53         @echo
54         @echo '  PREFIX=                - Prepended prefix'
55         @echo '  RUNTIME_PREFIX=        - Prefix for the libdir containing shared objects'
56         @echo '                   (usually "/")'
57         @echo '  DEVEL_PREFIX=          - Prefix for the libdir containing static objects'
58         @echo '                   and the include dir (usually "/usr")'
59         @echo '  SHARED_LIB_LOADER_PREFIX=      - Directory where the shared loader resides.'
60         @echo '                   (usually "/lib")'
61