summaryrefslogtreecommitdiffstats
path: root/filters/kword/latex/export/Makefile.am
blob: 85488d7bd28cfa4712cc6acb0470eb06ed0fcc97 (plain)
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
####### General stuff

INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(KFORMULA_INCLUDES) $(LIBMAGICK_CPPFLAGS) $(all_includes)
libkwordlatexexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(LIBMAGICK_RPATH) $(LIBMAGICK_LDFLAGS)
libkwordlatexexport_la_LIBADD  = $(KOFFICE_LIBS) $(LIB_KFORMULA) $(LIBMAGICK_LIBS)

####### Files

kde_module_LTLIBRARIES = libkwordlatexexport.la

libkwordlatexexport_la_SOURCES = anchor.cpp config.cpp document.cpp element.cpp fileheader.cpp \
 latexexportdia.ui footnote.cpp format.cpp formula.cpp key.cpp \
 kwordlatexexportdia.cpp latexexport.cpp latexexportIface.cpp \
 latexexportIface.skel layout.cpp listtable.cpp para.cpp \
 pixmapFrame.cpp table.cpp \
 textFrame.cpp textformat.cpp textzone.cpp variableformat.cpp \
 variablezone.cpp xml2latexparser.cpp xmlparser.cpp

######## Debug
#check_PROGRAMS = texlauncher
#texlauncher_SOURCES = texlauncher.cpp
#texlauncher_LDADD = liblatexexport.la
#texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor

METASOURCES = AUTO

service_DATA = kword_latex_export.desktop
servicedir = $(kde_servicesdir)