File: common.bkl

package info (click to toggle)
wxpython3.0 3.0.2.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 482,760 kB
  • ctags: 518,293
  • sloc: cpp: 2,127,226; python: 294,045; makefile: 51,942; ansic: 19,033; sh: 3,013; xml: 1,629; perl: 17
file content (829 lines) | stat: -rw-r--r-- 32,461 bytes parent folder | download | duplicates (5)
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
<?xml version="1.0" ?>

<makefile>

    <requires version="0.2.7"/>

    <!-- bakefile modules we need: -->
    <using module="datafiles"/>

    <!-- load python module with wxwindows helpers: -->
    <using module="wxwin"/>

    <!-- DFE: Add a platform meaning regular MacOS (not OS X) -->
    <!-- FIXME: This will be handled in Bakefile but for now I wanted to
         get my changes to the wx bakefiles in the tree but invisible to
         windows toolkits and their config.xxx settings -->
    <if cond="FORMAT=='autoconf'">
        <option name="PLATFORM_MACOS"/>
    </if>
    <if cond="FORMAT!='autoconf'">
        <set var="PLATFORM_MACOS">0</set>
    </if>

    <include file="config.bkl"/>

    <include file="plugins_deps.bkl"/>


    <!-- wxWidgets version numbers logic: -->
    <include file="version.bkl"/>

    <set var="ARCH_SUFFIX">
        <if cond="FORMAT=='msevc4prj'">_$(CPU)</if>
        <if cond="FORMAT=='msvs2005prj' and MSVS_PLATFORM=='win64'">_x64</if>
        <if cond="FORMAT=='msvs2008prj' and MSVS_PLATFORM=='win64'">_x64</if>
        <if cond="TARGET_CPU=='amd64'">_x64</if>
        <if cond="TARGET_CPU=='AMD64'">_x64</if>
        <if cond="TARGET_CPU=='ia64'">_ia64</if>
        <if cond="TARGET_CPU=='IA64'">_ia64</if>
        <if cond="TARGET_CPU=='x64'">_x64</if>
        <if cond="TARGET_CPU=='X64'">_x64</if>
    </set>

    <!-- ================================================================== -->
    <!--                     Names of libraries and DLLs:                   -->
    <!-- ================================================================== -->

    <set var="PORTNAME">
        <if cond="USE_GUI=='0'">base</if>
        <if cond="USE_GUI=='1'">$(TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION)</if>
    </set>

    <set var="WXBASEPORT">
        <if cond="TOOLKIT=='MAC'">_carbon</if>
    </set>

    <!--
        Optional compiler version, mainly for Windows compilers for which it is
        supposed to be set on make command line for the official builds.
     -->
    <set var="COMPILER_VERSION" make_var="1">
        <if cond="PLATFORM_WIN32=='1' and OFFICIAL_BUILD=='1'">ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD</if>
    </set>

    <set var="COMPILERORGCC">
        <if cond="isdefined('COMPILER')">$(COMPILER)</if>
        <if cond="not isdefined('COMPILER')">gcc</if>
    </set>

    <!--
        In the official builds we use not only the compiler name but also its
        version and architecture we compile for in the libraries names.
     -->
    <set var="WXCOMPILER">
        <if cond="PLATFORM_WIN32=='1' and OFFICIAL_BUILD=='1'">_$(COMPILERORGCC)$(COMPILER_VERSION)$(ARCH_SUFFIX)</if>
        <if cond="PLATFORM_WIN32=='1' and OFFICIAL_BUILD=='0'">_$(COMPILERORGCC)</if>
    </set>

    <set var="VENDORTAG">
        <if cond="PLATFORM_WIN32=='1' and OFFICIAL_BUILD=='1'"></if>
        <if cond="PLATFORM_WIN32=='1' and OFFICIAL_BUILD=='0'">_$(VENDOR)</if>
    </set>

    <!-- debug suffix used for Windows libraries which use debug CRT -->
    <set var="WXDEBUGFLAG">
        <if cond="BUILD=='debug' and DEBUG_RUNTIME_LIBS=='default'">d</if>
        <if cond="DEBUG_RUNTIME_LIBS=='1'">d</if>
    </set>
    <set var="WXUNICODEFLAG">
        <!-- WinCE is Unicode-only platform: -->
        <if cond="UNICODE=='1' and FORMAT!='msevc4prj'">u</if>
    </set>
    <set var="WX_U_D_SUFFIX">
        $(WXUNICODEFLAG)$(WXDEBUGFLAG)
    </set>
    <set var="WXNAMESUFFIX">
        $(WX_U_D_SUFFIX)$(WX_LIB_FLAVOUR)
    </set>

    <set var="WXUNIVNAME">
        <if cond="WXUNIV=='1'">univ</if>
    </set>
    <set var="WXUNIV_DEFINE">
        <if cond="WXUNIV=='1'">__WXUNIVERSAL__</if>
    </set>

    <if cond="FORMAT=='autoconf'">
        <set var="WXNAMEPREFIX">wx_base$(WXBASEPORT)</set>
        <set var="WXNAMEPREFIXGUI">wx_$(PORTNAME)$(WXUNIVNAME)</set>
        <set var="WXVERSIONTAG">-$(WX_RELEASE)</set>
    </if>
    <if cond="FORMAT!='autoconf'">
        <set var="WXNAMEPREFIX">
            wxbase$(WXBASEPORT)$(WX_RELEASE_NODOT)
        </set>
        <set var="WXNAMEPREFIXGUI">
            wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)</set>
        <set var="WXVERSIONTAG"></set>
    </if>
    <set var="WXDLLNAMEPREFIX">
        <if cond="PLATFORM_WIN32=='1'">
            wxbase$(WXBASEPORT)$(WXWIN32DLLVERSION)
        </if>
        <if cond="PLATFORM_WIN32=='0'">$(WXNAMEPREFIX)</if>
    </set>
    <set var="WXDLLNAMEPREFIXGUI">
        <if cond="PLATFORM_WIN32=='1'">
            wx$(PORTNAME)$(WXUNIVNAME)$(WXWIN32DLLVERSION)
        </if>
        <if cond="PLATFORM_WIN32=='0'">$(WXNAMEPREFIXGUI)</if>
    </set>
    <set var="WXDLLVERSIONTAG">
        <if cond="PLATFORM_WIN32=='1'"></if>
        <if cond="PLATFORM_WIN32=='0'">$(WXVERSIONTAG)</if>
    </set>


    <!-- =============================================================== -->
    <!--                    Names of component libraries:                -->
    <!-- =============================================================== -->

    <set var="WXLIB_BASE">
        <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('base')))</if>
    </set>
    <set var="WXLIB_NET">
        <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('net')))</if>
    </set>
    <set var="WXLIB_QA">
        <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('qa')))</if>
    </set>
    <set var="WXLIB_CORE">
        <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('core')))</if>
    </set>
    <set var="WXLIB_ADV">
        <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('adv')))</if>
    </set>
    <set var="WXLIB_MEDIA">
        <if cond="MONOLITHIC=='0' and USE_MEDIA=='1'">$(mk.evalExpr(wxwin.mkLibName('media')))</if>
    </set>
    <set var="WXLIB_HTML">
        <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('html')))</if>
    </set>
    <set var="WXLIB_XML">
        <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('xml')))</if>
    </set>
    <set var="WXLIB_XRC">
        <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('xrc')))</if>
    </set>
    <set var="WXLIB_AUI">
        <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('aui')))</if>
    </set>
    <set var="WXLIB_RIBBON">
        <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('ribbon')))</if>
    </set>
    <set var="WXLIB_PROPGRID">
        <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('propgrid')))</if>
    </set>
    <set var="WXLIB_RICHTEXT">
        <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('richtext')))</if>
    </set>
    <set var="WXLIB_STC">
        <if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('stc')))</if>
    </set>
    <set var="WXLIB_WEBVIEW">
        <if cond="MONOLITHIC=='0' and USE_WEBVIEW=='1'">$(mk.evalExpr(wxwin.mkLibName('webview')))</if>
    </set>
    <set var="WXLIB_MONO">
        <if cond="MONOLITHIC=='1'">$(mk.evalExpr(wxwin.mkLibName('mono')))</if>
    </set>


    <!-- =============================================================== -->
    <!--             Where to store built libraries and objects:         -->
    <!-- =============================================================== -->

    <if cond="FORMAT!='autoconf'">
        <set var="WXDLLFLAG">
            <if cond="SHARED=='1'">dll</if>
        </set>
        <set var="CFG_NAME_PART">
            $(PORTNAME)$(WXUNIVNAME)$(WX_U_D_SUFFIX)$(WXDLLFLAG)$(CFG)
        </set>

        <!-- NB: this is make_var so that it can be overridden on command line
                 like this: nmake -f makefile.vc COMPILER_PREFIX=vc6 -->
        <set var="COMPILER_PREFIX" make_var="1">$(COMPILER)</set>

        <set var="OBJS" make_var="1">
            $(COMPILER_PREFIX)$(COMPILER_VERSION)_$(CFG_NAME_PART)$(ARCH_SUFFIX)
        </set>

        <set var="BUILDDIR">$(OBJS)</set>
    </if>

    <set var="LIBTYPE_SUFFIX" make_var="1">
        <if cond="FORMAT!='autoconf' and SHARED=='0' and PLATFORM_WIN32=='1'">lib</if>
        <if cond="FORMAT!='autoconf' and SHARED=='1' and PLATFORM_WIN32=='1'">dll</if>
        <if cond="FORMAT=='watcom' and SHARED=='0' and PLATFORM_WIN32=='0'">$(TOOLKIT_LOWERCASE)_lib</if>
        <if cond="FORMAT=='watcom' and SHARED=='1' and PLATFORM_WIN32=='0'">$(TOOLKIT_LOWERCASE)_dll</if>
    </set>

    <set var="LIBDIRNAME" make_var="1">
        <if cond="FORMAT=='autoconf'">$(wx_top_builddir)/lib</if>
        <if cond="FORMAT!='autoconf'">
            $(nativePaths(TOP_SRCDIR))lib$(DIRSEP)$(COMPILER_PREFIX)$(COMPILER_VERSION)$(ARCH_SUFFIX)_$(LIBTYPE_SUFFIX)$(CFG)
        </if>
    </set>

    <if cond="FORMAT!='autoconf'">
        <set var="SETUPHDIR" make_var="1">
            $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WX_U_D_SUFFIX)
        </set>
    </if>



    <!-- =============================================================== -->
    <!--                        Templates for libs:                      -->
    <!-- =============================================================== -->

    <set var="DEBUGINFO">
        <if cond="BUILD=='debug' and DEBUG_INFO=='default'">on</if>
        <if cond="DEBUG_INFO=='1'">on</if>
        <if cond="BUILD=='release' and DEBUG_INFO=='default'">off</if>
        <if cond="DEBUG_INFO=='0'">off</if>
    </set>
    <set var="DEBUGRUNTIME">
        <if cond="DEBUG_RUNTIME_LIBS=='default' and BUILD=='debug'">on</if>
        <if cond="DEBUG_RUNTIME_LIBS=='default' and BUILD=='release'">off</if>
        <if cond="DEBUG_RUNTIME_LIBS=='0'">off</if>
        <if cond="DEBUG_RUNTIME_LIBS=='1'">on</if>
    </set>
    <set var="OPTIMIZEFLAG">
        <if cond="BUILD=='debug'">off</if>
        <if cond="BUILD=='release'">speed</if>
    </set>
    <set var="EXCEPTIONSFLAG">
        <if cond="USE_EXCEPTIONS=='1'">on</if>
        <if cond="USE_EXCEPTIONS=='0'">off</if>
    </set>
    <set var="RTTIFLAG">
        <if cond="USE_RTTI=='1'">on</if>
        <if cond="USE_RTTI=='0'">off</if>
    </set>
    <set var="THREADSFLAG">
        <if cond="USE_THREADS=='1'">multi</if>
        <if cond="USE_THREADS=='0'">single</if>
    </set>

    <set var="RTTI_DEFINE">
        <if cond="USE_RTTI=='0'">wxNO_RTTI</if>
    </set>
    <set var="EXCEPTIONS_DEFINE">
        <if cond="USE_EXCEPTIONS=='0'">wxNO_EXCEPTIONS</if>
    </set>
    <set var="THREAD_DEFINE">
        <if cond="USE_THREADS=='0'">wxNO_THREADS</if>
    </set>

    <set var="DEBUG_DEFINE">
        <if cond="DEBUG_FLAG=='0'">wxDEBUG_LEVEL=0</if>
    </set>
    <set var="NDEBUG_DEFINE">
        <if cond="FORMAT!='autoconf' and DEBUG_RUNTIME_LIBS=='default' and BUILD=='release'">NDEBUG</if>
        <if cond="FORMAT!='autoconf' and DEBUG_RUNTIME_LIBS=='0'">NDEBUG</if>
    </set>

    <!-- does not cover all cases, but better than nothing -->
    <set var="NO_VC_CRTDBG">
        <if cond="FORMAT=='msvc' and BUILD=='debug' and DEBUG_RUNTIME_LIBS=='0'">__NO_VC_CRTDBG__</if>
        <if cond="FORMAT=='msvc' and BUILD=='release' and DEBUG_FLAG=='1'">__NO_VC_CRTDBG__</if>
    </set>
    <set var="UNICODE_DEFINE">
        <if cond="FORMAT!='autoconf' and UNICODE=='1'">_UNICODE</if>
        <if cond="FORMAT!='autoconf' and UNICODE=='0'">wxUSE_UNICODE=0</if>
    </set>
    <set var="MSLU_DEFINE">
        <if cond="FORMAT!='autoconf' and MSLU=='1'">wxUSE_UNICODE_MSLU=1</if>
    </set>

    <!-- fill for the specific case of the format/compiler -->
    <set var="WIN32_WINNT">
        <if cond="FORMAT=='dmars' or FORMAT=='dmars_smake'">_WIN32_WINNT=0x0400</if>
    </set>

    <set var="UNICOWS_LIB">
        <if cond="MSLU=='1'">unicows</if>
    </set>
    <set var="CAIRO_LIB">
        <if cond="USE_CAIRO=='1'">cairo</if>
    </set>
    <set var="CAIRO_LIBDIR">
        <if cond="USE_CAIRO=='1'">$(DOLLAR)(CAIRO_ROOT)/lib</if>
    </set>
    <set var="CAIRO_INCLUDEDIR">
        <if cond="USE_CAIRO=='1'">$(DOLLAR)(CAIRO_ROOT)/include/cairo</if>
    </set>

    <set var="LINK_TARGET_CPU">
        <if cond="TARGET_CPU=='amd64'">/MACHINE:X64</if>
        <if cond="TARGET_CPU=='AMD64'">/MACHINE:X64</if>
        <if cond="TARGET_CPU=='ia64'">/MACHINE:IA64</if>
        <if cond="TARGET_CPU=='IA64'">/MACHINE:IA64</if>
        <if cond="TARGET_CPU=='x64'">/MACHINE:X64</if>
        <if cond="TARGET_CPU=='X64'">/MACHINE:X64</if>
    </set>

    <template id="common_settings">
        <debug-info>$(DEBUGINFO)</debug-info>
        <debug-runtime-libs>$(DEBUGRUNTIME)</debug-runtime-libs>
        <optimize>$(OPTIMIZEFLAG)</optimize>
        <threading>$(THREADSFLAG)</threading>
        <runtime-libs>$(RUNTIME_LIBS)</runtime-libs>
        <cxx-rtti>$(RTTIFLAG)</cxx-rtti>
        <cxx-exceptions>$(EXCEPTIONSFLAG)</cxx-exceptions>
        <if cond="FORMAT!='autoconf'">
            <cppflags>$(EXTRACFLAGS)</cppflags>
        </if>
        <!-- Suppress deprecation warnings for standard library calls -->
        <if cond="FORMAT in ['msvc','msvs2005prj','msvs2008prj']">
            <define>_CRT_SECURE_NO_DEPRECATE=1</define>
            <define>_CRT_NON_CONFORMING_SWPRINTFS=1</define>
            <define>_SCL_SECURE_NO_WARNINGS=1</define>
        </if>

        <define>$(NO_VC_CRTDBG)</define>
        <define>$(WIN32_WINNT)</define>
        <if cond="FORMAT=='msvc'">
            <ldflags>$(LINK_TARGET_CPU)</ldflags>
        </if>
        <include cond="FORMAT=='msevc4prj'">$(TOP_SRCDIR)build/wince/missing</include>
    </template>

    <template id="anylib">
        <dirname>$(LIBDIRNAME)</dirname>
        <install-to>$(LIBDIR)</install-to>
    </template>

    <template id="3rdparty_lib" template="common_settings,anylib">
        <if cond="FORMAT=='autoconf'">
            <libname>$(id)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)</libname>
        </if>
        <if cond="FORMAT!='autoconf'">
            <libname>$(id)$(WXDEBUGFLAG)$(HOST_SUFFIX)</libname>
        </if>
        <!--
        we want to install 3rd party libs system-wide only with static
        version of wxWidgets; otherwise they are embedded in shared libs:
        -->
        <install-if>SHARED=='0'</install-if>
        <pic>$(substituteFromDict(SHARED, {'0':'off', '1':'on'}))</pic>

        <!--
            we don't want to have asserts in the 3rd party libraries code,
            neither we nor wx users are interested in debugging them anyhow
         -->
        <define>NDEBUG</define>

        <if cond="IS_MSVC">
            <!--
                we're not interested in deprecation warnings about the use of
                standard C functions in the 3rd party libraries (these warnings
                are only given by VC8+ but it's simpler to just always define
                this symbol which disables them, even for previous VC versions)
             -->
            <define>_CRT_SECURE_NO_WARNINGS</define>
        </if>
    </template>


    <!-- deal with the need to copy setup.h here: -->

    <define-tag name="msvc-headers" rules="dll,lib">
        <if cond="IS_MSVC_PRJ">
            <msvc-project-files>
                $(addPrefixToList('include\\', wxwin.headersOnly(value)))
            </msvc-project-files>
        </if>
    </define-tag>

    <set var="msvc_copy_setup_h_script">
        <if cond="IS_MSVC_PRJ=='1' and FORMAT not in ['msvc6prj','msevc4prj']">
