-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMakefileProjectWithExistingCode_unix.cbp
More file actions
179 lines (179 loc) · 7.33 KB
/
MakefileProjectWithExistingCode_unix.cbp
File metadata and controls
179 lines (179 loc) · 7.33 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="MakefileProjectWithExistingCode" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="default">
<Option output="MakefileProjectWithExistingCode" prefix_auto="1" extension_auto="1" />
<Option object_output=".objs/default" />
<Option type="3" />
<Option compiler="gcc" />
<Compiler>
<Add option="`pkg-config --cflags codeblocks`" />
<Add option="`wx-config --cflags`" />
<Add option="-g" />
<Add option="-Wall" />
</Compiler>
<Linker>
<Add option="`pkg-config --libs codeblocks`" />
<Add option="`wx-config --libs`" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 MakefileProjectWithExistingCode.zip manifest.xml" />
<Add after="cp -f libMakefileProjectWithExistingCode.so MakefileProjectWithExistingCode.so" />
<Add after="zip -j9 MakefileProjectWithExistingCode.cbplugin MakefileProjectWithExistingCode.so MakefileProjectWithExistingCode.zip" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Target title="to_codeblocks_wx28">
<Option output="$(#cb)/devel/share/codeblocks/plugins/MakefileProjectWithExistingCode" prefix_auto="1" extension_auto="1" />
<Option working_dir="$(#cb)/devel" />
<Option object_output=".objs/to_codeblocks_wx28" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log --multiple-instance --no-splash-screen --verbose -p debug --no-ipc " />
<Option host_application="$(#cb)/devel/codeblocks" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="`wx-config --cflags --version=2.8`" />
<Add option="-g" />
<Add directory="$(#cb)/include" />
<Add directory="$(#cb)/sdk/wxscintilla/include" />
<Add directory="$(#cb)/include/tinyxml" />
</Compiler>
<Linker>
<Add option="`wx-config --libs --version=2.8`" />
<Add library="codeblocks" />
<Add directory="$(#cb)/devel" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 $(#cb)/devel/share/codeblocks/MakefileProjectWithExistingCode.zip manifest.xml" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Target title="to_codeblocks_wx30">
<Option output="$(#cb)/devel30/share/codeblocks/plugins/MakefileProjectWithExistingCode" prefix_auto="1" extension_auto="1" />
<Option working_dir="$(#cb)/devel30" />
<Option object_output=".objs/to_codeblocks_wx30" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log --multiple-instance --no-splash-screen --verbose -p debug --no-ipc " />
<Option host_application="$(#cb)/devel30/codeblocks" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="`wx-config --cflags --version=3.0`" />
<Add option="-g" />
<Add directory="$(#cb)/include" />
<Add directory="$(#cb)/sdk/wxscintilla/include" />
<Add directory="$(#cb)/include/tinyxml" />
</Compiler>
<Linker>
<Add option="`wx-config --libs --version=3.0`" />
<Add library="codeblocks" />
<Add directory="$(#cb)/devel30" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 $(#cb)/devel30/share/codeblocks/MakefileProjectWithExistingCode.zip manifest.xml" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Target title="to_codeblocks_wx31">
<Option output="$(#cb)/devel31/share/codeblocks/plugins/MakefileProjectWithExistingCode" prefix_auto="1" extension_auto="1" />
<Option working_dir="$(#cb)/devel31" />
<Option object_output=".objs/to_codeblocks_wx31" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log --multiple-instance --no-splash-screen --verbose -p debug --no-ipc " />
<Option host_application="$(#cb)/devel31/codeblocks" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="`wx-config --cflags --version=3.1`" />
<Add option="-g" />
<Add directory="$(#cb)/include" />
<Add directory="$(#cb)/sdk/wxscintilla/include" />
<Add directory="$(#cb)/include/tinyxml" />
</Compiler>
<Linker>
<Add option="`wx-config --libs --version=3.1`" />
<Add library="codeblocks" />
<Add directory="$(#cb)/devel31" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 $(#cb)/devel31/share/codeblocks/MakefileProjectWithExistingCode.zip manifest.xml" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Target title="to_codeblocks_wx32">
<Option output="$(#cb)/devel32/share/codeblocks/plugins/MakefileProjectWithExistingCode" prefix_auto="1" extension_auto="1" />
<Option working_dir="$(#cb)/devel32" />
<Option object_output=".objs/to_codeblocks_wx32" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log --multiple-instance --no-splash-screen --verbose -p debug --no-ipc " />
<Option host_application="$(#cb)/devel32/codeblocks" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="`wx-config --cflags --version=3.2`" />
<Add option="-g" />
<Add directory="$(#cb)/include" />
<Add directory="$(#cb)/sdk/wxscintilla/include" />
<Add directory="$(#cb)/include/tinyxml" />
</Compiler>
<Linker>
<Add option="`wx-config --libs --version=3.2`" />
<Add library="codeblocks" />
<Add directory="$(#cb)/devel32" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 $(#cb)/devel32/share/codeblocks/MakefileProjectWithExistingCode.zip manifest.xml" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Target title="to_codeblocks_wx33">
<Option output="$(#cb)/devel33/share/codeblocks/plugins/MakefileProjectWithExistingCode" prefix_auto="1" extension_auto="1" />
<Option working_dir="$(#cb)/devel33" />
<Option object_output=".objs/to_codeblocks_wx33" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log --multiple-instance --no-splash-screen --verbose -p debug --no-ipc " />
<Option host_application="$(#cb)/devel33/codeblocks" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="`wx-config --cflags --version=3.3`" />
<Add option="-g" />
<Add directory="$(#cb)/include" />
<Add directory="$(#cb)/sdk/wxscintilla/include" />
<Add directory="$(#cb)/include/tinyxml" />
</Compiler>
<Linker>
<Add option="`wx-config --libs --version=3.3`" />
<Add library="codeblocks" />
<Add directory="$(#cb)/devel33" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 $(#cb)/devel33/share/codeblocks/MakefileProjectWithExistingCode.zip manifest.xml" />
<Mode after="always" />
</ExtraCommands>
</Target>
</Build>
<VirtualTargets>
<Add alias="All" targets="default;to_codeblocks_wx28;to_codeblocks_wx30;to_codeblocks_wx31;to_codeblocks_wx32;to_codeblocks_wx33;" />
</VirtualTargets>
<Compiler>
<Add option="-std=c++11" />
<Add option="-fPIC" />
</Compiler>
<Linker>
<Add option="-Wl,--no-undefined" />
</Linker>
<Unit filename="MakefileProjectWithExistingCode.cpp" />
<Unit filename="MakefileProjectWithExistingCode.h" />
<Unit filename="manifest.xml" />
<Extensions>
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>