summaryrefslogtreecommitdiffstats
path: root/libkdchart/Makefile.am
blob: 0a1048ed904280bb29e329e4ffd09276a81b9c3e (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
lib_LTLIBRARIES = libkmm_kdchart.la

libkmm_kdchart_la_SOURCES = KDChart.cpp 		\
			KDChartAreaPainter.cpp	\
			KDChartAxesPainter.cpp	\
			KDChartAxisParams.cpp	\
			KDChartBarPainter.cpp	\
			KDChartBaseSeries.cpp \
			KDChartBWPainter.cpp	\
			KDChartCustomBox.cpp 	\
			KDChartDataIntern.cpp 	\
			KDChartHiLoPainter.cpp	\
			KDChartLinesPainter.cpp	\
			KDChartPainter.cpp	\
			KDChartParams.cpp	\
			KDChartParams_frame.cpp\
			KDChartParams_io.cpp	\
			KDChartPiePainter.cpp	\
			KDChartPlaneSeries.cpp \
			KDChartPolarPainter.cpp	\
			KDChartPropertySet.cpp	\
			KDChartRingPainter.cpp	\
			KDChartSeriesCollection.cpp \
			KDChartTableBase.cpp \
			KDChartTextPiece.cpp	\
			KDChartVectorSeries.cpp \
			KDChartVectorTable.cpp \
			KDChartWidget.cpp 	\
			KDDrawText.cpp		\
			KDFrame.cpp 		\
			KDFrameProfileSection.cpp \
			KDXMLTools.cpp          \
                        KDChartEnums.cpp \
                        KDChartAxisParamsWrapper.cpp \
                        KDChartCustomBoxWrapper.cpp \
                        KDChartParamsWrapper.cpp \
                        KDChartTableDataWrapper.cpp
                        #KDChartObjectFactory.cpp 
                        #KDChartWrapperFactory.cpp

libkmm_kdchart_la_LDFLAGS = $(all_libraries) -no-undefined
libkmm_kdchart_la_LIBADD = $(LIB_QT) $(LIB_KDECORE)

noinst_HEADERS =	KDChart.h 		\
			KDChartAreaPainter.h	\
			KDChartAxesPainter.h	\
			KDChartBarPainter.h	\
			KDChartBaseSeries.h \
			KDChartBWPainter.h	\
			KDChartDataIntern.h \
			KDChartDataRegion.h \
			KDChartHiLoPainter.h	\
			KDChartLinesPainter.h	\
			KDChartNotEnoughSpaceException.h	\
			KDChartUnknownTypeException.h \
			KDChartPainter.h	\
			KDChartPiePainter.h	\
			KDChartPlaneSeries.h \
			KDChartPolarPainter.h	\
			KDChartRingPainter.h	\
			KDChartSeriesCollection.h \
			KDChartTextPiece.h	\
			KDChartUnknownTypeException.h	\
			KDChartVectorSeries.h \
			KDDrawText.h 		\
			KDXMLTools.h            \
			KDChartTableBase.h	\
			KDChartListTable.h	\
			KDChartVectorTable.h	\
			KDChartTable.h		\
			KDChartParams.h		\
			KDFrameProfileSection.h	\
			KDChartPropertySet.h	\
			KDChartDataIntern.h	\
			KDChartDataRegion.h	\
			KDFrame.h		\
			KDChartGlobal.h		\
			KDChartWidget.h		\
			KDChartCustomBox.h	\
			KDChartEnums.h		\
			KDChartTextPiece.h	\
			KDChartAxisParams.h \
			kdchart_export.h \
                        KDChartCustomBoxWrapper.h \
                        KDChartWrapperFactory.h \
                        KDChartAxisParamsWrapper.h \
                        KDChartParamsWrapper.h \
                        KDChartTableDataWrapper.h \
                        KDChartObjectFactory.h

METASOURCES = AUTO

# INCLUDES  = $(KOFFICECORE_INCLUDES) -I$(srcdir)/.. -I$(srcdir) $(all_includes)
INCLUDES  = -I$(srcdir) $(all_includes)