7 @echo
"Nothing to be done for all..."
19 if
[ x
"${SUBDIRS}" != x
] ; then \
20 for
dir in
${SUBDIRS}; \
23 if
[ -d
$$dir ]; then \
24 (cd
$$dir; $(MAKE
) clean); \
29 distclean maintainer-clean
realclean: clean
30 -rm -f Makefile config.status config.log
32 -rm -fr
*.log summary detail
*.plog
*.sum
*.psum site.
*
33 if
[ x
"${SUBDIRS}" != x
] ; then \
34 for
dir in
${SUBDIRS}; \
37 if
[ -d
$$dir ]; then \
38 (cd
$$dir; $(MAKE
) distclean); \
43 Makefile
: $(srcdir)/Makefile.in
$(srcdir)/configure.in
44 $(SHELL
) .
/config.status
--recheck