michael@0: # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- michael@0: # vim: set filetype=python: michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: UNIFIED_SOURCES += [ michael@0: 'nsMathMLChar.cpp', michael@0: 'nsMathMLContainerFrame.cpp', michael@0: 'nsMathMLFrame.cpp', michael@0: 'nsMathMLmactionFrame.cpp', michael@0: 'nsMathMLmencloseFrame.cpp', michael@0: 'nsMathMLmfencedFrame.cpp', michael@0: 'nsMathMLmfracFrame.cpp', michael@0: 'nsMathMLmmultiscriptsFrame.cpp', michael@0: 'nsMathMLmoFrame.cpp', michael@0: 'nsMathMLmpaddedFrame.cpp', michael@0: 'nsMathMLmphantomFrame.cpp', michael@0: 'nsMathMLmrootFrame.cpp', michael@0: 'nsMathMLmrowFrame.cpp', michael@0: 'nsMathMLmspaceFrame.cpp', michael@0: 'nsMathMLmsqrtFrame.cpp', michael@0: 'nsMathMLmtableFrame.cpp', michael@0: 'nsMathMLmunderoverFrame.cpp', michael@0: 'nsMathMLOperators.cpp', michael@0: 'nsMathMLSelectedFrame.cpp', michael@0: 'nsMathMLsemanticsFrame.cpp', michael@0: 'nsMathMLTokenFrame.cpp', michael@0: ] michael@0: michael@0: EXPORTS += [ michael@0: 'nsIMathMLFrame.h', michael@0: 'nsMathMLOperators.h' michael@0: ] michael@0: michael@0: FAIL_ON_WARNINGS = True michael@0: michael@0: FINAL_LIBRARY = 'gklayout' michael@0: LOCAL_INCLUDES += [ michael@0: '../base', michael@0: '../generic', michael@0: '../style', michael@0: '../tables', michael@0: '../xul', michael@0: '/content/base/src', michael@0: '/content/mathml/content/src', michael@0: ] michael@0: michael@0: if CONFIG['ENABLE_TESTS']: michael@0: PARALLEL_DIRS += [ michael@0: 'tests', michael@0: ] michael@0: michael@0: JAR_MANIFESTS += ['jar.mn'] michael@0: michael@0: RESOURCE_FILES.fonts += [ michael@0: 'mathfont.properties', michael@0: 'mathfontMathJax_Main.properties', michael@0: 'mathfontStandardSymbolsL.properties', michael@0: 'mathfontSTIXNonUnicode.properties', michael@0: 'mathfontSTIXSizeOneSym.properties', michael@0: 'mathfontUnicode.properties', michael@0: ] michael@0: michael@0: RESOURCE_FILES.fonts['mathfont.properties'].preprocess = True michael@0: michael@0: if CONFIG['TARGET_MD_ARCH'] == 'win32': michael@0: RESOURCE_FILES.fonts += [ michael@0: 'mathfontSymbol.properties', michael@0: ]