Makefile.steps
changeset 143 420f814f1871
child 148 567f1673d59d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Makefile.steps	Mon May 28 21:33:35 2007 +0000
     1.3 @@ -0,0 +1,50 @@
     1.4 +# Makefile for each steps
     1.5 +# Copyright 2006 Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
     1.6 +
     1.7 +libc_check_config       \
     1.8 +kernel_check_config     \
     1.9 +kernel_headers          \
    1.10 +binutils                \
    1.11 +cc_core_pass_1          \
    1.12 +libc_headers            \
    1.13 +libc_start_files        \
    1.14 +cc_core_pass_2          \
    1.15 +libfloat                \
    1.16 +libc                    \
    1.17 +cc                      \
    1.18 +libc_finish             \
    1.19 +debug                   \
    1.20 +:
    1.21 +	@make -C "$(CT_TOP_DIR)" RESTART=$@ STOP=$@
    1.22 +
    1.23 +-libc_check_config      \
    1.24 +-kernel_check_config    \
    1.25 +-kernel_headers         \
    1.26 +-binutils               \
    1.27 +-cc_core_pass_1         \
    1.28 +-libc_headers           \
    1.29 +-libc_start_files       \
    1.30 +-cc_core_pass_2         \
    1.31 +-libfloat               \
    1.32 +-libc                   \
    1.33 +-cc                     \
    1.34 +-libc_finish            \
    1.35 +-debug                  \
    1.36 +:
    1.37 +	@make -C "$(CT_TOP_DIR)" STOP=$(patsubst -%,%,$@)
    1.38 +
    1.39 +libc_check_config-      \
    1.40 +kernel_check_config-    \
    1.41 +kernel_headers-         \
    1.42 +binutils-               \
    1.43 +cc_core_pass_1-         \
    1.44 +libc_headers-           \
    1.45 +libc_start_files-       \
    1.46 +cc_core_pass_2-         \
    1.47 +libfloat-               \
    1.48 +libc-                   \
    1.49 +cc-                     \
    1.50 +libc_finish-            \
    1.51 +debug-                  \
    1.52 +:
    1.53 +	@make -C "$(CT_TOP_DIR)" RESTART=$(patsubst %-,%,$@)