Files
ftmemsim-valgrind/coregrind/m_dispatch/Makefile.am
Nicholas Nethercote d50a75cd1a Fixed 'make dist'. In particular, all the arch/platform-specific files
get included in the distro now, not just the ones for the arch/platform
that the distro tarball is built on.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4085
2005-07-02 17:36:11 +00:00

12 lines
314 B
Makefile

include $(top_srcdir)/Makefile.all.am
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
noinst_LIBRARIES = libdispatch.a
# Remember to include all the arch-specific files in the distribution.
EXTRA_DIST = \
$(addsuffix .S,$(addprefix dispatch-,$(VG_ARCH_ALL)))
libdispatch_a_SOURCES = \
dispatch-@VG_ARCH@.S