1999-04-13 04:15:34 +00:00
|
|
|
#
|
2012-05-21 11:12:37 +00: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 04:15:34 +00:00
|
|
|
|
2014-11-15 02:10:00 +00: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 04:15:34 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2012-08-04 08:38:41 +00:00
|
|
|
TARGET_DEPTH = ..
|
2009-02-12 13:49:53 +00:00
|
|
|
include $(srcdir)/automation-build.mk
|
2009-01-12 17:15:12 +00:00
|
|
|
|
2014-05-22 03:29:55 +00:00
|
|
|
libs:: automation.py
|
2008-05-13 21:17:33 +00:00
|
|
|
|