|
|
|
INCLUDES = $(KOFFICE_INCLUDES) -I$(srcdir)/kdchart -I$(top_srcdir)/interfaces -I$(interfacedir) $(all_includes)
|
|
|
|
|
|
|
|
## The lib with most of the code (shared with the kchart filters)
|
|
|
|
lib_LTLIBRARIES = libkchartcommon.la
|
|
|
|
|
|
|
|
libkchartcommon_la_SOURCES = kchart_part.cc \
|
|
|
|
kchart_view.cc kchart_factory.cc \
|
|
|
|
kchartColorConfigPage.cc \
|
|
|
|
kchartParameterConfigPage.cc \
|
|
|
|
kchartParameter3dConfigPage.cc \
|
|
|
|
kchartBackgroundPixmapConfigPage.cc \
|
|
|
|
kchartSubTypeChartPage.cc \
|
|
|
|
kchartComboConfigPage.cc \
|
|
|
|
kchartFontConfigPage.cc \
|
|
|
|
kchartDataConfigPage.cc \
|
|
|
|
kchartPieConfigPage.cc \
|
|
|
|
kchartParameterPieConfigPage.cc \
|
|
|
|
kchartConfigDialog.cc \
|
|
|
|
kchartWizard.cc \
|
|
|
|
kchartWizardLabelsLegendPage.cc \
|
|
|
|
kchartWizardSelectChartSubTypePage.cc \
|
|
|
|
kchartWizardSelectChartTypePage.cc \
|
|
|
|
kchartWizardSelectDataPage.cc \
|
|
|
|
kchartWizardSetupAxesPage.cc \
|
|
|
|
kchartWizardSetupDataPage.cc \
|
|
|
|
kchartWizardSelectDataFormatPage.cc \
|
|
|
|
kchartDataEditor.cc \
|
|
|
|
KChartViewIface.skel KChartViewIface.cc \
|
|
|
|
kchartLegendConfigPage.cc kchart_params.cc KChartParamsIface.skel \
|
|
|
|
KChartParamsIface.cc kchartHeaderFooterConfigPage.cc \
|
|
|
|
kchartLine3dConfigPage.cc kchartParameterPolarConfigPage.cc kchartPageLayout.cc \
|
|
|
|
kchartPrinterDlg.cc \
|
|
|
|
csvimportdialog.cc csvimportdialogui.ui
|
|
|
|
|
|
|
|
libkchartcommon_la_LIBADD = $(top_builddir)/interfaces/libkochart.la \
|
|
|
|
$(LIB_KOFFICEUI) \
|
|
|
|
kdchart/libkdchart.la
|
|
|
|
libkchartcommon_la_LDFLAGS = $(KDE_RPATH) -version-info 2:0:0 -no-undefined $(LIB_QT)
|
|
|
|
|
|
|
|
## The part
|
|
|
|
kde_module_LTLIBRARIES = libkchartpart.la
|
|
|
|
libkchartpart_la_SOURCES = kchart_factory_init.cc
|
|
|
|
libkchartpart_la_LDFLAGS = $(KDE_PLUGIN) $(LIB_QT)
|
|
|
|
libkchartpart_la_LIBADD = libkchartcommon.la
|
|
|
|
|
|
|
|
## The tdeinit loadable module and executable
|
|
|
|
tdeinit_LTLIBRARIES = kchart.la
|
|
|
|
bin_PROGRAMS =
|
|
|
|
kchart_la_SOURCES = main.cc
|
|
|
|
kchart_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT)
|
|
|
|
kchart_la_LIBADD = $(LIB_KOFFICECORE)
|
|
|
|
|
|
|
|
noinst_HEADERS = kchart_part.h \
|
|
|
|
kchart_view.h kchart_factory.h \
|
|
|
|
kchartColorConfigPage.h \
|
|
|
|
kchartParameterConfigPage.h \
|
|
|
|
kchartParameter3dConfigPage.h \
|
|
|
|
kchartBackgroundPixmapConfigPage.h \
|
|
|
|
kchartSubTypeChartPage.h \
|
|
|
|
kchartComboConfigPage.h \
|
|
|
|
kchartParameterPieConfigPage.h \
|
|
|
|
kchartFontConfigPage.h \
|
|
|
|
kchartDataConfigPage.h \
|
|
|
|
kchartPieConfigPage.h \
|
|
|
|
kchartConfigDialog.h \
|
|
|
|
kchartWizard.h \
|
|
|
|
kchartWizardLabelsLegendPage.h \
|
|
|
|
kchartWizardSelectChartSubTypePage.h \
|
|
|
|
kchartWizardSelectChartTypePage.h \
|
|
|
|
kchartWizardSelectDataPage.h \
|
|
|
|
kchartWizardSetupAxesPage.h \
|
|
|
|
kchartWizardSetupDataPage.h \
|
|
|
|
kchartWizardSelectDataFormatPage.h \
|
|
|
|
kchartDataEditor.h \
|
|
|
|
kchart_aboutdata.h \
|
|
|
|
kchartcolorarray.h KChartViewIface.h \
|
|
|
|
kchartLegendConfigPage.h kchart_params.h \
|
|
|
|
KChartParamsIface.h kchartHeaderFooterConfigPage.h \
|
|
|
|
kchartLine3dConfigPage.h kchartParameterPolarConfigPage.h \
|
|
|
|
kchartPageLayout.h \
|
|
|
|
kchartPrinterDlg.h \
|
|
|
|
csvimportdialog.h
|
|
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
rcdir = $(kde_datadir)/kchart
|
|
|
|
rc_DATA = kchart.rc kchart_readonly.rc
|
|
|
|
|
|
|
|
xdg_apps_DATA = kchart.desktop
|
|
|
|
|
|
|
|
SUBDIRS = kdchart . toolbar pics templates
|
|
|
|
|
|
|
|
messages: rc.cpp
|
|
|
|
$(XGETTEXT) rc.cpp *.cc kchart_aboutdata.h kdchart/*.cpp -o $(podir)/kchart.pot
|
|
|
|
|
|
|
|
kde_services_DATA = kchartpart.desktop
|
|
|
|
|
|
|
|
include $(top_srcdir)/admin/Doxyfile.am
|