Makefile.in 581 B

123456789101112131415161718192021
  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/.
  5. ifdef MOZTTDIR
  6. # Install the Firefox OS fonts.
  7. include $(MOZTTDIR)/fonts.mk
  8. MOZTT_DEST = $(FINAL_TARGET)/fonts
  9. MOZTT_FILES = $(patsubst external/moztt/%,$(MOZTTDIR)/%,$(filter external/moztt/%,$(subst :, ,$(PRODUCT_COPY_FILES))))
  10. INSTALL_TARGETS += MOZTT
  11. endif
  12. include $(topsrcdir)/config/rules.mk
  13. TARGET_DEPTH = ..
  14. include $(srcdir)/automation-build.mk
  15. libs:: automation.py