1 # $Id: Makefile.in,v 1.9 2012/01/01 16:27:25 ragge Exp $
3 # Makefile.in for top-level of pcc.
8 ALL_SUBDIRS
= cc cpp ccom cxxcom
9 DIST_SUBDIRS
= $(ALL_SUBDIRS
) driver
12 @for subdir in
$(ALL_SUBDIRS
); do \
13 _nextdir_
=$${_thisdir_
+$$_thisdir_/}$$subdir; \
14 echo
"===> $$_nextdir_"; \
15 (_thisdir_
=$$_nextdir_; export _thisdir_
; cd
$$subdir && \
16 exec
$(MAKE
) $(MFLAGS
) $@
) || exit
$$?
; \
17 echo
"<=== $$_nextdir_"; \
21 @for subdir in
$(DIST_SUBDIRS
); do \
22 _nextdir_
=$${_thisdir_
+$$_thisdir_/}$$subdir; \
23 echo
"===> $$_nextdir_"; \
24 (_thisdir_
=$$_nextdir_; export _thisdir_
; cd
$$subdir && \
25 exec
$(MAKE
) $(MFLAGS
) $@
) || exit
$$?
; \
26 echo
"<=== $$_nextdir_"; \