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.
49 lines
906 B
49 lines
906 B
15 years ago
|
|
||
|
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 = krita
|
||
|
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
|