From: Nicholas Nethercote Date: Sun, 28 Aug 2005 04:48:12 +0000 (+0000) Subject: Give file a better name. X-Git-Tag: svn/VALGRIND_3_1_0~503 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63df7df1c85fc80a3821c9e1efec89236e82789b;p=thirdparty%2Fvalgrind.git Give file a better name. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4546 --- diff --git a/Makefile.am b/Makefile.am index 4b1924371f..ed976ab065 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,7 @@ EXTRA_DIST = \ README_PACKAGERS \ README_MISSING_SYSCALL_OR_IOCTL \ valgrind.spec.in valgrind.pc.in \ - Makefile.all.am Makefile.tool.am Makefile.core-AM_CPPFLAGS.am \ + Makefile.all.am Makefile.tool.am Makefile.core.am \ Makefile.tool-inplace.am \ $(VEX_PRIMARY_SOURCES) diff --git a/Makefile.core-AM_CPPFLAGS.am b/Makefile.core.am similarity index 100% rename from Makefile.core-AM_CPPFLAGS.am rename to Makefile.core.am diff --git a/auxprogs/Makefile.am b/auxprogs/Makefile.am index 5a0f7a0d24..20c883fd85 100644 --- a/auxprogs/Makefile.am +++ b/auxprogs/Makefile.am @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am bin_PROGRAMS = valgrind-listener diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index d0f18cf393..6518a918af 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am .PHONY: @VEX_DIR@/libvex.a diff --git a/coregrind/m_aspacemgr/Makefile.am b/coregrind/m_aspacemgr/Makefile.am index c9ea0cc805..0da11807f5 100644 --- a/coregrind/m_aspacemgr/Makefile.am +++ b/coregrind/m_aspacemgr/Makefile.am @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am noinst_LIBRARIES = libaspacemgr.a diff --git a/coregrind/m_debuginfo/Makefile.am b/coregrind/m_debuginfo/Makefile.am index 12b0c3628a..e3fe111024 100644 --- a/coregrind/m_debuginfo/Makefile.am +++ b/coregrind/m_debuginfo/Makefile.am @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am noinst_HEADERS = \ priv_symtab.h \ diff --git a/coregrind/m_demangle/Makefile.am b/coregrind/m_demangle/Makefile.am index fa521bfb33..be6bc5b77c 100644 --- a/coregrind/m_demangle/Makefile.am +++ b/coregrind/m_demangle/Makefile.am @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am noinst_HEADERS = \ ansidecl.h \ diff --git a/coregrind/m_dispatch/Makefile.am b/coregrind/m_dispatch/Makefile.am index a6045dc691..7a94a72f42 100644 --- a/coregrind/m_dispatch/Makefile.am +++ b/coregrind/m_dispatch/Makefile.am @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am noinst_LIBRARIES = libdispatch.a diff --git a/coregrind/m_replacemalloc/Makefile.am b/coregrind/m_replacemalloc/Makefile.am index 0fcccb2046..e4e32a122c 100644 --- a/coregrind/m_replacemalloc/Makefile.am +++ b/coregrind/m_replacemalloc/Makefile.am @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am noinst_LIBRARIES = \ libreplacemalloc_core.a \ diff --git a/coregrind/m_scheduler/Makefile.am b/coregrind/m_scheduler/Makefile.am index f569e771e1..d865494c9d 100644 --- a/coregrind/m_scheduler/Makefile.am +++ b/coregrind/m_scheduler/Makefile.am @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am noinst_HEADERS = \ priv_sema.h diff --git a/coregrind/m_sigframe/Makefile.am b/coregrind/m_sigframe/Makefile.am index fe886de017..f265b03bad 100644 --- a/coregrind/m_sigframe/Makefile.am +++ b/coregrind/m_sigframe/Makefile.am @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am # Remember to include all the platform-specific files in the distribution. EXTRA_DIST = \ diff --git a/coregrind/m_syswrap/Makefile.am b/coregrind/m_syswrap/Makefile.am index cddaa91d6a..bd66013e86 100644 --- a/coregrind/m_syswrap/Makefile.am +++ b/coregrind/m_syswrap/Makefile.am @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am # Remember to include all the OS/platform-specific files in the distribution. EXTRA_DIST = \