summaryrefslogtreecommitdiffstats
path: root/ns_usequantify.mk
blob: 69573539b90e0be1e043608a5ddfa35ac1876cc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# BEGIN COPYRIGHT BLOCK
# Copyright 2002 Netscape Communications Corporation.
# 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