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.2 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.cpp column.cpp config.cpp document.cpp fileheader.cpp \
format.cpp latexexportdia.ui kspreadlatexexportdiaImpl.cpp \
latexexport.cpp latexexportIface.cpp latexexportIface.skel \
map.cpp pen.cpp row.cpp spreadsheet.cpp table.cpp \
xmlparser.cpp
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.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 = kspread_latex_export.desktop
servicedir = $(kde_servicesdir)