nethercote | 4388a40 | 2004-09-01 23:20:49 +0000 | [diff] [blame] | 1 | |
2 | ## This file should be included by *every* Makefile.am, except those for docs/ | ||||
3 | ## and tests/ subdirectories. | ||||
4 | |||||
5 | valdir = $(libdir)/valgrind | ||||
6 | inplacedir = $(top_builddir)/.in_place | ||||
7 | |||||
8 | |||||
sewardj | f5cc6b3 | 2005-11-11 18:35:32 +0000 | [diff] [blame] | 9 | # 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 |