mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
14 lines
381 B
Makefile
14 lines
381 B
Makefile
|
|
## 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:
|
|
|