~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.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.1.7 (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 = 26
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_6) -I$(BCCDIR)\include \
31
 
        $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) -D__WXMSW__ \
32
 
        $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
33
 
        $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
34
 
        -I.\..\..\..\include -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples \
35
 
        -DNOPCH -I.\..\..\include $(CPPFLAGS) $(CXXFLAGS)
36
 
PROPGRIDSAMPLE_OBJECTS =  \
37
 
        $(OBJS)\propgridsample_propgridsample.obj \
38
 
        $(OBJS)\propgridsample_sampleprops.obj
39
 
 
40
 
### Conditionally set variables: ###
41
 
 
42
 
!if "$(USE_GUI)" == "0"
43
 
PORTNAME = base
44
 
!endif
45
 
!if "$(USE_GUI)" == "1"
46
 
PORTNAME = msw
47
 
!endif
48
 
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
49
 
WXDEBUGFLAG = d
50
 
!endif
51
 
!if "$(DEBUG_FLAG)" == "1"
52
 
WXDEBUGFLAG = d
53
 
!endif
54
 
!if "$(UNICODE)" == "1"
55
 
WXUNICODEFLAG = u
56
 
!endif
57
 
!if "$(WXUNIV)" == "1"
58
 
WXUNIVNAME = univ
59
 
!endif
60
 
!if "$(SHARED)" == "1"
61
 
WXDLLFLAG = dll
62
 
!endif
63
 
!if "$(SHARED)" == "0"
64
 
LIBTYPE_SUFFIX = lib
65
 
!endif
66
 
!if "$(SHARED)" == "1"
67
 
LIBTYPE_SUFFIX = dll
68
 
!endif
69
 
!if "$(MONOLITHIC)" == "0"
70
 
EXTRALIBS_FOR_BASE = 
71
 
!endif
72
 
!if "$(MONOLITHIC)" == "1"
73
 
EXTRALIBS_FOR_BASE =  
74
 
!endif
75
 
!if "$(BUILD)" == "debug"
76
 
__OPTIMIZEFLAG_2 = -Od
77
 
!endif
78
 
!if "$(BUILD)" == "release"
79
 
__OPTIMIZEFLAG_2 = -O2
80
 
!endif
81
 
!if "$(USE_THREADS)" == "0"
82
 
__THREADSFLAG_4 = 
83
 
!endif
84
 
!if "$(USE_THREADS)" == "1"
85
 
__THREADSFLAG_4 = mt
86
 
!endif
87
 
!if "$(USE_THREADS)" == "0"
88
 
__THREADSFLAG_5 = 
89
 
!endif
90
 
!if "$(USE_THREADS)" == "1"
91
 
__THREADSFLAG_5 = -tWM
92
 
!endif
93
 
!if "$(RUNTIME_LIBS)" == "dynamic"
94
 
__RUNTIME_LIBS_6 = -tWR
95
 
!endif
96
 
!if "$(RUNTIME_LIBS)" == "static"
97
 
__RUNTIME_LIBS_6 = 
98
 
!endif
99
 
!if "$(RUNTIME_LIBS)" == "dynamic"
100
 
__RUNTIME_LIBS_7 = i
101
 
!endif
102
 
!if "$(RUNTIME_LIBS)" == "static"
103
 
__RUNTIME_LIBS_7 = 
104
 
!endif
105
 
!if "$(WXUNIV)" == "1"
106
 
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
107
 
!endif
108
 
!if "$(WXUNIV)" == "1"
109
 
__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
110
 
!endif
111
 
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
112
 
__DEBUG_DEFINE_p = -D__WXDEBUG__
113
 
!endif
114
 
!if "$(DEBUG_FLAG)" == "1"
115
 
__DEBUG_DEFINE_p = -D__WXDEBUG__
116
 
!endif
117
 
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
118
 
__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
119
 
!endif
120
 
!if "$(DEBUG_FLAG)" == "1"
121
 
__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
122
 
!endif
123
 
!if "$(USE_EXCEPTIONS)" == "0"
124
 
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
125
 
!endif
126
 
!if "$(USE_EXCEPTIONS)" == "0"
127
 
__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
128
 
!endif
129
 
!if "$(USE_RTTI)" == "0"
130
 
__RTTI_DEFINE_p = -DwxNO_RTTI
131
 
!endif
132
 
!if "$(USE_RTTI)" == "0"
133
 
__RTTI_DEFINE_p_1 = -dwxNO_RTTI
134
 
!endif
135
 
!if "$(USE_THREADS)" == "0"
136
 
