summaryrefslogtreecommitdiffstats
path: root/ns_usequantify.mk
blob: 8487c89f59b087adb8beae1ee4424ccf2a801e17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# BEGIN COPYRIGHT BLOCK
# Copyright (C) 2005 Red Hat, Inc.
# All rights reserved.
# END COPYRIGHT BLOCK
#
#
# included Makefile to make building with Quantify easier
#

ifneq ($(ARCH), SOLARIS)
USE_QUANTIFY=
endif

ifdef USE_QUANTIFY
QUANOPTS=-best-effort -always-use-cache-dir=yes -follow-child-processes=yes -max-threads=256 -check-debug-timestamps=no
QUANTIFY=quantify $(QUANOPTS)
endif # USE_QUANTIFY