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

« back to all changes in this revision

Viewing changes to src/sdk/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 = scripting wxscintilla wxFlatNotebook resources
 
2
 
 
3
INCLUDES = $(WX_CXXFLAGS) \
 
4
                        -I$(top_srcdir)/src/include \
 
5
                        -I$(top_srcdir)/src/include/wxscintilla/include \
 
6
                        -I$(top_srcdir)/src/include/tinyxml \
 
7
                        -I$(top_srcdir)/src/include/scripting/include \
 
8
                        -I$(top_srcdir)/src/include/scripting/sqplus \
 
9
                        -I$(top_srcdir)/src/include/wxFlatNotebook/include
 
10
 
 
11
lib_LTLIBRARIES = libcodeblocks.la
 
12
 
 
13
libcodeblocks_la_LDFLAGS = -version-info @CODEBLOCKS_VERSION_INFO@
 
14
 
 
15
libcodeblocks_la_LIBADD =  $(WX_LIBS) \
 
16
                        scripting/bindings/libsqbindings.la \
 
17
                        scripting/sqplus/libsqplus.la \
 
18
                        scripting/sqstdlib/libsqstdlib.la \
 
19
                        scripting/squirrel/libsquirrel.la \
 
20
                        ../base/tinyxml/libtinyxml.la \
 
21
                        wxscintilla/libwxscintilla.la \
 
22
                        wxFlatNotebook/libwxflatnotebook.la
 
23
 
 
24
libcodeblocks_la_SOURCES = annoyingdialog.cpp \
 
25
                                                autodetectcompilers.cpp \
 
26
                                                base64.cpp \
 
27
                                                blockallocated.cpp \
 
28
                                                cbexception.cpp \
 
29
                                                cbeditor.cpp \
 
30
                                                cbeditorprintout.cpp \
 
31
                                                cbplugin.cpp \
 
32
                                                cbproject.cpp \
 
33
                                                cbstyledtextctrl.cpp \
 
34
                                                cbthreadpool.cpp \
 
35
                                                cbworkspace.cpp \
 
36
                                                compileoptionsbase.cpp \
 
37
                                                compiler.cpp \
 
38
                                                compilercommandgenerator.cpp \
 
39
                                                compilerfactory.cpp \
 
40
                                                compileroptions.cpp \
 
41
                                                compiletargetbase.cpp \
 
42
                                                configmanager.cpp \
 
43
                                                configmanager-revision.cpp \
 
44
                                                configurationpanel.cpp \
 
45
                                                configuretoolsdlg.cpp \
 
46
                                                confirmreplacedlg.cpp \
 
47
                                                crc32.cpp \
 
48
                                                editarrayfiledlg.cpp \
 
49
                                                editarrayorderdlg.cpp \
 
50
                                                editarraystringdlg.cpp \
 
51
                                                editkeywordsdlg.cpp \
 
52
                                                editorbase.cpp \
 
53
                                                editorcolourset.cpp \
 
54
                                                editorconfigurationdlg.cpp \
 
55
                                                editorlexerloader.cpp \
 
56
                                                editormanager.cpp \
 
57
                                                editor_hooks.cpp \
 
58
                                                editpairdlg.cpp \
 
59
                                                editpathdlg.cpp \
 
60
                                                edittooldlg.cpp \
 
61
                                                encodingdetector.cpp \
 
62
                                                externaldepsdlg.cpp \
 
63
                                                filefilters.cpp \
 
64
                                                filegroupsandmasks.cpp \
 
65
                                                filemanager.cpp \
 
66
                                                finddlg.cpp \
 
67
                                                genericmultilinenotesdlg.cpp \
 
68
                                                globals.cpp \
 
69
                                                importers_globals.cpp \
 
70
                                                incrementalselectlistdlg.cpp \
 
71
                                                infowindow.cpp \
 
72
                                                loggers.cpp \
 
73
                                                logmanager.cpp \
 
74
                                                macrosmanager.cpp \
 
75
                                                managedthread.cpp \
 
76
                                                manager.cpp \
 
77
                                                menuitemsmanager.cpp \
 
78
                                                multiselectdlg.cpp \
 
79
                                                newfromtemplatedlg.cpp \
 
80
                                                personalitymanager.cpp \
 
81
                                                pipedprocess.cpp \
 
82
                                                pluginmanager.cpp \
 
83
                                                pluginsconfigurationdlg.cpp \
 
84
                                                printing_types.cpp \
 
85
                                                projectbuildtarget.cpp \
 
86
                                                projectdepsdlg.cpp \
 
87
                                                projectfile.cpp \
 
88
                                                projectfileoptionsdlg.cpp \
 
89
                                                projectlayoutloader.cpp \
 
90
                                                projectloader.cpp \
 
91
                                                projectloader_hooks.cpp \
 
92
                                                projectmanager.cpp \
 
93
                                                projectoptionsdlg.cpp \
 
94
                                                projectsfilemasksdlg.cpp \
 
95
                                                projecttemplateloader.cpp \
 
96
                                                replacedlg.cpp \
 
97
                                                scriptingmanager.cpp \
 
98
                                                scriptsecuritywarningdlg.cpp \
 
99
                                                sdk_events.cpp \
 
100
                                                searchresultslog.cpp \
 
101
                                                selecttargetdlg.cpp \
 
102
                                                templatemanager.cpp \
 
103
                                                toolsmanager.cpp \
 
104
                                                uservarmanager.cpp \
 
105
                                                virtualbuildtargetsdlg.cpp \
 
106
                                                workspaceloader.cpp \
 
107
                                                xtra_res.cpp  \
 
108
                                                nullptr.cpp