summaryrefslogtreecommitdiff
path: root/Makefile.all.am
blob: 390e1095988e11cb3ab1640a1fa72e9c61683fa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

## This file should be included by *every* Makefile.am, except those for docs/
## and tests/ subdirectories.

valdir = $(libdir)/valgrind
inplacedir = $(top_builddir)/.in_place


# The kludge that passes for vex's build system can't handle parallel
# builds.  So, for the time being, serialise all Valgrind building.
# (this is equivalent to enforcing "make -j 1".
.NOTPARALLEL: