Bug 881092 - Allow decoding files we know we can't play, in the context of WebAudio...
[gecko.git] / addon-sdk / Makefile.in
blob5c934aa91ec1ba2e496e11433e071e2a2aad9f35
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 $(topsrcdir)/config/config.mk
12 export PYMAKE = $(.PYMAKE)
14 libs::
15 $(PYTHON) $(srcdir)/copy_source.py $(topsrcdir) $(srcdir)/source/lib $(FINAL_TARGET)/modules/commonjs >copy_source.mk
16 $(MAKE) -f copy_source.mk libs
18 include $(topsrcdir)/config/rules.mk
20 TEST_FILES = \
21 source/app-extension \
22 source/bin \
23 source/data \
24 source/python-lib \
25 source/test \
26 source/package.json \
27 source/mapping.json \
28 $(NULL)
30 # Remove this once the test harness uses the APIs built into Firefox
31 TEST_FILES += source/lib
33 PKG_STAGE = $(DIST)/test-package-stage
35 stage-tests-package:: $(TEST_FILES)
36 $(INSTALL) $^ $(PKG_STAGE)/jetpack