summaryrefslogtreecommitdiffstats
path: root/filters/kword/latex/export/Makefile.am
blob: 75552b42564082972462ed3ab6114d91e69da6b9 (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.cc config.cc document.cc element.cc fileheader.cc \
 latexexportdia.ui footnote.cc format.cc formula.cc key.cc \
 kwordlatexexportdia.cc latexexport.cc latexexportIface.cc \
 latexexportIface.skel layout.cc listtable.cc para.cc \
 pixmapFrame.cc table.cc \
 textFrame.cc textformat.cc textzone.cc variableformat.cc \
 variablezone.cc xml2latexparser.cc xmlparser.cc

######## Debug
#check_PROGRAMS = texlauncher
#texlauncher_SOURCES = texlauncher.cc
#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)