comparison libiberty/Makefile.in @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
99 # Subdirectories to recurse into. We need to override this during cleaning 99 # Subdirectories to recurse into. We need to override this during cleaning
100 SUBDIRS = testsuite 100 SUBDIRS = testsuite
101 101
102 # FIXME: add @BUILD_INFO@ once we're sure it works for everyone. 102 # FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
103 all: stamp-picdir $(TARGETLIB) required-list all-subdir 103 all: stamp-picdir $(TARGETLIB) required-list all-subdir
104 @: $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all 104 @: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
105 105
106 .PHONY: check installcheck 106 .PHONY: check installcheck
107 check: check-subdir 107 check: check-subdir
108 installcheck: installcheck-subdir 108 installcheck: installcheck-subdir
109 109
722 else true; fi 722 else true; fi
723 $(COMPILE.c) $(srcdir)/insque.c $(OUTPUT_OPTION) 723 $(COMPILE.c) $(srcdir)/insque.c $(OUTPUT_OPTION)
724 724
725 ./lbasename.o: $(srcdir)/lbasename.c config.h $(INCDIR)/ansidecl.h \ 725 ./lbasename.o: $(srcdir)/lbasename.c config.h $(INCDIR)/ansidecl.h \
726 $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ 726 $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
727 $(INCDIR)/safe-ctype.h 727 $(INCDIR)/safe-ctype.h $(INCDIR)/filenames.h
728 if [ x"$(PICFLAG)" != x ]; then \ 728 if [ x"$(PICFLAG)" != x ]; then \
729 $(COMPILE.c) $(PICFLAG) $(srcdir)/lbasename.c -o pic/$@; \ 729 $(COMPILE.c) $(PICFLAG) $(srcdir)/lbasename.c -o pic/$@; \
730 else true; fi 730 else true; fi
731 $(COMPILE.c) $(srcdir)/lbasename.c $(OUTPUT_OPTION) 731 $(COMPILE.c) $(srcdir)/lbasename.c $(OUTPUT_OPTION)
732 732