summaryrefslogtreecommitdiffstats
path: root/filters/kword/latex/import/Makefile.am
blob: e55af45a2e48b9d3c76cc29debe240e828bcf38e (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
SUBDIRS = parser generator

####### General stuff

INCLUDES= -I$(srcdir) -I$(srcdir)/parser -I$(srcdir)/generator $(KOFFICE_INCLUDES) $(KFORMULA_INCLUDES) $(all_includes)
libkwordlateximport_la_LDFLAGS= $(all_libraries) -module -avoid-version -no-undefined
libkwordlateximport_la_LIBADD = $(KOFFICE_LIBS) parser/liblatexparser.la generator/liblatexgenerator.la

####### Files

kde_module_LTLIBRARIES = libkwordlateximport.la

libkwordlateximport_la_SOURCES = config.cc lateximport.cc \
																 lateximportdia.cc lateximportdia.skel

noinst_HEADERS = config.h lateximport.h lateximportdia.h

######## 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_import.desktop
servicedir = $(kde_servicesdir)