]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Give file a better name.
authorNicholas Nethercote <njn@valgrind.org>
Sun, 28 Aug 2005 04:48:12 +0000 (04:48 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 28 Aug 2005 04:48:12 +0000 (04:48 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4546

12 files changed:
Makefile.am
Makefile.core.am [moved from Makefile.core-AM_CPPFLAGS.am with 100% similarity]
auxprogs/Makefile.am
coregrind/Makefile.am
coregrind/m_aspacemgr/Makefile.am
coregrind/m_debuginfo/Makefile.am
coregrind/m_demangle/Makefile.am
coregrind/m_dispatch/Makefile.am
coregrind/m_replacemalloc/Makefile.am
coregrind/m_scheduler/Makefile.am
coregrind/m_sigframe/Makefile.am
coregrind/m_syswrap/Makefile.am

index 4b1924371f864b43ff908fade0566691126b6e77..ed976ab06530ef2407b7fb3ad5cb555c908bbeb2 100644 (file)
@@ -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)
 
index 5a0f7a0d2499d8a4a0f290244fd3e4637b4c2dba..20c883fd851483189d0a78e196ce98b8b7ee520e 100644 (file)
@@ -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
 
index d0f18cf39361503896defef754ff9035f760f370..6518a918af884d6abc5f6dbefed0a0bf8146f30d 100644 (file)
@@ -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
 
index c9ea0cc8050e6c915818e4df9f38043552d84ba9..0da11807f5ea7557a94b03aaf160bd36b009bb6d 100644 (file)
@@ -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
 
index 12b0c3628abbb56872746ca8f6f1570b6749e78a..e3fe11102400a2ff8a19ddb5b140c99ee662d8ea 100644 (file)
@@ -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 \
index fa521bfb33e321c07cbe15aa88c644b0a9f9e553..be6bc5b77c16af59dfa35ac37f007519517815af 100644 (file)
@@ -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     \
index a6045dc6919f247c23070567936561a46f0b80ac..7a94a72f4243938b91986cc021a37c6dc9aee304 100644 (file)
@@ -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
 
index 0fcccb2046d76833bfe022e2febbd8c0d4a259df..e4e32a122ca72c088f4f5638b9d12c33abb5a376 100644 (file)
@@ -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 \
index f569e771e1a318dd3ed45224c6998705be2d0cf1..d865494c9d482f476600cc1491fd19491bfed81b 100644 (file)
@@ -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
index fe886de017ef7e44b10d1992e3876684d6fd06a7..f265b03bade81b82da0e22f9cc37e2dcf55e8b61 100644 (file)
@@ -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 = \
index cddaa91d6ae0192e5d63f4464f2c5d2e85868ccc..bd66013e86656fb91f6ee7cc14f35087d9808c29 100644 (file)
@@ -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 = \