5 include $(TOP
)/configs
/current
10 default
: message
$(TOP
)/$(LIB_DIR
) subdirs
14 @echo
"Making sources for" $(CONFIG_NAME
)
18 @for
dir in
$(SUBDIRS
) ; do \
19 if
[ -d
$$dir ] ; then \
20 (cd
$$dir && $(MAKE
)) || exit
1; \
24 install: $(TOP
)/$(LIB_DIR
)
25 @for
dir in
$(SUBDIRS
) ; do \
26 if
[ -d
$$dir ] ; then \
27 (cd
$$dir && $(MAKE
) install) || exit
1 ; \
32 -@
test -d
$(TOP
)/$(LIB_DIR
) || mkdir
-p
$(TOP
)/$(LIB_DIR
)
36 -@for
dir in
$(SUBDIRS
) ; do \
37 if
[ -d
$$dir ] ; then \
38 (cd
$$dir && $(MAKE
) clean) ; \