blob: 390e1095988e11cb3ab1640a1fa72e9c61683fa0 [file] [log] [blame]
nethercote4388a402004-09-01 23:20:49 +00001
2## This file should be included by *every* Makefile.am, except those for docs/
3## and tests/ subdirectories.
4
5valdir = $(libdir)/valgrind
6inplacedir = $(top_builddir)/.in_place
7
8
sewardjf5cc6b32005-11-11 18:35:32 +00009# The kludge that passes for vex's build system can't handle parallel
10# builds. So, for the time being, serialise all Valgrind building.
11# (this is equivalent to enforcing "make -j 1".
12.NOTPARALLEL:
13