ftmemsim-valgrind/Makefile.tool-inplace.am
Nicholas Nethercote acd57ac595 Use Makefile.am includes. This gets rid of 110 lines of repetitive Makefile.am
cruft, yay!


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2641
2004-09-01 23:20:49 +00:00

5 lines
154 B
Makefile

all-local:
mkdir -p $(inplacedir)
-rm -f $(addprefix $(inplacedir)/,$(val_PROGRAMS))
ln -f -s $(addprefix ../$(subdir)/,$(val_PROGRAMS)) $(inplacedir)