~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmith/propgrid/contrib/samples/propgrid/makefile.2.6.1.vc

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# =========================================================================
2
 
#     This makefile was generated by
3
 
#     Bakefile 0.1.7 (http://bakefile.sourceforge.net)
4
 
#     Do not modify, all changes will be overwritten!
5
 
# =========================================================================
6
 
 
7
 
!include <../../../build/msw/config.vc>
8
 
 
9
 
# -------------------------------------------------------------------------
10
 
# Do not modify the rest of this file!
11
 
# -------------------------------------------------------------------------
12
 
 
13
 
### Variables: ###
14
 
 
15
 
WX_RELEASE_NODOT = 26
16
 
OBJS = \
17
 
        vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18
 
LIBDIRNAME = .\..\..\..\lib\vc_$(LIBTYPE_SUFFIX)$(CFG)
19
 
SETUPHDIR = \
20
 
        $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21
 
PROPGRIDSAMPLE_CXXFLAGS = /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
22
 
        $(__DEBUGINFO_0) /Fd$(OBJS)\propgridsample.pdb $(____DEBUGRUNTIME_2_p) \
23
 
        $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24
 
        $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
25
 
        $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include \
26
 
        /I$(SETUPHDIR) /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\samples /DNOPCH \
27
 
        /I.\..\..\include $(__RTTIFLAG_8) $(__EXCEPTIONSFLAG_9) $(CPPFLAGS) \
28
 
        $(CXXFLAGS)
29
 
PROPGRIDSAMPLE_OBJECTS =  \
30
 
        $(OBJS)\propgridsample_sample.res \
31
 
        $(OBJS)\propgridsample_propgridsample.obj \
32
 
        $(OBJS)\propgridsample_sampleprops.obj
33
 
 
34
 
### Conditionally set variables: ###
35
 
 
36
 
!if "$(USE_GUI)" == "0"
37
 
PORTNAME = base
38
 
!endif
39
 
!if "$(USE_GUI)" == "1"
40
 
PORTNAME = msw
41
 
!endif
42
 
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
43
 
WXDEBUGFLAG = d
44
 
!endif
45
 
!if "$(DEBUG_FLAG)" == "1"
46
 
WXDEBUGFLAG = d
47
 
!endif
48
 
!if "$(UNICODE)" == "1"
49
 
WXUNICODEFLAG = u
50
 
!endif
51
 
!if "$(WXUNIV)" == "1"
52
 
WXUNIVNAME = univ
53
 
!endif
54
 
!if "$(SHARED)" == "1"
55
 
WXDLLFLAG = dll
56
 
!endif
57
 
!if "$(SHARED)" == "0"
58
 
LIBTYPE_SUFFIX = lib
59
 
!endif
60
 
!if "$(SHARED)" == "1"
61
 
LIBTYPE_SUFFIX = dll
62
 
!endif
63
 
!if "$(MONOLITHIC)" == "0"
64
 
EXTRALIBS_FOR_BASE = 
65
 
!endif
66
 
!if "$(MONOLITHIC)" == "1"
67
 
EXTRALIBS_FOR_BASE =  
68
 
!endif
69
 
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
70
 
__DEBUGINFO_0 = /Zi
71
 
!endif
72
 
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
73
 
__DEBUGINFO_0 = 
74
 
!endif
75
 
!if "$(DEBUG_INFO)" == "0"
76
 
__DEBUGINFO_0 = 
77
 
!endif
78
 
!if "$(DEBUG_INFO)" == "1"
79
 
__DEBUGINFO_0 = /Zi
80
 
!endif
81
 
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
82
 
__DEBUGINFO_1 = /DEBUG
83
 
!endif
84
 
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
85
 
__DEBUGINFO_1 = 
86
 
!endif
87
 
!if "$(DEBUG_INFO)" == "0"
88
 
__DEBUGINFO_1 = 
89
 
!endif
90
 
!if "$(DEBUG_INFO)" == "1"
91
 
__DEBUGINFO_1 = /DEBUG
92
 
