* Makefile.am: Add support for checking multilibs.
This commit is contained in:
		| @@ -1,5 +1,7 @@ | ||||
| 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com> | ||||
|  | ||||
| 	* Makefile.am: Add support for checking multilibs. | ||||
|  | ||||
| 	* libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB. | ||||
| 	(SUBDEFS): Add LIBC_EXTRA_DEF. | ||||
| 	* libc/configure.in (LIBC_EXTRA_LIB): New variable. | ||||
|   | ||||
| @@ -255,10 +255,11 @@ doc/makedoc: | ||||
| CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host | ||||
|  | ||||
| # Multilib support. | ||||
| .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \ | ||||
| .PHONY: all-multi check-multi mostlyclean-multi clean-multi distclean-multi \ | ||||
| 	maintainer-clean-multi | ||||
|  | ||||
| all-recursive: all-multi | ||||
| check-recursive: check-multi | ||||
| mostlyclean-recursive: mostlyclean-multi | ||||
| clean-recursive: clean-multi | ||||
| distclean-recursive: distclean-multi | ||||
| @@ -266,6 +267,8 @@ maintainer-clean-recursive: maintainer-clean-multi | ||||
|  | ||||
| all-multi: | ||||
| 	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do | ||||
| check-multi: | ||||
| 	$(MULTIDO) $(AM_MAKEFLAGS) DO=check multi-do | ||||
| mostlyclean-multi: | ||||
| 	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean | ||||
| clean-multi: | ||||
| @@ -334,7 +337,8 @@ check-DEJAGNU: site.exp | ||||
| 	echo "Found runtest: $${RUNTEST}" ; \ | ||||
| 	cd testsuite ; \ | ||||
| 	if $(SHELL) -c "$$RUNTEST --version" > /dev/null 2>&1 ; then \ | ||||
| 	   $$RUNTEST --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite $(RUNTESTFLAGS); \ | ||||
| 	   $$RUNTEST --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite $(RUNTESTFLAGS) ; \ | ||||
| 	   : ; \ | ||||
| 	else \ | ||||
| 	   echo "WARNING: could not find \`runtest'" 1>&2 ; \ | ||||
| 	fi | ||||
|   | ||||
| @@ -774,10 +774,11 @@ doc/makedoc: | ||||
| 	cd doc && $(MAKE) all | ||||
|  | ||||
| # Multilib support. | ||||
| .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \ | ||||
| .PHONY: all-multi check-multi mostlyclean-multi clean-multi distclean-multi \ | ||||
| 	maintainer-clean-multi | ||||
|  | ||||
| all-recursive: all-multi | ||||
| check-recursive: check-multi | ||||
| mostlyclean-recursive: mostlyclean-multi | ||||
| clean-recursive: clean-multi | ||||
| distclean-recursive: distclean-multi | ||||
| @@ -785,6 +786,8 @@ maintainer-clean-recursive: maintainer-clean-multi | ||||
|  | ||||
| all-multi: | ||||
| 	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do | ||||
| check-multi: | ||||
| 	$(MULTIDO) $(AM_MAKEFLAGS) DO=check multi-do | ||||
| mostlyclean-multi: | ||||
| 	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean | ||||
| clean-multi: | ||||
| @@ -847,7 +850,8 @@ check-DEJAGNU: site.exp | ||||
| 	echo "Found runtest: $${RUNTEST}" ; \ | ||||
| 	cd testsuite ; \ | ||||
| 	if $(SHELL) -c "$$RUNTEST --version" > /dev/null 2>&1 ; then \ | ||||
| 	   $$RUNTEST --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite $(RUNTESTFLAGS); \ | ||||
| 	   $$RUNTEST --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite $(RUNTESTFLAGS) ; \ | ||||
| 	   : ; \ | ||||
| 	else \ | ||||
| 	   echo "WARNING: could not find \`runtest'" 1>&2 ; \ | ||||
| 	fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user