From 63df7df1c85fc80a3821c9e1efec89236e82789b Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Sun, 28 Aug 2005 04:48:12 +0000 Subject: [PATCH] Give file a better name. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4546 --- Makefile.am | 2 +- Makefile.core-AM_CPPFLAGS.am => Makefile.core.am | 0 auxprogs/Makefile.am | 2 +- coregrind/Makefile.am | 2 +- coregrind/m_aspacemgr/Makefile.am | 2 +- coregrind/m_debuginfo/Makefile.am | 2 +- coregrind/m_demangle/Makefile.am | 2 +- coregrind/m_dispatch/Makefile.am | 2 +- coregrind/m_replacemalloc/Makefile.am | 2 +- coregrind/m_scheduler/Makefile.am | 2 +- coregrind/m_sigframe/Makefile.am | 2 +- coregrind/m_syswrap/Makefile.am | 2 +- 12 files changed, 11 insertions(+), 11 deletions(-) rename Makefile.core-AM_CPPFLAGS.am => Makefile.core.am (100%) diff --git a/Makefile.am b/Makefile.am index 4b1924371..ed976ab06 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 5a0f7a0d2..20c883fd8 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 d0f18cf39..6518a918a 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 c9ea0cc80..0da11807f 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 12b0c3628..e3fe11102 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 fa521bfb3..be6bc5b77 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 a6045dc69..7a94a72f4 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 0fcccb204..e4e32a122 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 f569e771e..d865494c9 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 fe886de01..f265b03ba 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 cddaa91d6..bd66013e8 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 = \