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/kspread/latex/export/Makefile.am

31 lines
1.1 KiB

####### General stuff
INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(KFORMULA_INCLUDES) $(all_includes)
libkspreadlatexexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
libkspreadlatexexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA)
####### Files
kde_module_LTLIBRARIES = libkspreadlatexexport.la
libkspreadlatexexport_la_SOURCES = cell.cc column.cc config.cc document.cc fileheader.cc \
format.cc latexexportdia.ui kspreadlatexexportdiaImpl.cc \
latexexport.cc latexexportIface.cc latexexportIface.skel \
map.cc pen.cc row.cc spreadsheet.cc table.cc \
xmlparser.cc
noinst_HEADERS = cell.h column.h config.h document.h fileheader.h format.h \
kspreadlatexexportdiaImpl.h latexexport.h latexexportIface.h \
map.h pen.h row.h spreadsheet.h table.h xmlparser.h
######## 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 = kspread_latex_export.desktop
servicedir = $(kde_servicesdir)