File: Makefile.am

package info (click to toggle)
abiword 3.0.8%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 64,532 kB
  • sloc: cpp: 477,427; ansic: 16,754; makefile: 5,787; xml: 4,014; yacc: 1,818; lex: 1,104; perl: 812; python: 413; php: 183; sh: 169
file content (36 lines) | stat: -rw-r--r-- 772 bytes parent folder | download | duplicates (8)
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