!endif
93
 
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
94
 
____DEBUGRUNTIME_2_p = /D_DEBUG
95
 
!endif
96
 
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
97
 
____DEBUGRUNTIME_2_p = 
98
 
!endif
99
 
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
100
 
____DEBUGRUNTIME_2_p = 
101
 
!endif
102
 
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
103
 
____DEBUGRUNTIME_2_p = /D_DEBUG
104
 
!endif
105
 
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
106
 
____DEBUGRUNTIME_2_p_1 = /d _DEBUG
107
 
!endif
108
 
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
109
 
____DEBUGRUNTIME_2_p_1 = 
110
 
!endif
111
 
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
112
 
____DEBUGRUNTIME_2_p_1 = 
113
 
!endif
114
 
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
115
 
____DEBUGRUNTIME_2_p_1 = /d _DEBUG
116
 
!endif
117
 
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
118
 
__DEBUGRUNTIME_3 = d
119
 
!endif
120
 
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
121
 
__DEBUGRUNTIME_3 = 
122
 
!endif
123
 
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
124
 
__DEBUGRUNTIME_3 = 
125
 
!endif
126
 
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
127
 
__DEBUGRUNTIME_3 = d
128
 
!endif
129
 
!if "$(BUILD)" == "debug"
130
 
__OPTIMIZEFLAG_4 = /Od
131
 
!endif
132
 
!if "$(BUILD)" == "release"
133
 
__OPTIMIZEFLAG_4 = /O2
134
 
!endif
135
 
!if "$(USE_THREADS)" == "0"
136
 
__THREADSFLAG_6 = L
137
 
!endif
138
 
!if "$(USE_THREADS)" == "1"
139
 
__THREADSFLAG_6 = T
140
 
!endif
141
 
!if "$(RUNTIME_LIBS)" == "dynamic"
142
 
__RUNTIME_LIBS_7 = D
143
 
!endif
144
 
!if "$(RUNTIME_LIBS)" == "static"
145
 
__RUNTIME_LIBS_7 = $(__THREADSFLAG_6)
146
 
!endif
147
 
!if "$(USE_RTTI)" == "0"
148
 
__RTTIFLAG_8 = 
149
 
!endif
150
 
!if "$(USE_RTTI)" == "1"
151
 
__RTTIFLAG_8 = /GR
152
 
!endif
153
 
!if "$(USE_EXCEPTIONS)" == "0"
154
 
__EXCEPTIONSFLAG_9 = 
155
 
!endif
156
 
!if "$(USE_EXCEPTIONS)" == "1"
157
 
__EXCEPTIONSFLAG_9 = /GX
158
 
!endif
159
 
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
160
 
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
161
 
!endif
162
 
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
163
 
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
164
 
!endif
165
 
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
166
 
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
167
 
!endif
168
 
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
169
 
__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
170
 
!endif
171
 
!if "$(WXUNIV)" == "1"
172
 
__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
173
 
!endif
174
 
!if "$(WXUNIV)" == "1"
175
 
__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
176
 
!endif
177
 
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
178
 
__DEBUG_DEFINE_p = /D__WXDEBUG__
179
 
!endif
180
 
!if "$(DEBUG_FLAG)" == "1"
181
 
__DEBUG_DEFINE_p = /D__WXDEBUG__
182
 
!endif
183
 
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
184
 
__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
185
 
!endif
186
 
!if "$(DEBUG_FLAG)" == "1"
187
 
__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
188
 
!endif
189
 
!if "$(USE_EXCEPTIONS)" == "0"
190
 
__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
191
 
!endif
192
 
!if "$(USE_EXCEPTIONS)" == "0"
193
 
__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
194
 
!endif
195
 
!if "$(USE_RTTI)" == "0"
196
 
__RTTI_DEFINE_p = /DwxNO_RTTI
197
 
!endif
198
 
!if "$(USE_RTTI)" == "0"
199
 
__RTTI_DEFINE_p_1 = /d wxNO_RTTI
200
 
!endif
201
 
