Bug 848978 - Please generate a new Otoro, Unagi, Pandaboard and Emulator snapshot...
[gecko.git] / embedding / Makefile.in
blob7933693ae7f95d4334219eaeed25ff617089969e
1 #
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 DEPTH = @DEPTH@
7 topsrcdir = @top_srcdir@
8 srcdir = @srcdir@
9 VPATH = @srcdir@
10 relativesrcdir = @relativesrcdir@
12 include $(DEPTH)/config/autoconf.mk
14 MODULE = embed
16 ifdef ENABLE_TESTS
17 XPCSHELL_TESTS = tests/unit
18 endif
20 include $(topsrcdir)/config/rules.mk