~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.4.gcc

  • 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
 
include ../../../build/msw/config.gcc
8
 
 
9
 
# -------------------------------------------------------------------------
10
 
# Do not modify the rest of this file!
11
 
# -------------------------------------------------------------------------
12
 
 
13
 
### Variables: ###
14
 
 
15
 
CPPDEPS = -MT$@ -MF$@.d -MD
16
 
WX_RELEASE_NODOT = 26
17
 
OBJS = \
18
 
        gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19
 
LIBDIRNAME = .\..\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
20
 
SETUPHDIR = \
21
 
        $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
22
 
PROPGRIDSAMPLE_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
23
 
        $(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24
 
        $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
25
 
        $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
26
 
        -I$(SETUPHDIR) -I.\..\..\..\include -W -Wall -I. $(__DLLFLAG_p) \
27
 
        -I.\..\..\..\samples -DNOPCH -I.\..\..\include $(__RTTIFLAG_5) \
28
 
        $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
29
 
PROPGRIDSAMPLE_OBJECTS =  \
30
 
        $(OBJS)\propgridsample_sample_rc.o \
31
 
        $(OBJS)\propgridsample_propgridsample.o \
32
 
        $(OBJS)\propgridsample_sampleprops.o
33
 
 
34
 
### Conditionally set variables: ###
35
 
 
36
 
ifeq ($(GCC_VERSION),2.95)
37
 
GCCFLAGS = -fvtable-thunks
38
 
endif
39
 
ifeq ($(USE_GUI),0)
40
 
PORTNAME = base
41
 
endif
42
 
ifeq ($(USE_GUI),1)
43
 
PORTNAME = msw
44
 
endif
45
 
ifeq ($(BUILD),debug)
46
 
ifeq ($(DEBUG_FLAG),default)
47
 
WXDEBUGFLAG = d
48
 
endif
49
 
endif
50
 
ifeq ($(DEBUG_FLAG),1)
51
 
WXDEBUGFLAG = d
52
 
endif
53
 
ifeq ($(UNICODE),1)
54
 
WXUNICODEFLAG = u
55
 
endif
56
 
ifeq ($(WXUNIV),1)
57
 
WXUNIVNAME = univ
58
 
endif
59
 
ifeq ($(SHARED),1)
60
 
WXDLLFLAG = dll
61
 
endif
62
 
ifeq ($(SHARED),0)
63
 
LIBTYPE_SUFFIX = lib
64
 
endif
65
 
ifeq ($(SHARED),1)
66
 
LIBTYPE_SUFFIX = dll
67
 
endif
68
 
ifeq ($(MONOLITHIC),0)
69
 
EXTRALIBS_FOR_BASE = 
70
 
endif
71
 
ifeq ($(MONOLITHIC),1)
72
 
EXTRALIBS_FOR_BASE =  
73
 
endif
74
 
ifeq ($(BUILD),debug)
75
 
__OPTIMIZEFLAG_2 = -O0
76
 
endif
77
 
ifeq ($(BUILD),release)
78
 
__OPTIMIZEFLAG_2 = -O2
79
 
endif
80
 
ifeq ($(USE_RTTI),0)
81
 
__RTTIFLAG_5 = -fno-rtti
82
 
endif
83
 
ifeq ($(USE_RTTI),1)
84
 
__RTTIFLAG_5 = 
85
 
endif
86
 
ifeq ($(USE_EXCEPTIONS),0)
87
 
__EXCEPTIONSFLAG_6 = -fno-exceptions
88
 
endif
89
 
ifeq ($(USE_EXCEPTIONS),1)
90
 
__EXCEPTIONSFLAG_6 = 
91
 
endif
92
 
ifeq ($(WXUNIV),1)
93
 
__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
94
 
endif
95
 
ifeq ($(WXUNIV),1)
96
 
__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
97
 
endif
98
 
ifeq ($(BUILD),debug)
99
 
ifeq ($(DEBUG_FLAG),default)
100
 
__DEBUG_DEFINE_p = -D__WXDEBUG__
101
 
endif
102
 
endif
103
 
ifeq ($(DEBUG_FLAG),1)
104
 
__DEBUG_DEFINE_p = -D__WXDEBUG__
105
 
endif
106
 
ifeq ($(BUILD),debug)
107
 
ifeq ($(DEBUG_FLAG),default)
108
 
__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
109
 
endif
110
 
endif
111
 
ifeq ($(DEBUG_FLAG),1)
112
 
__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
113
 
endif
114
 
ifeq ($(USE_EXCEPTIONS),0)
115
 
__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
116
 
endif
117
 
ifeq ($(USE_EXCEPTIONS),0)
118
 
__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
119
 
endif
120
 
ifeq ($(USE_RTTI),0)
121
 
__RTTI_DEFINE_p = -DwxNO_RTTI
122
 
endif
123
 
ifeq ($(USE_RTTI),0)
124
 
__RTTI_DEFINE_p_1 = --define wxNO_RTTI
125
 
endif
126
 
ifeq ($(USE_THREADS),0)
127
 
__THREAD_DEFINE_p = -DwxNO_THREADS
128
 
endif
129
 
ifeq ($(USE_THREADS),0)
130
 
__THREAD_DEFINE_p_1 = --define wxNO_THREADS
131
 
endif
132
 
ifeq ($(UNICODE),1)
133
 
__UNICODE_DEFINE_p = -D_UNICODE
134
 
endif
135
 
ifeq ($(UNICODE),1)
136
 
__UNICODE_DEFINE_p_1 = --define _UNICODE
137
 
endif
138
 
ifeq ($(MSLU),1)
139
 
__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
140
 
endif
141
 
ifeq ($(MSLU),1)
142
 
__MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
143
 
endif
144
 
ifeq ($(SHARED),1)
145
 
__DLLFLAG_p = -DWXUSINGDLL
146
 
endif
147
 
ifeq ($(SHARED),1)
148
 
__DLLFLAG_p_1 = --define WXUSINGDLL
149
 
endif
150
 
ifeq ($(MONOLITHIC),0)
151
 
__WXLIB_ADV_p = \
152
 
        -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv
153
 
endif
154
 
ifeq ($(MONOLITHIC),0)
155
 
__WXLIB_CORE_p = \
156
 
        -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
157
 
endif
158
 
ifeq ($(MONOLITHIC),0)
159
 
__WXLIB_BASE_p = \
160
 
        -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
161
 
endif
162
 
ifeq ($(MONOLITHIC),1)
163
 
__WXLIB_MONO_p = \
164
 
        -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
165
 
endif
166
 
ifeq ($(USE_GUI),1)
167
 
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
168
 
endif
169
 
ifeq ($(USE_GUI),1)
170
 
__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
171
 
endif
172
 
ifeq ($(USE_GUI),1)
173
 
__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
174
 
endif
175
 
ifeq ($(MSLU),1)
176
 
__UNICOWS_LIB_p = -lunicows
177
 
endif
178
 
ifeq ($(BUILD),debug)
179
 
ifeq ($(DEBUG_INFO),default)
180
 
__DEBUGINFO = -g
181
 
endif
182
 
endif
183
 
ifeq ($(BUILD),release)
184
 
ifeq ($(DEBUG_INFO),default)
185
 
__DEBUGINFO = 
186
 
endif
187
 
endif
188
 
ifeq ($(DEBUG_INFO),0)
189
 
__DEBUGINFO = 
190
 
endif
191
 
ifeq ($(DEBUG_INFO),1)
192
 
__DEBUGINFO = -g
193
 
endif
194
 
ifeq ($(USE_THREADS),0)
195
 
__THREADSFLAG = 
196
 
endif
197
 
ifeq ($(USE_THREADS),1)
198
 
__THREADSFLAG = -mthreads
199
 
endif
200
 
 
201
 
 
202
 
all: $(OBJS)
203
 
$(OBJS):
204
 
        -if not exist $(OBJS) mkdir $(OBJS)
205
 
 
206
 
### Targets: ###
207
 
 
208
 
all: $(OBJS)\propgridsample.exe
209
 
 
210
 
clean: 
211
 
        -if exist $(OBJS)\*.o del $(OBJS)\*.o
212
 
        -if exist $(OBJS)\*.d del $(OBJS)\*.d
213
 
        -if exist $(OBJS)\propgridsample.exe del $(OBJS)\propgridsample.exe
214
 
 
215
 
$(OBJS)\propgridsample.exe: $(PROPGRIDSAMPLE_OBJECTS) $(OBJS)\propgridsample_sample_rc.o
216
 
        $(CXX) -o $@ $(PROPGRIDSAMPLE_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows  -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_propgrid  $(__WXLIB_ADV_p)  $(__WXLIB_CORE_p)  $(__WXLIB_BASE_p)  $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG)  -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
217
 
 
218
 
$(OBJS)\propgridsample_sample_rc.o: ./../../../samples/sample.rc
219
 
        windres --use-temp-file -i$< -o$@    --define __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) --include-dir $(SETUPHDIR) --include-dir ./../../../include --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../../samples --define NOPCH --include-dir ./../../include
220
 
 
221
 
$(OBJS)\propgridsample_propgridsample.o: ./propgridsample.cpp
222
 
        $(CXX) -c -o $@ $(PROPGRIDSAMPLE_CXXFLAGS) $(CPPDEPS) $<
223
 
 
224
 
$(OBJS)\propgridsample_sampleprops.o: ./sampleprops.cpp
225
 
        $(CXX) -c -o $@ $(PROPGRIDSAMPLE_CXXFLAGS) $(CPPDEPS) $<
226
 
 
227
 
.PHONY: all clean
228
 
 
229
 
 
230
 
# Dependencies tracking:
231
 
-include $(OBJS)/*.d