__THREAD_DEFINE_p = -DwxNO_THREADS
137
 
!endif
138
 
!if "$(USE_THREADS)" == "0"
139
 
__THREAD_DEFINE_p_1 = -dwxNO_THREADS
140
 
!endif
141
 
!if "$(UNICODE)" == "1"
142
 
__UNICODE_DEFINE_p = -D_UNICODE
143
 
!endif
144
 
!if "$(UNICODE)" == "1"
145
 
__UNICODE_DEFINE_p_1 = -d_UNICODE
146
 
!endif
147
 
!if "$(SHARED)" == "1"
148
 
__DLLFLAG_p = -DWXUSINGDLL
149
 
!endif
150
 
!if "$(SHARED)" == "1"
151
 
__DLLFLAG_p_1 = -dWXUSINGDLL
152
 
!endif
153
 
!if "$(MONOLITHIC)" == "0"
154
 
__WXLIB_ADV_p = \
155
 
        wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
156
 
!endif
157
 
!if "$(MONOLITHIC)" == "0"
158
 
__WXLIB_CORE_p = \
159
 
        wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
160
 
!endif
161
 
!if "$(MONOLITHIC)" == "0"
162
 
__WXLIB_BASE_p = \
163
 
        wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
164
 
!endif
165
 
!if "$(MONOLITHIC)" == "1"
166
 
__WXLIB_MONO_p = \
167
 
        wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
168
 
!endif
169
 
!if "$(USE_GUI)" == "1"
170
 
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
171
 
!endif
172
 
!if "$(USE_GUI)" == "1"
173
 
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
174
 
!endif
175
 
!if "$(USE_GUI)" == "1"
176
 
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
177
 
!endif
178
 
!if "$(MSLU)" == "1"
179
 
__UNICOWS_LIB_p = unicows.lib
180
 
!endif
181
 
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
182
 
__DEBUGINFO = -v
183
 
!endif
184
 
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
185
 
__DEBUGINFO = -v-
186
 
!endif
187
 
!if "$(DEBUG_INFO)" == "0"
188
 
__DEBUGINFO = -v-
189
 
!endif
190
 
!if "$(DEBUG_INFO)" == "1"
191
 
__DEBUGINFO = -v
192
 
!endif
193
 
 
194
 
 
195
 
all: $(OBJS)
196
 
$(OBJS):
197
 
        -if not exist $(OBJS) mkdir $(OBJS)
198
 
 
199
 
### Targets: ###
200
 
 
201
 
all: $(OBJS)\propgridsample.exe
202
 
 
203
 
clean: 
204
 
        -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
205
 
        -if exist $(OBJS)\*.res del $(OBJS)\*.res
206
 
        -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
207
 
        -if exist $(OBJS)\propgridsample.exe del $(OBJS)\propgridsample.exe
208
 
        -if exist $(OBJS)\propgridsample.tds del $(OBJS)\propgridsample.tds
209
 
        -if exist $(OBJS)\propgridsample.ilc del $(OBJS)\propgridsample.ilc
210
 
        -if exist $(OBJS)\propgridsample.ild del $(OBJS)\propgridsample.ild
211
 
        -if exist $(OBJS)\propgridsample.ilf del $(OBJS)\propgridsample.ilf
212
 
        -if exist $(OBJS)\propgridsample.ils del $(OBJS)\propgridsample.ils
213
 
 
214
 
$(OBJS)\propgridsample.exe: $(PROPGRIDSAMPLE_OBJECTS)  $(OBJS)\propgridsample_sample.res
215
 
        ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO)  -L$(LIBDIRNAME) -aa @&&|
216
 
        c0w32.obj $(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) ole2w32.lib oleacc.lib odbc32.lib  import32.lib cw32$(__THREADSFLAG_4)$(__RUNTIME_LIBS_7).lib,, $(OBJS)\propgridsample_sample.res
217
 
|
218
 
 
219
 
$(OBJS)\propgridsample_sample.res: .\..\..\..\samples\sample.rc
220
 
        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) -i.\..\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\..\samples $**
221
 
 
222
 
$(OBJS)\propgridsample_propgridsample.obj: .\propgridsample.cpp
223
 
        $(CXX) -q -c -P -o$@ $(PROPGRIDSAMPLE_CXXFLAGS) $**
224
 
 
225
 
$(OBJS)\propgridsample_sampleprops.obj: .\sampleprops.cpp
226
 
        $(CXX) -q -c -P -o$@ $(PROPGRIDSAMPLE_CXXFLAGS) $**
227