~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.8.4.bcc

  • 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.2.2 (http://bakefile.sourceforge.net)
4
 
#     Do not modify, all changes will be overwritten!
5
 
# =========================================================================
6
 
 
7
 
.autodepend
8
 
 
9
 
!ifndef BCCDIR
10
 
!ifndef MAKEDIR
11
 
!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12
 
!endif
13
 
BCCDIR = $(MAKEDIR)\..
14
 
!endif
15
 
 
16
 
!include ../../../build/msw/config.bcc
17
 
 
18
 
# -------------------------------------------------------------------------
19
 
# Do not modify the rest of this file!
20
 
# -------------------------------------------------------------------------
21
 
 
22
 
### Variables: ###
23
 
 
24
 
WX_RELEASE_NODOT = 28
25
 
OBJS = \
26
 
        bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27
 
LIBDIRNAME = .\..\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
28
 
SETUPHDIR = \
29
 
        $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
30
 
PROPGRIDSAMPLE_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include \
31
 
        $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ \
32
 
        $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
33
 
        $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
34
 
        $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include \
35
 
        -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH -I.\..\..\include $(CPPFLAGS) \
36
 
        $(CXXFLAGS)
37
 
PROPGRIDSAMPLE_OBJECTS =  \
38
 
        $(OBJS)\propgridsample_propgridsample.obj \
39
 
        $(OBJS)\propgridsample_sampleprops.obj
40
 
 
41
 
### Conditionally set variables: ###
42
 
 
43
 
!if "$(USE_GUI)" == "0"
44
 
PORTNAME = base
45
 
!endif
46
 
!if "$(USE_GUI)" == "1"
47
 
PORTNAME = msw
48
 
!endif
49
 
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
50
 
WXDEBUGFLAG = d
51
 
!endif
52
 
!if "$(DEBUG_FLAG)" == "1"
53
 
WXDEBUGFLAG = d
54
 
!endif
55
 
!if "$(UNICODE)" == "1"
56
 
WXUNICODEFLAG = u
57
 
!endif
58
 
!if "$(WXUNIV)" == "1"
59
 
WXUNIVNAME = univ
60
 
!endif
61
 
!if "$(SHARED)" == "1"
62
 
WXDLLFLAG = dll
63
 
!endif
64
 
!if "$(SHARED)" == "0"
65
 
LIBTYPE_SUFFIX = lib
66
 
!endif
67
 
!if "$(SHARED)" == "1"
68
 
LIBTYPE_SUFFIX = dll
69
 
!endif
70
 
!if "$(MONOLITHIC)" == "0"
71
 
EXTRALIBS_FOR_BASE = 
72
 
!endif
73
 
!if "$(MONOLITHIC)" == "1"
74
 
EXTRALIBS_FOR_BASE =  
75
 
!endif
76
 
!if "$(BUILD)" == "debug"
77
 
__OPTIMIZEFLAG_2 = -Od
78
 
!endif
79
 
!if "$(BUILD)" == "release"
80
 
__OPTIMIZEFLAG_2 = -O2
81
 
!endif
82
 
!if "$(USE_THREADS)" == "0"
83
 
__THREADSFLAG_5 = 
84
 
!endif
85
 
!if "$(USE_THREADS)" == "1"
86
 
__THREADSFLAG_5 = mt
87
 
!endif
88
 
!if "$(USE_THREADS)" == "0"
89
 
__THREADSFLAG_6 = 
90
 
!endif
91
 
!if "$(USE_THREADS)" == "1"
92
 
__THREADSFLAG_6 = -tWM
93
 
!endif
94
 
!if "$(RUNTIME_LIBS)" == "dynamic"
95
 
__RUNTIME_LIBS_7 = -tWR
96
 
!endif
97
 
!if "$(RUNTIME_LIBS)" == "static"
98
 
__RUNTIME_LIBS_7 = 
99
 
!endif
100
 
!if "$(RUNTIME_LIBS)" == "dynamic"
101
 
__RUNTIME_LIBS_8 = i
102
 
!endif
103
 
!if "$(RUNTIME_LIBS)" == "static"
104
 
__RUNTIME_LIBS_8 = 
105
 
!endif
106
 
!if "$(WXUNIV)" == "1"
107
 
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
108
 
!endif
109
 
!if "$(WXUNIV)" == "1"
110
 
__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
111
 
!endif
112
 
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
113
 
__DEBUG_DEFINE_p = -D__WXDEBUG__
114
 
!endif
115
 
!if "$(DEBUG_FLAG)" == "1"
116
 
__DEBUG_DEFINE_p = -D__WXDEBUG__
117
 
!endif
118
 
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
119
 
__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
120
 
!endif
121
 
!if "$(DEBUG_FLAG)" == "1"
122
 
__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
123
 
!endif
124
 
!if "$(USE_EXCEPTIONS)" == "0"
125
 
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
126
 
!endif
127
 
!if "$(USE_EXCEPTIONS)" == "0"
128
 
__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
129
 
!endif
130
 
!if "$(USE_RTTI)" == "0"
131
 
__RTTI_DEFINE_p = -DwxNO_RTTI
132
 
!endif
133
 
!if "$(USE_RTTI)" == "0"
134
 
__RTTI_DEFINE_p_1 = -dwxNO_RTTI
135
 
!endif
136
 
!if "$(USE_THREADS)" == "0"
137
 
__THREAD_DEFINE_p = -DwxNO_THREADS
138
 
!endif
139
 
!if "$(USE_THREADS)" == "0"
140
 
__THREAD_DEFINE_p_1 = -dwxNO_THREADS
141
 
!endif
142
 
!if "$(UNICODE)" == "1"
143
 
__UNICODE_DEFINE_p = -D_UNICODE
144
 
!endif
145
 
!if "$(UNICODE)" == "1"
146
 
__UNICODE_DEFINE_p_1 = -d_UNICODE
147
 
!endif
148
 
!if "$(MSLU)" == "1"
149
 
__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
150
 
!endif
151
 
!if "$(MSLU)" == "1"
152
 
__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
153
 
!endif
154
 
!if "$(USE_GDIPLUS)" == "1"
155
 
__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
156
 
!endif
157
 
!if "$(USE_GDIPLUS)" == "1"
158
 
__GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
159
 
!endif
160
 
!if "$(SHARED)" == "1"
161
 
__DLLFLAG_p = -DWXUSINGDLL
162
 
!endif
163
 
!if "$(SHARED)" == "1"
164
 
__DLLFLAG_p_1 = -dWXUSINGDLL
165
 
!endif
166
 
!if "$(MONOLITHIC)" == "0"
167
 
__WXLIB_ADV_p = \
168
 
        wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
169
 
!endif
170
 
!if "$(MONOLITHIC)" == "0"
171
 
__WXLIB_CORE_p = \
172
 
        wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
173
 
!endif
174
 
!if "$(MONOLITHIC)" == "0"
175
 
__WXLIB_BASE_p = \
176
 
        wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
177
 
!endif
178
 
!if "$(MONOLITHIC)" == "1"
179
 
__WXLIB_MONO_p = \
180
 
        wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
181
 
!endif
182
 
!if "$(USE_GUI)" == "1"
183
 
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
184
 
!endif
185
 
!if "$(USE_GUI)" == "1"
186
 
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
187
 
!endif
188
 
!if "$(USE_GUI)" == "1"
189
 
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
190
 
!endif
191
 
!if "$(MSLU)" == "1"
192
 
__UNICOWS_LIB_p = unicows.lib
193
 
!endif
194
 
!if "$(USE_GDIPLUS)" == "1"
195
 
__GDIPLUS_LIB_p = gdiplus.lib
196
 
!endif
197
 
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
198
 
__DEBUGINFO = -v
199
 
!endif
200
 
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
201
 
__DEBUGINFO = -v-
202
 
!endif
203
 
!if "$(DEBUG_INFO)" == "0"
204
 
__DEBUGINFO = -v-
205
 
!endif
206
 
!if "$(DEBUG_INFO)" == "1"
207
 
__DEBUGINFO = -v
208
 
!endif
209
 
 
210
 
 
211
 
all: $(OBJS)
212
 
$(OBJS):
213
 
        -if not exist $(OBJS) mkdir $(OBJS)
214
 
 
215
 
### Targets: ###
216
 
 
217
 
all: $(OBJS)\propgridsample.exe
218
 
 
219
 
clean: 
220
 
        -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
221
 
        -if exist $(OBJS)\*.res del $(OBJS)\*.res
222
 
        -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
223
 
        -if exist $(OBJS)\propgridsample.exe del $(OBJS)\propgridsample.exe
224
 
        -if exist $(OBJS)\propgridsample.tds del $(OBJS)\propgridsample.tds
225
 
        -if exist $(OBJS)\propgridsample.ilc del $(OBJS)\propgridsample.ilc
226
 
        -if exist $(OBJS)\propgridsample.ild del $(OBJS)\propgridsample.ild
227
 
        -if exist $(OBJS)\propgridsample.ilf del $(OBJS)\propgridsample.ilf
228
 
        -if exist $(OBJS)\propgridsample.ils del $(OBJS)\propgridsample.ils
229
 
 
230
 
$(OBJS)\propgridsample.exe: $(PROPGRIDSAMPLE_OBJECTS)  $(OBJS)\propgridsample_sample.res
231
 
        ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO)  -L$(LIBDIRNAME) -aa @&&|
232
 
        c0w32.obj $(PROPGRIDSAMPLE_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_propgrid.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) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\propgridsample_sample.res
233
 
|
234
 
 
235
 
$(OBJS)\propgridsample_sample.res: .\..\..\..\samples\sample.rc
236
 
        brcc32 -32 -r -fo$@ -i$(BCCDIR)\include    -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) $(__MSLU_DEFINE_p_1) $(__GFXCTX_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\..\include -i. $(__DLLFLAG_p_1) -i.\..\..\..\samples -dNOPCH -i.\..\..\include $**
237
 
 
238
 
$(OBJS)\propgridsample_propgridsample.obj: .\propgridsample.cpp
239
 
        $(CXX) -q -c -P -o$@ $(PROPGRIDSAMPLE_CXXFLAGS) $**
240
 
 
241
 
$(OBJS)\propgridsample_sampleprops.obj: .\sampleprops.cpp
242
 
        $(CXX) -q -c -P -o$@ $(PROPGRIDSAMPLE_CXXFLAGS) $**
243