~ubuntu-branches/ubuntu/trusty/codeblocks/trusty-proposed

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmithContribItems/wxchart/wxchart-1.0/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2013-05-06 00:20:02 UTC
  • mfrom: (6.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130506002002-ngc7bwkewnak8fja
Tags: 12.11-3
* Upload to unstable.
* Update watch file, thanks to Bart Martens.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES = $(WX_CXXFLAGS) \
2
 
                -I$(top_srcdir)/src/include \
3
 
                -I$(top_srcdir)/src/plugins/contrib/wxSmith \
4
 
                -I$(top_srcdir)/src/plugins/contrib/wxSmith/propgrid/contrib/include \
5
 
                -I$(top_srcdir)/src/plugins/contrib/wxSmithContribItems/wxchart/wxchart-1.0/include
6
 
 
7
 
 
8
 
wxsmithcontribitemsdir=$(libdir)/wxSmithContribItems
9
 
 
10
 
wxsmithcontribitems_LTLIBRARIES = libwxchartctrl.la
11
 
 
12
 
libwxchartctrl_la_LDFLAGS = -version-info 0:1:0
13
 
 
14
 
libwxchartctrl_la_LIBADD = $(WX_LIBS)
15
 
 
16
 
libwxchartctrl_la_SOURCES = \
17
 
./src/axis.cpp \
18
 
./src/barchartpoints.cpp \
19
 
./src/chart.cpp \
20
 
./src/chartwindow.cpp \
21
 
./src/legend.cpp \
22
 
./src/pie3dchartpoints.cpp \
23
 
./src/points.cpp \
24
 
./src/xaxiswindow.cpp \
25
 
./src/yaxiswindow.cpp \
26
 
./src/bar3dchartpoints.cpp \
27
 
./src/chartcolors.cpp \
28
 
./src/chartctrl.cpp \
29
 
./src/chartsizes.cpp \
30
 
./src/label.cpp \
31
 
./src/legendwindow.cpp \
32
 
./src/piechartpoints.cpp \
33
 
./src/xaxis.cpp \
34
 
./src/yaxis.cpp
35
 
 
36
 
 
37
 
sdkdir=$(includedir)/wxSmithContribItems/wxchart/wxchart-1.0/include/wx
38
 
 
39
 
sdk_HEADERS = \
40
 
./include/wx/axis.h \
41
 
./include/wx/bar3dchartpoints.h \
42
 
./include/wx/barchartpoints.h \
43
 
./include/wx/chartcolors.h \
44
 
./include/wx/chartctrl.h \
45
 
./include/wx/chartdef.h \
46
 
./include/wx/chart.h \
47
 
./include/wx/chartpoints.h \
48
 
./include/wx/chartpointstypes.h \
49
 
./include/wx/chartsizes.h \
50
 
./include/wx/charttypes.h \
51
 
./include/wx/chartwindow.h \
52
 
./include/wx/legend.h \
53
 
./include/wx/legendwindow.h \
54
 
./include/wx/pie3dchartpoints.h \
55
 
./include/wx/piechartpoints.h \
56
 
./include/wx/points.h \
57
 
./include/wx/xaxis.h \
58
 
./include/wx/xaxiswindow.h \
59
 
./include/wx/yaxis.h \
60
 
./include/wx/yaxiswindow.h
61
 
 
62
 
 
63
 
noinst_HEADERS = \
64
 
./include/wx/label.h