1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
noinst_LTLIBRARIES = libxp.la
AM_CPPFLAGS = \
$(MATHVIEW_CFLAGS) \
-Wno-deprecated \
-I$(srcdir)/../itex2mml \
-DABI_BUILD_VERSION=\"$(VERSION)\"
libxp_la_SOURCES = \
mathview_proxy.h \
AbiMathView.cpp \
AbiMathView.h \
gr_Abi_AreaFactory.h \
gr_Abi_CharArea.cpp \
gr_Abi_CharArea.h \
gr_Abi_ColorArea.cpp \
gr_Abi_ColorArea.h \
gr_Abi_ComputerModernShaper.cpp \
gr_Abi_ComputerModernShaper.h \
gr_Abi_DefaultShaper.cpp \
gr_Abi_DefaultShaper.h \
gr_Abi_InkArea.cpp \
gr_Abi_InkArea.h \
gr_Abi_MathGraphicDevice.cpp \
gr_Abi_MathGraphicDevice.h \
gr_Abi_RenderingContext.cpp \
gr_Abi_RenderingContext.h \
gr_Abi_StandardSymbolsShaper.cpp \
gr_Abi_StandardSymbolsShaper.h \
ie_imp_MathML.cpp \
ie_imp_MathML.h
EXTRA_DIST = \
entitiesMap.inc
|