Nicholas Nethercote 63df7df1c8 Give file a better name.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4546
2005-08-28 04:48:12 +00:00

17 lines
422 B
Makefile

include $(top_srcdir)/Makefile.all.am
include $(top_srcdir)/Makefile.core.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
dispatch-@VG_ARCH@.S: libvex_guest_offsets.h
libvex_guest_offsets.h:
$(MAKE) -C @VEX_DIR@ pub/libvex_guest_offsets.h