|
From: <sv...@va...> - 2006-10-04 14:01:25
|
Author: sewardj Date: 2006-10-04 15:01:21 +0100 (Wed, 04 Oct 2006) New Revision: 6170 Log: Unbreak 'make dist'. Modified: branches/AIX5/auxprogs/Makefile.am branches/AIX5/coregrind/Makefile.am branches/AIX5/include/Makefile.am Modified: branches/AIX5/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 --- branches/AIX5/auxprogs/Makefile.am 2006-10-04 14:00:40 UTC (rev 6169) +++ branches/AIX5/auxprogs/Makefile.am 2006-10-04 14:01:21 UTC (rev 6170) @@ -103,6 +103,25 @@ endif =20 =20 +## And some hacks for 'make dist' +## It would seem that using nodist_SOURCES is the right fix, but +## I can't figure out how to do it. +## +if BUILD_MPIWRAP_PRI +#nodist_SOURCES =3D libmpiwrap-@VG_PLATFORM_PRI@.c +libmpiwrap-@VG_PLATFORM_PRI@.c: + rm -f libmpiwrap-@VG_PLATFORM_PRI@.c + touch libmpiwrap-@VG_PLATFORM_PRI@.c +libmpiwrap-.c: + rm -f libmpiwrap-.c + touch libmpiwrap-.c +endif +if BUILD_MPIWRAP_SEC +#nodist_SOURCES =3D libmpiwrap-@VG_PLATFORM_SEC@.c +libmpiwrap-@VG_PLATFORM_SEC@.c: + rm -f libmpiwrap-@VG_PLATFORM_SEC@.c + touch libmpiwrap-@VG_PLATFORM_SEC@.c +endif =20 # #---------------------------------------------------------- Modified: branches/AIX5/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 --- branches/AIX5/coregrind/Makefile.am 2006-10-04 14:00:40 UTC (rev 6169= ) +++ branches/AIX5/coregrind/Makefile.am 2006-10-04 14:01:21 UTC (rev 6170= ) @@ -131,6 +131,7 @@ pub_core_ume.h \ pub_core_vki.h \ pub_core_vkiscnums.h \ + pub_core_initimg.h \ m_coredump/priv_elf.h \ m_debuginfo/priv_storage.h \ m_debuginfo/priv_readstabs.h \ @@ -147,7 +148,9 @@ m_syswrap/priv_syswrap-linux-variants.h \ m_syswrap/priv_syswrap-aix5.h \ m_syswrap/priv_syswrap-main.h \ - launcher-aix5-bootblock.h + m_aspacemgr/priv_aspacemgr.h \ + launcher-aix5-bootblock.h \ + m_initimg/simple_huffman.c =20 BUILT_SOURCES =3D=20 CLEANFILES =3D=20 Modified: branches/AIX5/include/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 --- branches/AIX5/include/Makefile.am 2006-10-04 14:00:40 UTC (rev 6169) +++ branches/AIX5/include/Makefile.am 2006-10-04 14:01:21 UTC (rev 6170) @@ -38,6 +38,7 @@ vki/vki-posixtypes-ppc64-linux.h \ vki/vki-posixtypes-x86-linux.h \ vki/vki-ppc32-aix5.h \ + vki/vki-ppc64-aix5.h \ vki/vki-ppc32-linux.h \ vki/vki-ppc64-linux.h \ vki/vki-scnums-amd64-linux.h \ |