mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 09:39:30 +08:00
* Makefile.am (AUTOMAKE_OPTIONS): Define.
* configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Fri Feb 13 14:53:02 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.am (AUTOMAKE_OPTIONS): Define.
|
||||||
|
* configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
|
||||||
|
|
||||||
Fri Feb 13 10:21:09 1998 Mark Alexander <marka@cygnus.com>
|
Fri Feb 13 10:21:09 1998 Mark Alexander <marka@cygnus.com>
|
||||||
|
|
||||||
* m10300-dis.c (print_insn_mn10300): Recognize break instruction.
|
* m10300-dis.c (print_insn_mn10300): Recognize break instruction.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
## Process this file with automake to generate Makefile.in
|
## Process this file with automake to generate Makefile.in
|
||||||
|
|
||||||
|
AUTOMAKE_OPTIONS = cygnus
|
||||||
|
|
||||||
INCDIR = $(srcdir)/../include
|
INCDIR = $(srcdir)/../include
|
||||||
BFDDIR = $(srcdir)/../bfd
|
BFDDIR = $(srcdir)/../bfd
|
||||||
DEP = mkdep
|
DEP = mkdep
|
||||||
|
@ -1,8 +1,14 @@
|
|||||||
# Makefile.in generated automatically by automake 1.2 from Makefile.am
|
# Makefile.in generated automatically by automake 1.2e from Makefile.am
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy, distribute and modify it.
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||||
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||||
|
# PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
@ -43,12 +49,12 @@ INSTALL_DATA = @INSTALL_DATA@
|
|||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
transform = @program_transform_name@
|
transform = @program_transform_name@
|
||||||
|
|
||||||
NORMAL_INSTALL = true
|
NORMAL_INSTALL = :
|
||||||
PRE_INSTALL = true
|
PRE_INSTALL = :
|
||||||
POST_INSTALL = true
|
POST_INSTALL = :
|
||||||
NORMAL_UNINSTALL = true
|
NORMAL_UNINSTALL = :
|
||||||
PRE_UNINSTALL = true
|
PRE_UNINSTALL = :
|
||||||
POST_UNINSTALL = true
|
POST_UNINSTALL = :
|
||||||
build_alias = @build_alias@
|
build_alias = @build_alias@
|
||||||
build_triplet = @build@
|
build_triplet = @build@
|
||||||
host_alias = @host_alias@
|
host_alias = @host_alias@
|
||||||
@ -71,6 +77,8 @@ RANLIB = @RANLIB@
|
|||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
archdefs = @archdefs@
|
archdefs = @archdefs@
|
||||||
|
|
||||||
|
AUTOMAKE_OPTIONS = cygnus
|
||||||
|
|
||||||
INCDIR = $(srcdir)/../include
|
INCDIR = $(srcdir)/../include
|
||||||
BFDDIR = $(srcdir)/../bfd
|
BFDDIR = $(srcdir)/../bfd
|
||||||
DEP = mkdep
|
DEP = mkdep
|
||||||
@ -276,7 +284,8 @@ config.status: $(srcdir)/configure
|
|||||||
$(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
$(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
||||||
cd $(srcdir) && $(AUTOCONF)
|
cd $(srcdir) && $(AUTOCONF)
|
||||||
|
|
||||||
config.h: stamp-h ; @:
|
config.h: stamp-h
|
||||||
|
@:
|
||||||
stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
|
stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
|
||||||
cd $(top_builddir) \
|
cd $(top_builddir) \
|
||||||
&& CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
|
&& CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
|
||||||
@ -292,42 +301,41 @@ mostlyclean-hdr:
|
|||||||
clean-hdr:
|
clean-hdr:
|
||||||
|
|
||||||
distclean-hdr:
|
distclean-hdr:
|
||||||
rm -f config.h
|
-rm -f config.h
|
||||||
|
|
||||||
maintainer-clean-hdr:
|
maintainer-clean-hdr:
|
||||||
|
|
||||||
mostlyclean-noinstLIBRARIES:
|
mostlyclean-noinstLIBRARIES:
|
||||||
|
|
||||||
clean-noinstLIBRARIES:
|
clean-noinstLIBRARIES:
|
||||||
test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
||||||
|
|
||||||
distclean-noinstLIBRARIES:
|
distclean-noinstLIBRARIES:
|
||||||
|
|
||||||
maintainer-clean-noinstLIBRARIES:
|
maintainer-clean-noinstLIBRARIES:
|
||||||
|
|
||||||
|
.c.o:
|
||||||
|
$(COMPILE) -c $<
|
||||||
|
|
||||||
.s.o:
|
.s.o:
|
||||||
$(COMPILE) -c $<
|
$(COMPILE) -c $<
|
||||||
|
|
||||||
.S.o:
|
.S.o:
|
||||||
$(COMPILE) -c $<
|
$(COMPILE) -c $<
|
||||||
|
|
||||||
.c.o:
|
|
||||||
$(COMPILE) -c $<
|
|
||||||
|
|
||||||
mostlyclean-compile:
|
mostlyclean-compile:
|
||||||
rm -f *.o core
|
-rm -f *.o core *.core
|
||||||
|
|
||||||
clean-compile:
|
clean-compile:
|
||||||
|
|
||||||
distclean-compile:
|
distclean-compile:
|
||||||
rm -f *.tab.c
|
-rm -f *.tab.c
|
||||||
|
|
||||||
maintainer-clean-compile:
|
maintainer-clean-compile:
|
||||||
|
|
||||||
.c.lo:
|
.c.lo:
|
||||||
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
||||||
|
|
||||||
# These are just copies of the above rule.
|
|
||||||
.s.lo:
|
.s.lo:
|
||||||
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
||||||
|
|
||||||
@ -335,10 +343,10 @@ maintainer-clean-compile:
|
|||||||
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
||||||
|
|
||||||
mostlyclean-libtool:
|
mostlyclean-libtool:
|
||||||
rm -f *.lo
|
-rm -f *.lo
|
||||||
|
|
||||||
clean-libtool:
|
clean-libtool:
|
||||||
rm -rf .libs
|
-rm -rf .libs _libs
|
||||||
|
|
||||||
distclean-libtool:
|
distclean-libtool:
|
||||||
|
|
||||||
@ -347,7 +355,7 @@ maintainer-clean-libtool:
|
|||||||
mostlyclean-libLTLIBRARIES:
|
mostlyclean-libLTLIBRARIES:
|
||||||
|
|
||||||
clean-libLTLIBRARIES:
|
clean-libLTLIBRARIES:
|
||||||
test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
||||||
|
|
||||||
distclean-libLTLIBRARIES:
|
distclean-libLTLIBRARIES:
|
||||||
|
|
||||||
@ -358,8 +366,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|||||||
$(mkinstalldirs) $(libdir)
|
$(mkinstalldirs) $(libdir)
|
||||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||||
if test -f $$p; then \
|
if test -f $$p; then \
|
||||||
echo "$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(libdir)/$$p"; \
|
echo "$(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(libdir)/$$p"; \
|
||||||
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(libdir)/$$p; \
|
$(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(libdir)/$$p; \
|
||||||
else :; fi; \
|
else :; fi; \
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -374,21 +382,26 @@ libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES)
|
|||||||
|
|
||||||
tags: TAGS
|
tags: TAGS
|
||||||
|
|
||||||
ID: $(HEADERS) $(SOURCES)
|
ID: $(HEADERS) $(SOURCES) $(LISP)
|
||||||
here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
|
here=`pwd` && cd $(srcdir) \
|
||||||
|
&& mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
|
||||||
|
|
||||||
TAGS: $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES)
|
TAGS: $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
|
||||||
tags=; \
|
tags=; \
|
||||||
here=`pwd`; \
|
here=`pwd`; \
|
||||||
test -z "$(ETAGS_ARGS)config.in$(SOURCES)$(HEADERS)$$tags" \
|
list='$(SOURCES) $(HEADERS)'; \
|
||||||
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $(SOURCES) $(HEADERS) -o $$here/TAGS)
|
unique=`for i in $$list; do echo $$i; done | \
|
||||||
|
awk ' { files[$$0] = 1; } \
|
||||||
|
END { for (i in files) print i; }'`; \
|
||||||
|
test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
|
||||||
|
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
|
||||||
|
|
||||||
mostlyclean-tags:
|
mostlyclean-tags:
|
||||||
|
|
||||||
clean-tags:
|
clean-tags:
|
||||||
|
|
||||||
distclean-tags:
|
distclean-tags:
|
||||||
rm -f TAGS ID
|
-rm -f TAGS ID
|
||||||
|
|
||||||
maintainer-clean-tags:
|
maintainer-clean-tags:
|
||||||
|
|
||||||
@ -399,7 +412,7 @@ top_distdir = $(distdir)
|
|||||||
# it guarantees that the distribution is self-contained by making another
|
# it guarantees that the distribution is self-contained by making another
|
||||||
# tarfile.
|
# tarfile.
|
||||||
distcheck: dist
|
distcheck: dist
|
||||||
rm -rf $(distdir)
|
-rm -rf $(distdir)
|
||||||
GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
|
GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
|
||||||
mkdir $(distdir)/=build
|
mkdir $(distdir)/=build
|
||||||
mkdir $(distdir)/=inst
|
mkdir $(distdir)/=inst
|
||||||
@ -412,20 +425,20 @@ distcheck: dist
|
|||||||
&& $(MAKE) install \
|
&& $(MAKE) install \
|
||||||
&& $(MAKE) installcheck \
|
&& $(MAKE) installcheck \
|
||||||
&& $(MAKE) dist
|
&& $(MAKE) dist
|
||||||
rm -rf $(distdir)
|
-rm -rf $(distdir)
|
||||||
@echo "========================"; \
|
@echo "========================"; \
|
||||||
echo "$(distdir).tar.gz is ready for distribution"; \
|
echo "$(distdir).tar.gz is ready for distribution"; \
|
||||||
echo "========================"
|
echo "========================"
|
||||||
dist: distdir
|
dist: distdir
|
||||||
-chmod -R a+r $(distdir)
|
-chmod -R a+r $(distdir)
|
||||||
GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
||||||
rm -rf $(distdir)
|
-rm -rf $(distdir)
|
||||||
dist-all: distdir
|
dist-all: distdir
|
||||||
-chmod -R a+r $(distdir)
|
-chmod -R a+r $(distdir)
|
||||||
GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
||||||
rm -rf $(distdir)
|
-rm -rf $(distdir)
|
||||||
distdir: $(DISTFILES)
|
distdir: $(DISTFILES)
|
||||||
rm -rf $(distdir)
|
-rm -rf $(distdir)
|
||||||
mkdir $(distdir)
|
mkdir $(distdir)
|
||||||
-chmod 777 $(distdir)
|
-chmod 777 $(distdir)
|
||||||
@for file in $(DISTFILES); do \
|
@for file in $(DISTFILES); do \
|
||||||
@ -436,7 +449,7 @@ distdir: $(DISTFILES)
|
|||||||
done
|
done
|
||||||
info:
|
info:
|
||||||
dvi:
|
dvi:
|
||||||
check: all
|
check:
|
||||||
$(MAKE)
|
$(MAKE)
|
||||||
installcheck:
|
installcheck:
|
||||||
install-info:
|
install-info:
|
||||||
@ -460,19 +473,19 @@ installdirs:
|
|||||||
|
|
||||||
|
|
||||||
mostlyclean-generic:
|
mostlyclean-generic:
|
||||||
test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
|
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
|
||||||
|
|
||||||
clean-generic:
|
clean-generic:
|
||||||
test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||||
|
|
||||||
distclean-generic:
|
distclean-generic:
|
||||||
rm -f Makefile $(DISTCLEANFILES)
|
-rm -f Makefile $(DISTCLEANFILES)
|
||||||
rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
||||||
test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||||
|
|
||||||
maintainer-clean-generic:
|
maintainer-clean-generic:
|
||||||
test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
||||||
test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
||||||
mostlyclean: mostlyclean-hdr mostlyclean-noinstLIBRARIES \
|
mostlyclean: mostlyclean-hdr mostlyclean-noinstLIBRARIES \
|
||||||
mostlyclean-compile mostlyclean-libtool \
|
mostlyclean-compile mostlyclean-libtool \
|
||||||
mostlyclean-libLTLIBRARIES mostlyclean-tags \
|
mostlyclean-libLTLIBRARIES mostlyclean-tags \
|
||||||
@ -485,8 +498,8 @@ clean: clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
|
|||||||
distclean: distclean-hdr distclean-noinstLIBRARIES distclean-compile \
|
distclean: distclean-hdr distclean-noinstLIBRARIES distclean-compile \
|
||||||
distclean-libtool distclean-libLTLIBRARIES \
|
distclean-libtool distclean-libLTLIBRARIES \
|
||||||
distclean-tags distclean-generic clean
|
distclean-tags distclean-generic clean
|
||||||
rm -f config.status
|
-rm -f config.status
|
||||||
rm -f libtool
|
-rm -f libtool
|
||||||
|
|
||||||
maintainer-clean: maintainer-clean-hdr maintainer-clean-noinstLIBRARIES \
|
maintainer-clean: maintainer-clean-hdr maintainer-clean-noinstLIBRARIES \
|
||||||
maintainer-clean-compile maintainer-clean-libtool \
|
maintainer-clean-compile maintainer-clean-libtool \
|
||||||
@ -494,7 +507,7 @@ maintainer-clean: maintainer-clean-hdr maintainer-clean-noinstLIBRARIES \
|
|||||||
maintainer-clean-generic distclean
|
maintainer-clean-generic distclean
|
||||||
@echo "This command is intended for maintainers to use;"
|
@echo "This command is intended for maintainers to use;"
|
||||||
@echo "it deletes files that may require special tools to rebuild."
|
@echo "it deletes files that may require special tools to rebuild."
|
||||||
rm -f config.status
|
-rm -f config.status
|
||||||
|
|
||||||
.PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
|
.PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
|
||||||
maintainer-clean-hdr mostlyclean-noinstLIBRARIES \
|
maintainer-clean-hdr mostlyclean-noinstLIBRARIES \
|
||||||
|
Reference in New Issue
Block a user