Author: njn Date: 2005-08-28 05:48:12 +0100 (Sun, 28 Aug 2005) New Revision: 4546 Log: Give file a better name. Added: trunk/Makefile.core.am Removed: trunk/Makefile.core-AM_CPPFLAGS.am Modified: trunk/Makefile.am trunk/auxprogs/Makefile.am trunk/coregrind/Makefile.am trunk/coregrind/m_aspacemgr/Makefile.am trunk/coregrind/m_debuginfo/Makefile.am trunk/coregrind/m_demangle/Makefile.am trunk/coregrind/m_dispatch/Makefile.am trunk/coregrind/m_replacemalloc/Makefile.am trunk/coregrind/m_scheduler/Makefile.am trunk/coregrind/m_sigframe/Makefile.am trunk/coregrind/m_syswrap/Makefile.am Modified: trunk/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/Makefile.am 2005-08-28 04:38:12 UTC (rev 4545) +++ trunk/Makefile.am 2005-08-28 04:48:12 UTC (rev 4546) @@ -47,7 +47,7 @@ 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) =20 Deleted: trunk/Makefile.core-AM_CPPFLAGS.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/Makefile.core-AM_CPPFLAGS.am 2005-08-28 04:38:12 UTC (rev 4545) +++ trunk/Makefile.core-AM_CPPFLAGS.am 2005-08-28 04:48:12 UTC (rev 4546) @@ -1,19 +0,0 @@ -add_includes =3D -I$(top_srcdir)/coregrind \ - -I$(top_srcdir) \ - -I$(top_srcdir)/coregrind/$(VG_ARCH) \ - -I$(top_srcdir)/coregrind/$(VG_OS) \ - -I$(top_srcdir)/coregrind/$(VG_PLATFORM) \ - -I$(top_srcdir)/include \ - -I@VEX_DIR@/pub \ - -DVGA_$(VG_ARCH)=3D1 \ - -DVGO_$(VG_OS)=3D1 \ - -DVGP_$(VG_ARCH)_$(VG_OS)=3D1 - -BASE_AM_CFLAGS =3D @ARCH_CORE_AM_CFLAGS@ -Wmissing-prototypes -Winline -= Wall -Wshadow -O -g - -PIC_AM_CFLAGS =3D $(BASE_AM_CFLAGS) -fpic -fno-omit-frame-pointer - -AM_CPPFLAGS =3D $(add_includes) -AM_CFLAGS =3D $(WERROR) @PIE_AM_CFLAGS@ $(BASE_AM_CFLAGS) -AM_CCASFLAGS =3D $(add_includes) @ARCH_CORE_AM_CCASFLAGS@ -Wa,-gstabs - Copied: trunk/Makefile.core.am (from rev 4528, trunk/Makefile.core-AM_CPP= FLAGS.am) Modified: trunk/auxprogs/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/auxprogs/Makefile.am 2005-08-28 04:38:12 UTC (rev 4545) +++ trunk/auxprogs/Makefile.am 2005-08-28 04:48:12 UTC (rev 4546) @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am =20 bin_PROGRAMS =3D valgrind-listener =20 Modified: trunk/coregrind/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/Makefile.am 2005-08-28 04:38:12 UTC (rev 4545) +++ trunk/coregrind/Makefile.am 2005-08-28 04:48:12 UTC (rev 4546) @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am =20 .PHONY: @VEX_DIR@/libvex.a =20 Modified: trunk/coregrind/m_aspacemgr/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/m_aspacemgr/Makefile.am 2005-08-28 04:38:12 UTC (rev = 4545) +++ trunk/coregrind/m_aspacemgr/Makefile.am 2005-08-28 04:48:12 UTC (rev = 4546) @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am =20 noinst_LIBRARIES =3D libaspacemgr.a =20 Modified: trunk/coregrind/m_debuginfo/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/m_debuginfo/Makefile.am 2005-08-28 04:38:12 UTC (rev = 4545) +++ trunk/coregrind/m_debuginfo/Makefile.am 2005-08-28 04:48:12 UTC (rev = 4546) @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am =20 noinst_HEADERS =3D \ priv_symtab.h \ Modified: trunk/coregrind/m_demangle/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/m_demangle/Makefile.am 2005-08-28 04:38:12 UTC (rev 4= 545) +++ trunk/coregrind/m_demangle/Makefile.am 2005-08-28 04:48:12 UTC (rev 4= 546) @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am =20 noinst_HEADERS =3D \ ansidecl.h \ Modified: trunk/coregrind/m_dispatch/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/m_dispatch/Makefile.am 2005-08-28 04:38:12 UTC (rev 4= 545) +++ trunk/coregrind/m_dispatch/Makefile.am 2005-08-28 04:48:12 UTC (rev 4= 546) @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am =20 noinst_LIBRARIES =3D libdispatch.a =20 Modified: trunk/coregrind/m_replacemalloc/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/m_replacemalloc/Makefile.am 2005-08-28 04:38:12 UTC (= rev 4545) +++ trunk/coregrind/m_replacemalloc/Makefile.am 2005-08-28 04:48:12 UTC (= rev 4546) @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am =20 noinst_LIBRARIES =3D \ libreplacemalloc_core.a \ Modified: trunk/coregrind/m_scheduler/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/m_scheduler/Makefile.am 2005-08-28 04:38:12 UTC (rev = 4545) +++ trunk/coregrind/m_scheduler/Makefile.am 2005-08-28 04:48:12 UTC (rev = 4546) @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am =20 noinst_HEADERS =3D \ priv_sema.h Modified: trunk/coregrind/m_sigframe/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/m_sigframe/Makefile.am 2005-08-28 04:38:12 UTC (rev 4= 545) +++ trunk/coregrind/m_sigframe/Makefile.am 2005-08-28 04:48:12 UTC (rev 4= 546) @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am =20 # Remember to include all the platform-specific files in the distributio= n. EXTRA_DIST =3D \ Modified: trunk/coregrind/m_syswrap/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/m_syswrap/Makefile.am 2005-08-28 04:38:12 UTC (rev 45= 45) +++ trunk/coregrind/m_syswrap/Makefile.am 2005-08-28 04:48:12 UTC (rev 45= 46) @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.all.am -include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am +include $(top_srcdir)/Makefile.core.am =20 # Remember to include all the OS/platform-specific files in the distribu= tion. EXTRA_DIST =3D \ |