From d92fa646e7da3c37d4bade5ee935c9e9a728c8d6 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Mon, 11 Oct 2010 06:10:35 +0000 Subject: [PATCH] opcodes/ * Makefile.am (libopcodes_a_SOURCES): New as empty. * Makefile.in: Regenerate. --- opcodes/ChangeLog | 6 ++++++ opcodes/Makefile.am | 1 + opcodes/Makefile.in | 8 ++++---- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 10c5be8..5336e46 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2010-10-11 Jan Kratochvil + Jiang Jilin + + * Makefile.am (libopcodes_a_SOURCES): New as empty. + * Makefile.in: Regenerate. + 2010-10-09 Matt Rice * fr30-desc.h: Regenerate. diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index d866617..74cd397 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -287,6 +287,7 @@ EXTRA_libopcodes_la_SOURCES = $(LIBOPCODES_CFILES) # should be removed if everything else starts using libtool. FIXME. noinst_LIBRARIES = libopcodes.a +libopcodes_a_SOURCES = stamp-lib: libopcodes.la libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \ diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 942d68c..9cfde34 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -69,8 +69,8 @@ LIBRARIES = $(noinst_LIBRARIES) ARFLAGS = cru libopcodes_a_AR = $(AR) $(ARFLAGS) libopcodes_a_LIBADD = -libopcodes_a_SOURCES = libopcodes.c -libopcodes_a_OBJECTS = libopcodes.$(OBJEXT) +am_libopcodes_a_OBJECTS = +libopcodes_a_OBJECTS = $(am_libopcodes_a_OBJECTS) am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -116,7 +116,7 @@ CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ -SOURCES = libopcodes.c $(libopcodes_la_SOURCES) \ +SOURCES = $(libopcodes_a_SOURCES) $(libopcodes_la_SOURCES) \ $(EXTRA_libopcodes_la_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ @@ -542,6 +542,7 @@ EXTRA_libopcodes_la_SOURCES = $(LIBOPCODES_CFILES) # programs that use libopcodes.a simultaneously. This is a hack which # should be removed if everything else starts using libtool. FIXME. noinst_LIBRARIES = libopcodes.a +libopcodes_a_SOURCES = POTFILES = $(HFILES) $(CFILES) CLEANFILES = \ stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \ @@ -765,7 +766,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-dis.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-ibld.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-opc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libopcodes.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-asm.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-desc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-dis.Plo@am__quote@ -- 2.7.4