Bug 790132 - Add a test to make sure media sniffing occurs only when we want. r=bz
[gecko.git] / build / unix / Makefile.in
blobf5c01a3d7dceaca9bbfc9e0523545ec8634a19e4
1 # -*- makefile -*-
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 DEPTH = @DEPTH@
8 topsrcdir = @top_srcdir@
9 srcdir = @srcdir@
10 VPATH = @srcdir@
12 include $(DEPTH)/config/autoconf.mk
14 MODULE = build
16 ifdef STDCXX_COMPAT
17 DIRS += stdc++compat
18 endif
20 ifdef USE_ELF_HACK
21 DIRS += elfhack
22 endif
24 TEST_DIRS = test
26 SDK_BINARY = run-mozilla.sh
28 include $(topsrcdir)/config/rules.mk
30 libs:: $(srcdir)/run-mozilla.sh
31 $(INSTALL) $< $(DIST)/bin
33 # EOF