aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-26 16:40:38 +0000
committerdberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-26 16:40:38 +0000
commit0844bdbe8d4f069cf51f05ad4d89c784d93cb710 (patch)
treea68f2ab9d094425e79062aa209607d69a547d333 /Makefile.in
parent94afa5550aa3d9b685735ed4b92cc2917603567e (diff)
toplevel:
2002-11-25 Daniel Berlin <dberlin@dberlin.org> * Makefile.def: Diego already did the libmudflap moving in a merge, so remove the extra i added. * Makefile.in: Regenerate. gcc/ 2002-11-25 Daniel Berlin <dberlin@dberlin.org> * config.gcc: Try committing the correct version. * tree-alias-ander.c (andersen_may_alias): Add "!= NULL" to make return a bool. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@59526 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in151
1 files changed, 2 insertions, 149 deletions
diff --git a/Makefile.in b/Makefile.in
index aa5d9c80742..9ba55c8445d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -550,8 +550,7 @@ CONFIGURE_TARGET_MODULES = \
configure-target-zlib \
configure-target-boehm-gc \
configure-target-qthreads \
- configure-target-rda \
- configure-target-libmudflap
+ configure-target-rda
configure-target: $(CONFIGURE_TARGET_MODULES)
@@ -637,8 +636,7 @@ CLEAN_TARGET_MODULES = \
clean-target-zlib \
clean-target-boehm-gc \
clean-target-qthreads \
- clean-target-rda \
- clean-target-libmudflap
+ clean-target-rda
# All of the x11 modules that can be cleaned
CLEAN_X11_MODULES = \
@@ -6459,150 +6457,6 @@ install-target-rda: installdirs
fi
-.PHONY: configure-target-libmudflap
-configure-target-libmudflap:
- @if [ -d $(TARGET_SUBDIR)/libmudflap ]; then \
- r=`${PWD}`; export r; \
- $(CC_FOR_TARGET) --print-multi-lib > $(TARGET_SUBDIR)/libmudflap/tmpmulti.out 2> /dev/null; \
- if [ -s $(TARGET_SUBDIR)/libmudflap/tmpmulti.out ]; then \
- if [ -f $(TARGET_SUBDIR)/libmudflap/multilib.out ]; then \
- if cmp $(TARGET_SUBDIR)/libmudflap/multilib.out $(TARGET_SUBDIR)/libmudflap/tmpmulti.out > /dev/null; then \
- rm -f $(TARGET_SUBDIR)/libmudflap/tmpmulti.out; \
- else \
- echo "Multilibs changed for libmudflap, reconfiguring"; \
- rm -f $(TARGET_SUBDIR)/libmudflap/multilib.out $(TARGET_SUBDIR)/libmudflap/Makefile; \
- mv $(TARGET_SUBDIR)/libmudflap/tmpmulti.out $(TARGET_SUBDIR)/libmudflap/multilib.out; \
- fi; \
- else \
- mv $(TARGET_SUBDIR)/libmudflap/tmpmulti.out $(TARGET_SUBDIR)/libmudflap/multilib.out; \
- fi; \
- fi; \
- fi; exit 0 # break command into two pieces
- @dir=libmudflap ; \
- if [ ! -d $(TARGET_SUBDIR) ]; then \
- true; \
- elif [ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] ; then \
- true; \
- elif echo " $(TARGET_CONFIGDIRS) " | grep " libmudflap " >/dev/null 2>&1; then \
- if [ -d $(srcdir)/libmudflap ]; then \
- [ -d $(TARGET_SUBDIR)/libmudflap ] || mkdir $(TARGET_SUBDIR)/libmudflap;\
- r=`${PWD}`; export r; \
- s=`cd $(srcdir); ${PWD}`; export s; \
- $(SET_LIB_PATH) \
- AR="$(AR_FOR_TARGET)"; export AR; \
- AS="$(AS_FOR_TARGET)"; export AS; \
- CC="$(CC_FOR_TARGET)"; export CC; \
- CFLAGS="$(CFLAGS_FOR_TARGET)"; export CFLAGS; \
- CXX="$(CXX_FOR_TARGET)"; export CXX; \
- CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
- GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
- DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
- LD="$(LD_FOR_TARGET)"; export LD; \
- LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
- NM="$(NM_FOR_TARGET)"; export NM; \
- RANLIB="$(RANLIB_FOR_TARGET)"; export RANLIB; \
- WINDRES="$(WINDRES_FOR_TARGET)"; export WINDRES; \
- echo Configuring in $(TARGET_SUBDIR)/libmudflap; \
- cd "$(TARGET_SUBDIR)/libmudflap" || exit 1; \
- case $(srcdir) in \
- /* | [A-Za-z]:[\\/]*) \
- topdir=$(srcdir) ;; \
- *) \
- case "$(TARGET_SUBDIR)" in \
- .) topdir="../$(srcdir)" ;; \
- *) topdir="../../$(srcdir)" ;; \
- esac ;; \
- esac; \
- if [ "$(srcdir)" = "." ] ; then \
- if [ "$(TARGET_SUBDIR)" != "." ] ; then \
- if $(SHELL) $$s/symlink-tree $${topdir}/libmudflap "no-such-file" ; then \
- if [ -f Makefile ]; then \
- if $(MAKE) distclean; then \
- true; \
- else \
- exit 1; \
- fi; \
- else \
- true; \
- fi; \
- else \
- exit 1; \
- fi; \
- else \
- true; \
- fi; \
- srcdiroption="--srcdir=."; \
- libsrcdir="."; \
- else \
- srcdiroption="--srcdir=$${topdir}/libmudflap"; \
- libsrcdir="$$s/libmudflap"; \
- fi; \
- if [ -f $${libsrcdir}/configure ] ; then \
- rm -f no-such-file skip-this-dir; \
- CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
- $(TARGET_CONFIGARGS) $${srcdiroption} \
- --with-target-subdir="$(TARGET_SUBDIR)"; \
- else \
- rm -f no-such-file skip-this-dir; \
- CONFIG_SITE=no-such-file $(SHELL) $$s/configure \
- $(TARGET_CONFIGARGS) $${srcdiroption} \
- --with-target-subdir="$(TARGET_SUBDIR)"; \
- fi || exit 1; \
- if [ -f skip-this-dir ] ; then \
- sh skip-this-dir; \
- rm -f skip-this-dir; \
- cd ..; rmdir libmudflap || true; \
- else \
- true; \
- fi; \
- else \
- true; \
- fi; \
- else \
- true; \
- fi
-
-.PHONY: all-target-libmudflap
-all-target-libmudflap:
- @dir=libmudflap ; \
- if [ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] ; then \
- r=`${PWD}`; export r; \
- s=`cd $(srcdir); ${PWD}`; export s; \
- $(SET_LIB_PATH) \
- (cd $(TARGET_SUBDIR)/libmudflap; \
- $(MAKE) $(TARGET_FLAGS_TO_PASS) all); \
- else \
- true; \
- fi
-
-.PHONY: check-target-libmudflap
-check-target-libmudflap:
- @dir=libmudflap ; \
- if [ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] ; then \
- r=`${PWD}`; export r; \
- s=`cd $(srcdir); ${PWD}`; export s; \
- $(SET_LIB_PATH) \
- (cd $(TARGET_SUBDIR)/libmudflap; \
- $(MAKE) $(TARGET_FLAGS_TO_PASS) check);\
- else \
- true; \
- fi
-
-\
-.PHONY: install-target-libmudflap
-install-target-libmudflap: installdirs
- @dir=libmudflap ; \
- if [ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] ; then \
- r=`${PWD}`; export r; \
- s=`cd $(srcdir); ${PWD}`; export s; \
- $(SET_LIB_PATH) \
- (cd $(TARGET_SUBDIR)/libmudflap; \
- $(MAKE) $(TARGET_FLAGS_TO_PASS) install); \
- else \
- true; \
- fi
-
-
# gcc is the only module which uses GCC_FLAGS_TO_PASS.
.PHONY: all-gcc
@@ -6810,7 +6664,6 @@ all-target-zlib: configure-target-zlib
all-target-boehm-gc: configure-target-boehm-gc
all-target-qthreads: configure-target-qthreads
all-target-rda: configure-target-rda
-all-target-libmudflap: configure-target-libmudflap
### other supporting targets