bug 882865 - cryptojs key gen cleanup: use EqualsLiteral() r=bsmith r=Ms2ger r=khuey
[gecko.git] / probes / Makefile.in
blob8a1e44b72830d1f72730e694c5a4db10d6efb557
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 DEPTH = @DEPTH@
6 topsrcdir = @top_srcdir@
7 srcdir = @srcdir@
8 VPATH = @srcdir@
10 include $(DEPTH)/config/autoconf.mk
12 ifdef HAVE_DTRACE
13 export:: $(DIST)/include/mozilla-trace.h
15 # Replace _DTRACE_VERSION with INCLUDE_MOZILLA_DTRACE
16 $(DIST)/include/mozilla-trace.h: mozilla-trace.d Makefile
17 dtrace -h -s $(srcdir)/mozilla-trace.d -o mozilla-trace.h.tmp
18 sed -e 's/if _DTRACE_VERSION/ifdef INCLUDE_MOZILLA_DTRACE/' \
19 mozilla-trace.h.tmp > $(DIST)/include/mozilla-trace.h
20 rm mozilla-trace.h.tmp
21 endif
23 include $(topsrcdir)/config/rules.mk