1999-04-13 08:15:34 +04:00
|
|
|
#
|
2012-05-21 15:12:37 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
1999-04-13 08:15:34 +04:00
|
|
|
|
2014-11-15 05:10:00 +03:00
|
|
|
ifdef MOZTTDIR
|
|
|
|
# Install the Firefox OS fonts.
|
|
|
|
include $(MOZTTDIR)/fonts.mk
|
|
|
|
MOZTT_DEST = $(FINAL_TARGET)/fonts
|
|
|
|
MOZTT_FILES = $(patsubst external/moztt/%,$(MOZTTDIR)/%,$(filter external/moztt/%,$(subst :, ,$(PRODUCT_COPY_FILES))))
|
|
|
|
INSTALL_TARGETS += MOZTT
|
|
|
|
endif
|
|
|
|
|
1999-04-13 08:15:34 +04:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2012-08-04 12:38:41 +04:00
|
|
|
TARGET_DEPTH = ..
|
2009-02-12 16:49:53 +03:00
|
|
|
include $(srcdir)/automation-build.mk
|
2009-01-12 20:15:12 +03:00
|
|
|
|
2014-05-22 07:29:55 +04:00
|
|
|
libs:: automation.py
|
2008-05-14 01:17:33 +04:00
|
|
|
|