!if "$(USE_THREADS)" == "0"
202
 
__THREAD_DEFINE_p = /DwxNO_THREADS
203
 
!endif
204
 
!if "$(USE_THREADS)" == "0"
205
 
__THREAD_DEFINE_p_1 = /d wxNO_THREADS
206
 
!endif
207
 
!if "$(UNICODE)" == "1"
208
 
__UNICODE_DEFINE_p = /D_UNICODE
209
 
!endif
210
 
!if "$(UNICODE)" == "1"
211
 
__UNICODE_DEFINE_p_1 = /d _UNICODE
212
 
!endif
213
 
!if "$(SHARED)" == "1"
214
 
__DLLFLAG_p = /DWXUSINGDLL
215
 
!endif
216
 
!if "$(SHARED)" == "1"
217
 
__DLLFLAG_p_1 = /d WXUSINGDLL
218
 
!endif
219
 
!if "$(MONOLITHIC)" == "0"
220
 
__WXLIB_ADV_p = \
221
 
        wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
222
 
!endif
223
 
!if "$(MONOLITHIC)" == "0"
224
 
__WXLIB_CORE_p = \
225
 
        wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
226
 
!endif
227
 
!if "$(MONOLITHIC)" == "0"
228
 
__WXLIB_BASE_p = \
229
 
        wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
230
 
!endif
231
 
!if "$(MONOLITHIC)" == "1"
232
 
__WXLIB_MONO_p = \
233
 
        wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
234
 
!endif
235
 
!if "$(USE_GUI)" == "1"
236
 
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
237
 
!endif
238
 
!if "$(USE_GUI)" == "1"
239
 
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
240
 
!endif
241
 
!if "$(USE_GUI)" == "1"
242
 
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
243
 
!endif
244
 
!if "$(MSLU)" == "1"
245
 
__UNICOWS_LIB_p = unicows.lib
246
 
!endif
247
 
 
248
 
 
249
 
all: $(OBJS)
250
 
$(OBJS):
251
 
        -if not exist $(OBJS) mkdir $(OBJS)
252
 
 
253
 
### Targets: ###
254
 
 
255
 
all: $(OBJS)\propgridsample.exe
256
 
 
257
 
clean: 
258
 
        -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
259
 
        -if exist $(OBJS)\*.res del $(OBJS)\*.res
260
 
        -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
261
 
        -if exist $(OBJS)\propgridsample.exe del $(OBJS)\propgridsample.exe
262
 
        -if exist $(OBJS)\propgridsample.ilk del $(OBJS)\propgridsample.ilk
263
 
        -if exist $(OBJS)\propgridsample.pdb del $(OBJS)\propgridsample.pdb
264
 
 
265
 
$(OBJS)\propgridsample.exe: $(PROPGRIDSAMPLE_OBJECTS) $(OBJS)\propgridsample_sample.res
266
 
        link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1)  /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
267
 
        $(PROPGRIDSAMPLE_OBJECTS)  wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_propgrid.lib  wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_.lib  $(__WXLIB_ADV_p)  $(__WXLIB_CORE_p)  $(__WXLIB_BASE_p)  $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib  wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib oleacc.lib odbc32.lib
268
 
<<
269
 
 
270
 
$(OBJS)\propgridsample_sample.res: .\..\..\..\samples\sample.rc
271
 
        rc /fo$@  /d WIN32 $(____DEBUGRUNTIME_2_p_1) $(__NO_VC_CRTDBG_p_1)  /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\..\samples $**
272
 
 
273
 
$(OBJS)\propgridsample_propgridsample.obj: .\propgridsample.cpp
274
 
        $(CXX) /c /nologo /TP /Fo$@ $(PROPGRIDSAMPLE_CXXFLAGS) $**
275
 
 
276
 
$(OBJS)\propgridsample_sampleprops.obj: .\sampleprops.cpp
277
 
        $(CXX) /c /nologo /TP /Fo$@ $(PROPGRIDSAMPLE_CXXFLAGS) $**
278