Include the system limits.h first since it may contain other stuff
[pcc-libs.git] / Makefile.in
blob7ea4e0fce071e39dd2a90951a47b1e512a10f656
1 # $Id: Makefile.in,v 1.5 2011/08/21 09:00:54 plunky Exp $
3 # top-level Makefile
6 @SET_MAKE@
8 ALL_SUBDIRS= libsoftfloat libpcc csu
9 DIST_SUBDIRS= $(ALL_SUBDIRS) libF77 libI77
11 all install clean:
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_"; \
18 done
20 distclean: clean
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_"; \
27 done
28 /bin/rm -rf Makefile config.log config.status \
29 configure.lineno config.h autom4te.cache