~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmith/wxwidgets/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = defitems icons properties
 
2
 
 
3
AM_CPPFLAGS = -DWXMAKINGLIB_PROPGRID
 
4
 
 
5
INCLUDES = $(WX_CXXFLAGS) \
 
6
                -I$(top_srcdir)/src/include \
 
7
                -I$(top_srcdir)/src/include/wxFlatNotebook/include \
 
8
                -I$(top_srcdir)/src/include/wxscintilla/include \
 
9
                -I$(top_srcdir)/src/include/wxFlatNotebook \
 
10
                -I$(top_srcdir)/src/include/scripting/include \
 
11
                -I$(top_srcdir)/src/include/scripting/squirrel \
 
12
                -I$(top_srcdir)/src/include/scripting/sqplus \
 
13
                -I$(top_srcdir)/src/include/scripting/bindings \
 
14
                -I$(top_srcdir)/src/plugins/contrib/wxSmith/propgrid/contrib/include
 
15
 
 
16
noinst_LTLIBRARIES = libwxsmith_wxwidgets.la
 
17
 
 
18
libwxsmith_wxwidgets_la_LDFLAGS = -module -version-info 0:1:0 -shared -no-undefined -avoid-version
 
19
 
 
20
libwxsmith_wxwidgets_la_LIBADD = ../../../../sdk/libcodeblocks.la \
 
21
                                    properties/libwxsmith_wxwidgets_properties.la \
 
22
                                    defitems/libwxsmith_wxwidgets_defitems.la
 
23
 
 
24
libwxsmith_wxwidgets_la_SOURCES = \
 
25
./wxssizer.cpp \
 
26
./wxsitemeditordragassist.cpp \
 
27
./wxsitemeditorcontent.cpp \
 
28
./wxscorrector.cpp \
 
29
./wxsnewwindowdlg.cpp \
 
30
./wxsitemres.cpp \
 
31
./wxspanelres.cpp \
 
32
./wxwidgetsguiconfigpanel.cpp \
 
33
./wxsevents.cpp \
 
34
./wxspredefinedids.cpp \
 
35
./wxwidgetsres.cpp \
 
36
./wxwidgetsguiappadoptingdlg.cpp \
 
37
./wxsitemundobuffer.cpp \
 
38
./wxsitemrestreedata.cpp \
 
39
./wxscontainer.cpp \
 
40
./wxsdrawingwindow.cpp \
 
41
./wxsitemfactory.cpp \
 
42
./wxsbaseproperties.cpp \
 
43
./wxsitem.cpp \
 
44
./wxscustomwidgetxmlhandler.cpp \
 
45
./wxsframeres.cpp \
 
46
./wxsstyle.cpp \
 
47
./wxseventseditor.cpp \
 
48
./wxswidget.cpp \
 
49
./wxwidgetsresfactory.cpp \
 
50
./wxsparent.cpp \
 
51
./wxsitemresdataobject.cpp \
 
52
./wxsitemresdata.cpp \
 
53
./wxsitemeditor.cpp \
 
54
./wxsdialogres.cpp \
 
55
./wxwidgetsgui.cpp \
 
56
./wxssizerparentqp.cpp \
 
57
./wxstool.cpp \
 
58
./wxstoolspace.cpp \
 
59
./wxsgridpanel.cpp \
 
60
./wxsdeleteitemres.cpp \
 
61
./wxscodercontext.cpp \
 
62
./wxscodegenerator.cpp
 
63
 
 
64
noinst_HEADERS = \
 
65
./wxsitemresdata.h \
 
66
./wxspredefinedids.h \
 
67
./wxsdrawingwindow.h \
 
68
./wxsitemeditorcontent.h \
 
69
./wxsbaseproperties.h \
 
70
./wxwidgetsgui.h \
 
71
./wxsexproperties.h \
 
72
./wxssizer.h \
 
73
./wxsitemres.h \
 
74
./wxwidgetsres.h \
 
75
./wxscustomwidgetxmlhandler.h \
 
76
./wxswidget.h \
 
77
./wxscorrector.h \
 
78
./wxsnewwindowdlg.h \
 
79
./wxsiteminfo.h \
 
80
./wxseventseditor.h \
 
81
./wxsitemeditordragassist.h \
 
82
./wxwidgetsresfactory.h \
 
83
./wxsparent.h \
 
84
./wxsitemresdataobject.h \
 
85
./wxwidgetsguiconfigpanel.h \
 
86
./wxsevents.h \
 
87
./wxsitemeditor.h \
 
88
./wxwidgetsguiappadoptingdlg.h \
 
89
./wxsdialogres.h \
 
90
./wxsitemundobuffer.h \
 
91
./wxsitemrestreedata.h \
 
92
./wxscontainer.h \
 
93
./wxsitemfactory.h \
 
94
./wxsitem.h \
 
95
./wxsstyle.h \
 
96
./wxsframeres.h \
 
97
./wxspanelres.h \
 
98
./wxssizerparentqp.h \
 
99
./wxstool.h \
 
100
./wxstoolspace.h \
 
101
./wxsgridpanel.h \
 
102
./wxsdeleteitemres.h \
 
103
./wxscodercontext.h \
 
104
./wxscodegenerator.h \
 
105
./wxsflags.h