Creating $(SETUPHDIR)\wx\setup.h
InputPath=..\..\include\wx\%s

"$(SETUPHDIR)\wx\setup.h" : 
$(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
        </if>
        <if cond="IS_MSVC_PRJ=='1' and FORMAT in ['msvc6prj','msevc4prj']">
Creating $(SETUPHDIR)\wx\setup.h
InputPath=..\..\include\wx\%s

"$(SETUPHDIR)\wx\setup.h" : $(DOLLAR)(SOURCE) "$(DOLLAR)(INTDIR)" "$(DOLLAR)(OUTDIR)"
$(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
        </if>
    </set>

    <define-tag name="msvc-headers-setup-h" rules="dll,lib">
        <if cond="IS_MSVC_PRJ">
            <msvc-headers>
                $(addPrefixToList('wx/', value))
            </msvc-headers>
            <set var="_custom_build_files" append="1">
                $(nativePaths(addPrefixToList('include/wx/', value)))
            </set>
        </if>
    </define-tag>

    <define-tag name="msvc-copy-setup-h" rules="dll,lib">
        <if cond="IS_MSVC_PRJ">
            <if cond="FORMAT=='msevc4prj'">
                <msvc-headers-setup-h>
                    msw/wince/setup.h
                </msvc-headers-setup-h>
                <set var="_custom_build_include_wx_msw_wince_setup_h">
                    $(msvc_copy_setup_h_script % 'msw\wince\setup.h')
                </set>
            </if>
            <if cond="FORMAT!='msevc4prj'">
                <msvc-headers-setup-h>
                    msw/setup.h
                    univ/setup.h
                </msvc-headers-setup-h>
                <set var="_custom_build_include_wx_msw_setup_h">
                    <if cond="WXUNIV=='0' and TOOLKIT=='MSW'">
                        $(msvc_copy_setup_h_script % 'msw\setup.h')
                    </if>
                </set>
                <set var="_custom_build_include_wx_gtk_setup_h">
                    <if cond="WXUNIV=='0' and TOOLKIT=='GTK'">
                        $(msvc_copy_setup_h_script % 'gtk\setup.h')
                    </if>
                </set>
                <set var="_custom_build_include_wx_univ_setup_h">
                    <if cond="WXUNIV=='1'">
                        $(msvc_copy_setup_h_script % 'univ\setup.h')
                    </if>
                </set>
            </if>
        </if>
    </define-tag>

    <define-tag name="msvc-create-rcdefs-h" rules="dll,lib">
        <if cond="IS_MSVC_PRJ">
            <msvc-headers-setup-h>
                msw/genrcdefs.h
            </msvc-headers-setup-h>
            <!-- FIXME: we need another way to get the compiler name -->
            <set var="VC_COMPILER">
                <if cond="FORMAT=='msevc4prj'">$(_COMPILER)</if>
                <if cond="FORMAT!='msevc4prj'">cl</if>
            </set>
            <set var="_custom_build_include_wx_msw_genrcdefs_h">
Creating $(SETUPHDIR)\wx\msw\rcdefs.h
InputPath=..\..\include\wx\msw\genrcdefs.h

"$(SETUPHDIR)\wx\msw\rcdefs.h" : "$(DOLLAR)(SOURCE)" "$(SETUPHDIR)\wx\msw"
$(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\rcdefs.h"
            </set>
        </if>
    </define-tag>

    <template id="msvc_setup_h">
        <msvc-copy-setup-h/>
        <msvc-create-rcdefs-h/>
    </template>

    <!-- =============================================================== -->
    <!--                         3rd party libs:                         -->
    <!-- =============================================================== -->

    <!-- 3rd party libraries: -->
    <include file="regex.bkl"/>
    <include file="zlib.bkl"/>
    <include file="png.bkl"/>
    <include file="jpeg.bkl"/>
    <include file="tiff.bkl"/>
    <include file="expat.bkl"/>
    <include file="scintilla.bkl"/>


    <!-- =============================================================== -->
    <!--                  Templates for wxWidgets libs:                  -->
    <!-- =============================================================== -->

    <!-- NB: in monolithic build, even wxBase-only must be linked against
             GUI extralibs, otherwise there would be unresolved references.
             The variables below are defined so that all libs are used
             in monolithic build, but not in multilib one. -->
    <set var="EXTRALIBS_FOR_BASE">
        <if cond="MONOLITHIC=='1'">$(EXTRALIBS) $(EXTRALIBS_XML) $(EXTRALIBS_GUI)</if>
        <if cond="MONOLITHIC=='0'">$(EXTRALIBS)</if>
    </set>
    <set var="EXTRALIBS_FOR_GUI">
        <if cond="MONOLITHIC=='1'"></if>
        <if cond="MONOLITHIC=='0'">$(EXTRALIBS_GUI)</if>
    </set>

    <!-- GTK+ under Windows requires -mms-bitfields gcc switch -->
    <set var="CXXFLAGS_GTK_WINDOWS_GCC">
        <if cond="TOOLKIT=='GTK' and FORMAT=='mingw'">-mms-bitfields</if>
    </set>

    <template id="wx" template="common_settings">
        <set var="wxid">$(wxwin.mk_wxid(id))</set>
        <define>__WX$(TOOLKIT)__</define>
        <define>$(WXUNIV_DEFINE)</define>
        <define>$(DEBUG_DEFINE)</define>
        <define>$(NDEBUG_DEFINE)</define>
        <define>$(EXCEPTIONS_DEFINE)</define>
        <define>$(RTTI_DEFINE)</define>
        <define>$(THREAD_DEFINE)</define>
        <define>$(UNICODE_DEFINE)</define>
        <define>$(MSLU_DEFINE)</define>
        <include cond="FORMAT!='autoconf'">$(SETUPHDIR)</include>
        <include cond="FORMAT!='autoconf'">$(TOP_SRCDIR)include</include>
        <include cond="FORMAT!='autoconf'">$(CAIRO_INCLUDEDIR)</include>
        <lib-path>$(LIBDIRNAME)</lib-path>

        <warnings>max</warnings>
        <cxxflags cond="FORMAT=='autoconf'">$(CXXWARNINGS)</cxxflags>
        <cppflags-watcom>
            -wcd=549 <!-- 'sizeof' operand contains compiler generated information -->
            -wcd=656 <!-- define this function inside its class definition (may improve code quality) -->
            -wcd=657 <!-- define this function inside its class definition (could have improved code quality) -->
            -wcd=667 <!-- 'va_start' macro will not work without an argument before '...' -->
        </cppflags-watcom>
        <cxxflags-mingw>
            -Wno-ctor-dtor-privacy <!-- only defines a private destructor and has no friends -->
             $(CXXFLAGS_GTK_WINDOWS_GCC)
        </cxxflags-mingw>
    </template>

    <!-- for both GUI and wxBase libs/samples: -->
    <template id="wx_append_base_nomono">
        <!-- link against builtin 3rd party libs, if needed: -->
        <sys-lib>$(LIB_ZLIB)</sys-lib>
        <sys-lib>$(LIB_REGEX)</sys-lib>
        <sys-lib>$(LIB_EXPAT)</sys-lib>

        <ldlibs>$(EXTRALIBS_FOR_BASE)</ldlibs>

        <!-- system libraries on os2: -->
        <if cond="FORMAT!='autoconf' and PLATFORM_OS2=='1'">
            <if cond="FORMAT=='watcom'">
                <sys-lib>upm32</sys-lib>
            </if>
        </if>

        <!-- system libraries on windows: -->
        <if cond="FORMAT!='autoconf' and PLATFORM_WIN32=='1'">
            <sys-lib>$(UNICOWS_LIB)</sys-lib>
            <sys-lib>$(CAIRO_LIB)</sys-lib>
            <lib-path>$(CAIRO_LIBDIR)</lib-path>
            <if cond="FORMAT=='borland'">
                <sys-lib>ole2w32</sys-lib>
            </if>
            <if cond="FORMAT=='msevc4prj'">
                <sys-lib>ole32</sys-lib>
                <sys-lib>oleaut32</sys-lib>
                <sys-lib>uuid</sys-lib>
                <sys-lib>commctrl</sys-lib>
                <sys-lib>winsock</sys-lib>
                <sys-lib>wininet</sys-lib>
            </if>
            <if cond="FORMAT!='borland' and FORMAT!='msevc4prj'">
                <sys-lib>kernel32</sys-lib>
                <sys-lib>user32</sys-lib>
                <sys-lib>gdi32</sys-lib>
                <sys-lib>comdlg32</sys-lib>
                <sys-lib>winspool</sys-lib>
                <sys-lib>winmm</sys-lib>
                <sys-lib>shell32</sys-lib>
                <sys-lib>comctl32</sys-lib>
                <sys-lib>ole32</sys-lib>
                <sys-lib>oleaut32</sys-lib>
                <sys-lib>uuid</sys-lib>
                <sys-lib>rpcrt4</sys-lib>
                <sys-lib>advapi32</sys-lib>
                <sys-lib>wsock32</sys-lib>
                <!-- this one is only used if wxUSE_URL_NATIVE==1 but we don't
                     know if it is here so just add it unconditionally -->
                <sys-lib>wininet</sys-lib>
            </if>
            <if cond="FORMAT=='borland'">
                <sys-lib>oleacc</sys-lib>
            </if>
        </if>
    </template>

    <set var="LIB_GTK">
        <if cond="FORMAT!='autoconf' and PLATFORM_WIN32=='1' and TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">gtk-win32-2.0.lib gdk-win32-2.0.lib pangocairo-1.0.lib gdk_pixbuf-2.0.lib cairo.lib pango-1.0.lib gobject-2.0.lib gthread-2.0.lib glib-2.0.lib</if>
    </set>

    <!-- for GUI libs/samples: -->
    <template id="wx_append_nomono" template_append="wx_append_base_nomono">
        <sys-lib>$(LIB_TIFF)</sys-lib>
        <sys-lib>$(LIB_JPEG)</sys-lib>
        <sys-lib>$(LIB_PNG)</sys-lib>
        <ldlibs>$(LIB_GTK)</ldlibs>
        <ldlibs>$(EXTRALIBS_FOR_GUI)</ldlibs>
    </template>

    <set var="LIB_PNG_IF_MONO">
        <if cond="MONOLITHIC=='1'">$(LIB_PNG)</if>
    </set>

    <set var="LIB_SCINTILLA_IF_MONO">
        <if cond="MONOLITHIC=='1' and USE_STC=='1'">$(LIB_SCINTILLA)</if>
    </set>

    <template id="wx_append_base" template_append="wx_append_base_nomono">
        <!-- Always link against the full wx library in monolithic build and
             also against the PNG one as core code references it for Tango
             icons and so it is pulled in even by the console programs. -->
        <sys-lib>$(WXLIB_MONO)</sys-lib>
        <sys-lib>$(LIB_PNG_IF_MONO)</sys-lib>
    </template>
    <template id="wx_append" template_append="wx_append_nomono">
        <!-- Always link against the wxWin library in monolithic build: -->
        <sys-lib>$(WXLIB_MONO)</sys-lib>
        <sys-lib>$(LIB_SCINTILLA_IF_MONO)</sys-lib>
    </template>


    <set var="WX_DISABLE_PRECOMP_HEADERS" overwrite="0">0</set>

    <template id="wx_lib_b" template="wx,anylib">
        <set var="WXLIBNAME">$(wxwin.mkLibName(wxid))</set>
        <libname>$(WXLIBNAME)</libname>

        <define>WXBUILDING</define>

        <if cond="WX_DISABLE_PRECOMP_HEADERS=='0'">
            <if cond="FORMAT!='autoconf'">
                <sources>$(WXTOPDIR)src/common/dummy.cpp</sources>
                <precomp-headers-gen>
                    $(WXTOPDIR)src/common/dummy.cpp
                </precomp-headers-gen>
            </if>
            <precomp-headers-location>$(WXTOPDIR)include</precomp-headers-location>
            <precomp-headers-header>wx/wxprec.h</precomp-headers-header>
            <precomp-headers>on</precomp-headers>
            <precomp-headers-file>wxprec_$(id)</precomp-headers-file>
            <precomp-headers-exclude>
                src/common/extended.c
                src/gtk/eggtrayicon.c
                src/gtk/treeentry_gtk.c
            </precomp-headers-exclude>
        </if>

        <if cond="IS_MSVC_PRJ=='1' and BUILDING_LIB=='1'">
            <msvc-file-group>Common Sources:src/common/*</msvc-file-group>
            <msvc-file-group>GTK+ Sources:src/gtk/*</msvc-file-group>
            <msvc-file-group>MSW Sources:src/msw/*</msvc-file-group>
            <msvc-file-group>Generic Sources:src/generic/*</msvc-file-group>
            <msvc-file-group>wxUniv Sources:src/univ/*</msvc-file-group>
            <msvc-file-group>wxHTML Sources:src/html/*</msvc-file-group>
            <msvc-file-group>Setup Headers:*/setup.h</msvc-file-group>
            <msvc-file-group>GTK+ Headers:*wx/gtk/*.h</msvc-file-group>
            <msvc-file-group>MSW Headers:*wx/msw/*.h</msvc-file-group>
            <msvc-file-group>Generic Headers:*wx/generic/*.h</msvc-file-group>
            <msvc-file-group>wxUniv Headers:*wx/univ/*.h</msvc-file-group>
            <msvc-file-group>wxHTML Headers:*wx/html/*.h</msvc-file-group>
            <msvc-file-group>Common Headers:*wx/*.h</msvc-file-group>
        </if>
    </template>

    <if cond="FORMAT=='autoconf'">
        <set var="RCDEFDIR">
            <if cond="TOOLKIT=='MSW'">
                $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
            </if>
        </set>
    </if>

    <template id="wx_dll_b" template="wx_lib_b">
        <set var="WXDLLNAME">$(wxwin.mkDllName(wxid))</set>
        <dllname>$(WXDLLNAME)</dllname>
        <version>$(WX_VERSION)</version>
        <so_version>$(WXSOVERSION)</so_version>

        <!-- FIXME: until libtool scheme is implemented in bakefile -->
        <ldflags cond="FORMAT=='autoconf'">$(WXMACVERSION_CMD)</ldflags>

        <!-- version info resources: -->
        <res-define>WXDLLNAME=$(WXDLLNAME)</res-define>
        <if cond="FORMAT=='autoconf'">
            <res-include>$(RCDEFDIR)</res-include>
            <res-include>$(TOP_SRCDIR)include</res-include>
            <postlink-command>$(DYLIB_RPATH_POSTLINK)</postlink-command>
        </if>
        <win32-res>$(WXTOPDIR)src/msw/version.rc</win32-res>

    </template>

    <template id="wx_3rdparty_dependencies_gui" cond="USE_GUI=='1'">
        <depends>wxtiff</depends>
        <depends>wxjpeg</depends>
        <depends>wxpng</depends>
        <depends>wxscintilla</depends>
    </template>

    <template id="wx_3rdparty_dependencies"
              template="wx_3rdparty_dependencies_gui">
        <depends>wxexpat</depends>
        <depends>wxzlib</depends>
        <depends>wxregex</depends>
    </template>

    <template id="wx_3rdparty_includes_gui" cond="USE_GUI=='1'">
        <include>$(INC_TIFF_BUILD)</include>
        <include>$(INC_TIFF)</include>
        <include>$(INC_JPEG)</include>
        <include>$(INC_PNG)</include>
    </template>

    <template id="wx_3rdparty_includes"
              template="wx_3rdparty_includes_gui">
        <include>$(INC_ZLIB)</include>
        <include>$(INC_REGEX)</include>
        <include>$(INC_EXPAT)</include>
    </template>

    <template id="wx_lib"
              template="wx_lib_b,wx_3rdparty_includes,msvc_setup_h"/>
    <template id="wx_base_lib"
              template="wx_lib_b,wx_3rdparty_includes,msvc_setup_h">
        <define>wxUSE_GUI=0</define>
    </template>

    <template id="wx_dll"
              template="wx_dll_b,wx_3rdparty_dependencies,wx_3rdparty_includes"
              template_append="msvc_setup_h,wx_append_nomono"/>
    <template id="wx_base_dll"
              template="wx_dll_b,wx_3rdparty_dependencies,wx_3rdparty_includes"
              template_append="msvc_setup_h,wx_append_base_nomono">
        <define>wxUSE_GUI=0</define>
    </template>

    <!-- =============================================================== -->
    <!--             Templates for building wxWidgets plugins:           -->
    <!-- =============================================================== -->

    <if cond="WX_STABLE_BRANCH=='1'">
        <set var="PLUGIN_VERSION0">
            <if cond="PLATFORM_UNIX=='1'">$(WX_RELEASE)</if>
            <if cond="PLATFORM_UNIX=='0'">$(WX_RELEASE_NODOT)</if>
        </set>
    </if>
    <if cond="WX_STABLE_BRANCH=='0'">
        <set var="PLUGIN_VERSION0">
            <if cond="PLATFORM_UNIX=='1'">$(WX_VERSION)</if>
            <if cond="PLATFORM_UNIX=='0'">$(WX_VERSION_NODOT)</if>
        </set>
    </if>
    <set var="PLUGVERDELIM">
        <if cond="PLATFORM_UNIX=='1'">-</if>
        <if cond="PLATFORM_UNIX=='0'"></if>
    </set>
    <set var="PLUGIN_VERSION">$(PLUGVERDELIM)$(PLUGIN_VERSION0)</set>

    <set var="PLUGINS_INST_DIR" make_var="1">
        $(LIBDIR)/wx/$(PLUGIN_VERSION0)
    </set>

    <define-rule name="wx-base-plugin" extends="module">
        <template>
            <dllname>
                $(id)$(WX_U_D_SUFFIX)$(PLUGIN_VERSION)$(WXCOMPILER)
            </dllname>
            <define>WXUSINGDLL</define>
            <define>wxUSE_GUI=0</define>
            <install-to>$(PLUGINS_INST_DIR)</install-to>
        </template>
    </define-rule>

    <define-rule name="wx-gui-plugin" extends="module">
        <template template="wx">
            <dllname>
                $(id)_$(PORTNAME)$(WXUNIVNAME)$(WX_U_D_SUFFIX)$(PLUGIN_VERSION)$(WXCOMPILER)
            </dllname>
            <define>WXUSINGDLL</define>
            <install-to>$(PLUGINS_INST_DIR)</install-to>
        </template>
    </define-rule>

    <!-- =============================================================== -->
    <!--               Support for wxWidgets samples:                    -->
    <!-- =============================================================== -->

    <!-- Link against one wxWin library. Value must be literal! -->
    <define-tag name="wx-lib" rules="exe,dll,module">
        <sys-lib>$(wxwin.libToLink(value))</sys-lib>
        <ldlibs>$(wxwin.extraLdflags(value))</ldlibs>
        <!-- msvs200?prj formats don't support external dependencies yet: -->
        <if cond="FORMAT in ['msvc6prj','msevc4prj'] and MONOLITHIC=='0'">
            <depends-on-dsp>$(wxwin.makeDspDependency(value))</depends-on-dsp>
        </if>
    </define-tag>


    <!-- A hack to keep autoconf happy (we pass CPPFLAGS that contain
         {top_srcdir} from configure, poor bakefile can't know that
         and won't output top_srcdir = @top_srcdir@ line): -->
    <set var="VARS_DONT_ELIMINATE" append="1">top_srcdir</set>


</makefile>