summaryrefslogtreecommitdiffstats
path: root/filters/kspread/latex/export/Makefile.am
blob: 0460b4be6dcff4709cf179bb2a8df5c3e0174edf (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
29
30
####### 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)