OSDN Git Service

nptl/pthread: Correct path for machine specific pt-initfini.c
[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 '  startfiles             - build startfiles (crt)'
18         @echo '  utils                  - build target utilities'
19         @echo '                   (ldd, ldconfig, locale, iconv)'
20         @echo '  hostutils              - build host utilities (see utils)'
21         @echo
22         @echo 'Configuration:'
23         @echo '  allnoconfig            - disable all symbols in .config'
24         @echo '  allyesconfig           - enable all symbols in .config (see defconfig)'
25         @echo '  config         - text based configurator (of last resort)'
26         @echo '  defconfig              - set .config to arch-specific defaults'
27         @echo '  menuconfig             - interactive curses-based configurator'
28         @echo '  oldconfig              - resolve any unresolved symbols in .config'
29         @echo '  silentoldconfig        - resolve any unresolved symbols in .config, silently'
30         @echo '  randconfig             - generate a random .config'
31         @echo
32         @echo 'Installation:'
33         @echo '  install                - install both the runtime and the headers'
34         @echo '  install_runtime        - install the libraries'
35         @echo '  install_dev            - install all headers and static libs'
36         @echo '  install_startfiles     - install startfiles (crt)'
37         @echo '  install_headers        - install headers excluding generated ones'
38         @echo '  install_utils          - install target utilities'
39         @echo '  install_hostutils      - install host utilities'
40         @echo
41         @echo 'Development:'
42         @echo '  check                  - run testsuite'
43         @echo '  test_compile           - compile testsuite binaries'
44         @echo '  release                - create a distribution tarball'
45         @echo
46         @echo 'Environment variables:'
47         @echo '  O=<abspath>            - Use <abspath> as object directory'
48         @echo '  V=""                   - Quiet build (default)'
49         @echo '  V=1                    - Brief build (show defines, ld flags)'
50         @echo '  V=2                    - Very verbose build'
51         @echo '  CROSS=         - Override CROSS_COMPILER_PREFIX from .config'
52         @echo '  ARCH=          - Use given arch for config targets'
53         @echo '  SHELL=         - Shell to use for make'
54         @echo '  CONFIG_SHELL=          - Shell to use for menuconfig'
55         @echo
56         @echo '  PREFIX=                - Prepended prefix'
57         @echo '  RUNTIME_PREFIX=        - Prefix for the libdir containing shared objects'
58         @echo '                   (usually "/")'
59         @echo '  DEVEL_PREFIX=          - Prefix for the libdir containing static objects'
60         @echo '                   and the include dir (usually "/usr")'
61         @echo '  MULTILIB_DIR=          - Directory component for libraries (default "lib").'
62         @echo '  UCLIBC_EXTRA_CFLAGS    - extra CFLAGS for compiling uClibc'
63         @echo '  UCLIBC_EXTRA_CPPFLAGS  - extra CPPFLAGS for compiling uClibc'
64