summaryrefslogtreecommitdiffstats
path: root/filters/Makefile.am
blob: e8473741e6242d6cb3027dc4a967a6d4c6b92b5d (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48

if compile_filter_KARBON
KARBONDIR = karbon
endif

if include_XSLTFILTERS
XSLTFILTERDIR = xsltfilter
endif

if compile_filter_KWORD
KWORDDIR = kword
endif

if compile_filter_KPRESENTER
KPRESENTERDIR = kpresenter olefilters
endif

if compile_filter_KSPREAD
KSPREADDIR = kspread
endif

if compile_filter_KCHART
KCHARTDIR = kchart
endif

if compile_filter_KFORMULA
KFORMULADIR = kformula
endif

if compile_filter_KUGAR
KUGARDIR = kugar
endif

if compile_filter_KRITA
KRITADIR = chalk
endif

if compile_filter_KIVIO
KIVIODIR = kivio
endif

SUBDIRS = generic_wrapper libdialogfilter liboofilter $(KSPREADDIR) $(KCHARTDIR) $(KWORDDIR) $(KPRESENTERDIR)  $(XSLTFILTERDIR) $(KFORMULADIR) $(KARBONDIR) $(KUGARDIR) $(KRITADIR) $(KIVIODIR)

messages:
	$(EXTRACTRC) `find . -name \*.ui` > rc.cpp
	$(XGETTEXT) `find . -name \*.cpp -o -name \*.cc` -o $(podir)/kofficefilters.pot

include $(top_srcdir)/admin/Doxyfile.am