X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libcpu%2FMakefile.in;h=427fe97abc70d17f95cbb6adf116e1f274517748;hb=18a667176dd196f7bc3a9cdf1cbd87d4c7b31c7f;hp=1565505eb3968e7c363cf9bc168910e84c71e9f8;hpb=6dc551eec9ecf4cfc52e5e43ee8e3624e1249b93;p=platform%2Fupstream%2Felfutils.git diff --git a/libcpu/Makefile.in b/libcpu/Makefile.in index 1565505..427fe97 100644 --- a/libcpu/Makefile.in +++ b/libcpu/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -80,7 +80,7 @@ LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ || YLWRAP = $(top_srcdir)/config/ylwrap @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ || -YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS) +YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) SOURCES = $(libcpu_i386_a_SOURCES) $(libcpu_x86_64_a_SOURCES) \ $(i386_gendis_SOURCES) DIST_SOURCES = $(libcpu_i386_a_SOURCES) $(libcpu_x86_64_a_SOURCES) \ @@ -218,7 +218,7 @@ COMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage $(no_mudflap.os),\ $(COMPILE)) CLEANFILES = *.gcno *.gcda $(foreach P,i386 x86_64,$P_defs \ - $P.mnemonics $P_dis.h) + $P.mnemonics) textrel_check = if readelf -d $@ | fgrep -q TEXTREL; then exit 1; fi LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS) -P$( $@ +@MAINTAINER_MODE_FALSE@$(srcdir)/%_dis.h: +@MAINTAINER_MODE_FALSE@ @echo '*** missing $@; configure with --enable-maintainer-mode' +@MAINTAINER_MODE_FALSE@ @false + %.mnemonics: %_defs sed '1,/^%%/d;/^#/d;/^[[:space:]]*$$/d;s/[^:]*:\([^[:space:]]*\).*/MNE(\1)/;s/{[^}]*}//g;/INVALID/d' \ $< | sort -u > $@