You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/filters/kword/latex/export/Makefile.am

29 lines
1.1 KiB

####### 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_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
METASOURCES = AUTO
service_DATA = kword_latex_export.desktop
servicedir = $(kde_servicesdir)