Include merge.h, so it shows up in the distribution tarball.
[metze/wireshark/wip.git] / config.nmake
1 # $Id$
2
3 # Some more information about the settings in this file can be found in
4 # the file README.windows and the Developer's Guide (available online).
5
6 ##### Program name #####
7 # Changing the name is experimental and may break the installer/unistaller and possibly other stuff.
8 # Application data will still be under the same dir as Wireshark so perference files profiles etc
9 # will be shared with a "normal" Wireshark installation.
10 # Note that suport libararies needs to be in PROGRAM_NAME-libs...
11
12 !IFNDEF PROGRAM_NAME
13 PROGRAM_NAME=Wireshark
14 !ENDIF
15
16 ##### Target platform #####
17 # Only "win32" and "win64" are valid (for now).
18 # This can be defined in the system environment.
19 !IFNDEF WIRESHARK_TARGET_PLATFORM
20 WIRESHARK_TARGET_PLATFORM=win32
21 !ENDIF
22
23 ##### Versions #####
24
25 # The SVN revision of our build. Updated by make-version.pl
26 SVN_REVISION=0
27
28 # The current Wireshark version. Recommended: Leave unchanged.
29 # Updated by make-version.pl
30 VERSION_MAJOR=1
31 VERSION_MINOR=11
32 VERSION_MICRO=0
33 VERSION_BUILD=$(SVN_REVISION)
34
35 # Local build information. Recommended: Unique string for your
36 # environment, e.g. "-JackStackBarbecue". Updated by make-version.pl
37
38 VERSION_EXTRA=
39
40 # The version of the wiretap library. Recommended: Leave unchanged.
41 WTAP_VERSION_MAJOR=$(VERSION_MAJOR)
42 WTAP_VERSION_MINOR=$(VERSION_MINOR)
43 WTAP_VERSION_MICRO=0
44
45 ##### Directories #####
46
47 #
48 # Base directory, where your libraries reside, which are needed to
49 # compile the sources. This setting is used only inside this file.
50 # This can be defined in the system environment.
51 #
52 !IFNDEF WIRESHARK_LIB_DIR
53 WIRESHARK_LIB_DIR=C:\$(PROGRAM_NAME)-$(WIRESHARK_TARGET_PLATFORM)-libs
54 !ENDIF
55
56 #
57 # Base directory, where your programs reside.
58 # This setting is used only inside this file.
59 #
60 PROGRAM_FILES=$(PROGRAMFILES)
61
62 #
63 # Location of the "tools" directory. This affects HTML2TXT below and should
64 # be overridden by makefiles in any subdirectories that use HTML2TXT.
65 !IFNDEF TOOLS_DIR
66 TOOLS_DIR=tools
67 !ENDIF
68
69 #
70 # Machine type for the compiler and linker
71 # TARGET_MACHINE (Used for link /MACHINE) should be one of "X86" or "X64"
72 # (sorry ARM, Alpha, MIPS, and Itanium fans).
73 # CPU (Used by win32.mak) should be one of "i386" or "AMD64".
74 # PROCESSOR_ARCHITECTURE (Used for redistributable packages and
75 # manifests) should be one of "x86" or "amd64".
76 !if "$(WIRESHARK_TARGET_PLATFORM)" == "win32"
77 TARGET_MACHINE=x86
78 CPU=i386
79 PROCESSOR_ARCHITECTURE=x86
80 !else if "$(WIRESHARK_TARGET_PLATFORM)" == "win64"
81 TARGET_MACHINE=x64
82 CPU=AMD64
83 PROCESSOR_ARCHITECTURE=amd64
84 !else
85 !error Your mysterious moon-man architecture "$(WIRESHARK_TARGET_PLATFORM)" frightens and confuses us.
86 !endif
87
88
89 ##### Microsoft Visual C / Studio Variant #####
90 # For the different Studios, see: http://en.wikipedia.org/wiki/Microsoft_Visual_Studio
91 # Only one of the following MSVC_VARIANT settings should be used
92
93 # "Microsoft Visual Studio 2005"
94 # Visual C++ 8.0, _MSC_VER 1400, msvcr80.dll
95 #MSVC_VARIANT=MSVC2005
96
97 # "Microsoft Visual C++ 2005 Express Edition"
98 # needs additional Platform SDK installation
99 # Visual C++ 8.0, _MSC_VER 1400, msvcr80.dll
100 #MSVC_VARIANT=MSVC2005EE
101
102 # "Microsoft .Net Framework 2.0 SDK"
103 # needs additional Platform SDK installation
104 # Visual C++ 8.0, _MSC_VER 1400, msvcr80.dll
105 #MSVC_VARIANT=DOTNET20
106
107 # "Microsoft Visual Studio 2008"
108 # Visual C++ 9.0, _MSC_VER 1500, msvcr90.dll
109 #MSVC_VARIANT=MSVC2008
110
111 # "Microsoft Visual C++ 2008 Express Edition"
112 # Visual C++ 9.0, _MSC_VER 1500, msvcr90.dll
113 #MSVC_VARIANT=MSVC2008EE
114
115 # "Microsoft Visual Studio 2010"
116 # Visual C++ 10.0, _MSC_VER 1600, msvcr100.dll
117 #MSVC_VARIANT=MSVC2010
118
119 # "Microsoft Visual C++ 2010 Express Edition"
120 # Visual C++ 10.0, _MSC_VER 1600, msvcr100.dll
121 #MSVC_VARIANT=MSVC2010EE
122
123 # "Microsoft Visual C++ 2012 Express Edition"
124 # Visual C++ 11.0, _MSC_VER 1700, msvcr110.dll
125 ## Notes:
126 ##    1. Sep 20,2012: *Beta*: Build with VC11 (2012) succeeds; Seems OK: Minimally tested;
127 ##        win32.mak is apparently not part of the MS 2012EE install;
128 ##        To build Windows Wireshark, win32.mak must be obtained*
129 ##        and copied to a dir specified in the Windows Environment
130 ##        variable 'include' (or to a dir added to the list in 'include').
131 ##        *One possibility: download the Windows 7 Platform SDK and copy
132 ##         win32.mak from ...\Microsoft SDKs\Windows\v7.[something]\include
133 ##         See: http://ask.wireshark.org/questions/14343/setting-development-project-under-visual-studio-2012
134 ##    2. Dec 28,2012: "VS2012 Update 1" is required to use VS 2012 to build an .exe which
135 ##        will run on Windows XP (as well as on later versions of Windows).
136 ##        ToDo: It appears that some special setup is required to to do this.
137 ##          https://blogs.msdn.com/b/vcblog/archive/2012/10/08/10357555.aspx
138 ##    3. Feb 07,2013: [WMeier] I've noted no problems to date with Wireshark built with VS2012
139 ##        based upon a fair amount of use while doing Wireshark testing and debugging.
140 ##
141 #MSVC_VARIANT=MSVC2012EE
142
143 # "Microsoft Visual Studio 2012"
144 # Visual C++ 11.0, _MSC_VER 1700, msvcr110.dll
145 #MSVC_VARIANT=MSVC2012
146
147 # The default if we haven't set a system environment variable or
148 # uncommented an entry above.  We default to the version recommended
149 # in the Developer's Guide, namely MSVC++ 2010 Express Edition.
150 !IFNDEF MSVC_VARIANT
151 MSVC_VARIANT=MSVC2010EE
152 !ENDIF
153
154 #
155 # Optional: To compile some time critical code from assembler instead of C
156 #
157 # If you have the NASM compiler, set this to the NASM executable.
158 # http://nasm.sourceforge.net/
159 #
160 # If you don't have NASM, comment this line out, so that NASM
161 # isn't defined.
162 #
163 NASM=$(WIRESHARK_LIB_DIR)\nasm-2.09.08\nasm.exe
164
165 #
166 # Optional: the Python library enables scripting support.
167 #
168 # If you don't have the Python library, comment this line out, so that
169 # PYTHON_EMBED isn't defined.
170 #
171 # NOTE: The Python library must have been compiled with the same
172 # compiler (MSVC_VARIANT) as Wireshark. Known python.org Python
173 # CRT versions:
174 #
175 # Python version    CRT (32-bit)    CRT (64-bit)
176 # 2.4.4             7.1             ?
177 # 2.6.1             9.0             ?
178 # 2.6.2             ?               9.0
179 # 2.7.1             9.0             9.0
180 # 3.2.2             9.0             9.0
181 #
182 # If you versions of Python and Visual C++ use different CRTs
183 # comment this out.
184 #
185 # XXX The DLL path in epan/wspython/wspy_libws.py likely needs to
186 # be fixed before this is enabled by default.
187 #PYTHON_EMBED=1
188
189 #
190 # Optional: the Python interpreter is used as part of the buildsystem
191 #
192 # This will override the automatic detection below.
193 #PYTHON_VER=27
194 #PYTHON_DIR=C:\Python$(PYTHON_VER)
195
196 #
197 # If you don't have the native Python package installed, you can use
198 # the Cygwin version (not recommended)
199 #
200 #PYTHON=env python
201
202 # Santity check: native vs Cygwin Python options
203 !IF DEFINED(PYTHON) && DEFINED(PYTHON_DIR)
204 !ERROR PYTHON and PYTHON_DIR cannot be specified at the same time
205 !ENDIF
206
207 # Find native Python automatically if PYTHON(_DIR) wasn't defined
208 !IF !DEFINED(PYTHON) && !DEFINED(PYTHON_DIR)
209 !IF EXIST(c:\Python27\python.exe)
210 PYTHON_VER=27
211 !ELSE IF EXIST(c:\Python26\python.exe)
212 PYTHON_VER=26
213 !ELSE IF EXIST(c:\Python25\python.exe)
214 PYTHON_VER=25
215 !ELSE IF EXIST(c:\Python24\python.exe)
216 PYTHON_VER=24
217 !ENDIF
218
219 !IF DEFINED(PYTHON_VER)
220 PYTHON_DIR=C:\Python$(PYTHON_VER)
221 !ENDIF
222 !ENDIF
223
224 !IF DEFINED(PYTHON_DIR)
225 PYTHON="$(PYTHON_DIR)\python.exe"
226 PATH=$(PYTHON_DIR);$(PATH)
227 !ENDIF
228
229 #### Save files as pcap-ng by default. Comment out to use pcap instead. ####
230 PCAP_NG_DEFAULT=^#define PCAP_NG_DEFAULT 1
231
232 ##### To Use packet editor uncomment this line ####
233 ### Warning Experimental - work in progress
234 #WANT_PACKET_EDITOR=^#define WANT_PACKET_EDITOR 1
235
236 !if "$(WIRESHARK_TARGET_PLATFORM)" == "win32"
237 ##### Win32 Libraries #####
238 #
239 # Mandatory: GLib settings
240 #
241 # Please note: Since Wireshark release 1.0.0, we no longer support GLib1.x
242 #
243 GLIB_VERSION=2.0
244
245 #
246 # Mandatory: GLib, GTK & related library settings
247 #
248 # Please note: Since Wireshark release 1.0.0, we no longer support GTK1.x
249 #
250 # If you want building with GTK+, set GTK_DIR to the pathname of the
251 # directory in which the "include" and "lib" directories reside.
252 #
253 # Set the name to gtk3 if you want to use gtk3
254 GTK_NAME=gtk2
255 GTK_DIR=$(WIRESHARK_LIB_DIR)\$(GTK_NAME)
256
257
258 # These macros are used by the nsis installer script and by the install target.
259 #EXPAT_DLL=libexpat-1.dll
260 FFI_DLL=libffi-5.dll
261 FONTCONFIG_DLL=libfontconfig-1.dll
262 FREETYPE_DLL=libfreetype-6.dll
263 INTL_DLL=libintl-8.dll
264 JASPER_DLL=libjasper-1.dll
265 JPEG_DLL=libjpeg-8.dll
266 LZMA_DLL=liblzma-5.dll
267 PIXMAN_DLL=libpixman-1-0.dll
268 PNG_DLL=libpng15-15.dll
269 TIFF_DLL=libtiff-5.dll
270 XML_DLL=libxml2-2.dll
271
272 # This macro is used by the setup target.
273 !IF "$(GTK_NAME)" == "gtk2"
274 GDK_DLL=libgdk-win32-2.0-0.dll
275 GTK_DLL=libgtk-win32-2.0-0.dll
276 #GTK_PKG=2.24.10-2.7
277 GTK_PKG=2.24.14-1.1
278 PKG_SUFIX=ws
279 !ELSE
280 GDK_DLL=libgdk-3-0.dll
281 GTK_DLL=libgtk-3-0.dll
282 PKG_SUFIX=ws
283 GTK_PKG=3.4.4-2.1
284 !ENDIF
285
286 #
287 # Mandatory: Version numbers of GTK and pango.
288 #
289 # (MAJOR + MINOR Version number but without MICRO version number)
290 # These macros are used by the nsis installer script and by the setup target.
291 #
292 !IF "$(GTK_NAME)" == "gtk2"
293 GTK_INST_VERSION=2.24
294 !ELSE
295 GTK_INST_VERSION=3.4
296 !ENDIF
297
298 #
299 # Optional: WinPcap developer's pack to capture network traffic.
300 #
301 # If you have the WinPcap developer's pack (at least version 3.0),
302 # set this to the directory in which the WinPcap developer's pack resides.
303 #
304 # If you don't have the WPdpack, comment this line out, so that
305 # PCAP_DIR isn't defined.
306 #
307 PCAP_DIR=$(WIRESHARK_LIB_DIR)\WPdpack
308 # This macro is used by the nsis installer script, by the u3/portable apps and by the setup target.
309 PCAP_VERSION=4_1_3
310 WPD_VERSION=4_1_2
311
312 #
313 # Optional: WinPcap remote capture support and new API
314 # (pcap_open(), pcap_findalldevs_ex(), etc.)
315 #
316 PCAP_REMOTE=1
317
318 #
319 # Optional: The ZLib enables unzipping of gzip compressed capture files
320 # "on the fly".
321 #
322 # If you have Zlib, set this to directory in which the Zlib headers
323 # and .lib file are stored.
324 #
325 # If you don't have Zlib, comment this line out, so that ZLIB_DIR isn't
326 # defined.
327 # EXperimental only use zlib 1.2.5 on win32 for now
328 ZLIB_DIR=$(WIRESHARK_LIB_DIR)\zlib125
329
330 #
331 # Optional: the ADNS library enables asynchronous (nonblocking) DNS
332 # name resolvings.
333 #
334 # If you have GNU ADNS, set this to the directory in which the GNU ADNS
335 # .lib file is stored.
336 #
337 # If you don't have GNU ADNS, comment this line out, so that ADNS_DIR
338 # isn't defined.
339 #
340 # If C_ARES_DIR is defined below, it will override this setting.
341 #
342 #ADNS_DIR=$(WIRESHARK_LIB_DIR)\adns-1.0-win32-05ws
343
344 #
345 # Optional: the c-ares library enables asynchronous (nonblocking) DNS
346 # name resolvings.
347 #
348 # If you have c-ares, set this to the directory in which the c-ares
349 # .lib file is stored. Setting this will override ADNS_DIR above. You
350 # can't have both.
351 #
352 # If you're using Visual C++ 6.0, you'll have to use a platform SDK that
353 # defines socklen_t, such as Windows Server 2003 PSDK.
354 #
355 # If you don't have c-ares, comment this line out, so that C_ARES_DIR
356 # isn't defined.
357 #
358 C_ARES_PKG=1.9.1-1
359
360 #
361 # Optional: the GnuTLS library enables ssl decryption.
362 #
363 # If you have the GnuTLS library, set this to the package version.
364 #
365 # If you don't have GnuTLS, comment this line out, so that GNUTLS_PKG
366 # isn't defined.
367 #
368 # Platform SDK conflicts with openssl.h header
369 GNUTLS_PKG=2.12.18-1.2
370
371 #
372 # Optional: the KFW library enables kerberos/sasl/dcerpc decryption.
373 #
374 # If you have the kerberos for windows (mit) library, set this to the
375 # directory where the kfw package is stored.
376 #
377 # If you don't have KFW, comment this line out, so that KFW_DIR
378 # isn't defined.
379 #
380 KFW_DIR=$(WIRESHARK_LIB_DIR)\kfw-3-2-2-i386-ws-vc6
381
382 #
383 # Optional: the Nettle library enables ??? decryption.
384 #
385 # If you have the Nettle encryption library, set this to the
386 # directory in which the nettle package is stored.
387 #
388 # If you don't have Nettle, comment this line out, so that NETTLE_DIR
389 # isn't defined.
390 #
391 # NETTLE_DIR=$(WIRESHARK_LIB_DIR)\nettle-1.10
392
393 #
394 # Optional: the LUA library enables scripting support.
395 #
396 # If you have the LUA library, set this to the directory in which
397 # the LUA package is stored.
398 #
399 # If you don't have LUA, comment this line out, so that LUA_DIR
400 # isn't defined.
401 #
402 LUA_DIST=5_1_4_Win32_dll6
403 LUA_DIR=$(WIRESHARK_LIB_DIR)\lua5.1.4
404
405 #
406 # Optional: the PORTAUDIO library enables audio output for RTP streams.
407 #
408 # If you have the PORTAUDIO library (used for rtp_player), set this to
409 # the directory in which the PORTAUDIO library is stored.
410 #
411 # If you don't have PORTAUDIO, comment this line out, so that
412 # PORTAUDIO_DIR isn't defined.
413 #
414 #PORTAUDIO_DIR=$(WIRESHARK_LIB_DIR)\portaudio_v18_1
415 PORTAUDIO_DIR=$(WIRESHARK_LIB_DIR)\portaudio_v19_2
416
417 #
418 # Version number of PortAudio
419 #
420 #PORTAUDIO_VERSION=18
421 PORTAUDIO_VERSION=19
422
423 #
424 # Optional: AirPcap developer's pack to capture wireless network traffic
425 # incl. 802.11 management frames.
426 #
427 # If you have the AirPcap developer's pack, set this to the directory
428 # in which the AirPcap developer's pack resides.
429 #
430 # If you don't have the AirPcap developer's pack, comment this line out,
431 # so that AIRPCAP_DIR isn't defined.
432 #
433 AIRPCAP_DIR=$(WIRESHARK_LIB_DIR)\AirPcap_Devpack_4_1_0_1622\AirPcap_Devpack
434
435 #
436 # Optional: LIBSMI, System Management Interface
437 #
438 # Used for oid-name resolution for SNMP and other protocols
439 #
440 SMI_PKG=svn-40773
441
442 #
443 # Optional: GeoIP, IP address database lookups
444 #
445 # Used to map IP addresses to MaxMind GeoIP database entries
446 #
447 GEOIP_PKG=1.4.8-2
448
449 #
450 # Optional: WinSparkle, software updates
451 #
452 # Used for automatic software updates
453 #
454 WINSPARKLE_PKG=0.3-44-g2c8d9d3-win32ws
455
456 !else
457 ##### Win64 Libraries #####
458 #
459 # Mandatory: GLib settings
460 #
461 # Please note: Since Wireshark release 1.0.0, we no longer support GLib1.x
462 #
463 GLIB_VERSION=2.0
464
465 #
466 # Mandatory: GLib, GTK & related library settings
467 #
468 # Please note: Since Wireshark release 1.0.0, we no longer support GTK1.x
469 #
470 # If you want building with GTK+, set GTK_DIR to the pathname of the
471 # directory in which the "include" and "lib" directories reside.
472 #
473 #
474 # Set the name to gtk3 if you want to use gtk3 - (experimental ?)
475 GTK_NAME=gtk2
476 GTK_DIR=$(WIRESHARK_LIB_DIR)\$(GTK_NAME)
477
478 # These macros are used by the nsis installer script and by the install target.
479 #EXPAT_DLL=libexpat-1.dll
480 FFI_DLL=libffi-5.dll
481 FONTCONFIG_DLL=libfontconfig-1.dll
482 FREETYPE_DLL=libfreetype-6.dll
483 INTL_DLL=libintl-8.dll
484 JASPER_DLL=libjasper-1.dll
485 JPEG_DLL=libjpeg-8.dll
486 LZMA_DLL=liblzma-5.dll
487 PIXMAN_DLL=libpixman-1-0.dll
488 PNG_DLL=libpng15-15.dll
489 TIFF_DLL=libtiff-5.dll
490 XML_DLL=libxml2-2.dll
491
492 # These macros are used by the setup target.
493 !IF "$(GTK_NAME)" == "gtk2"
494 GDK_DLL=libgdk-win32-2.0-0.dll
495 GTK_DLL=libgtk-win32-2.0-0.dll
496 #GTK_PKG=2.24.10-2.7
497 GTK_PKG=2.24.14-1.1
498 PKG_SUFIX=ws
499 !ELSE
500 GDK_DLL=libgdk-3-0.dll
501 GTK_DLL=libgtk-3-0.dll
502 PKG_SUFIX=ws
503 GTK_PKG=3.4.4-2.1
504 !ENDIF
505
506 #
507 # Mandatory: Version numbers of GTK and pango.
508 #
509 # (MAJOR + MINOR Version number but without MICRO version number)
510 # These macros are used by the nsis installer script and by the setup target.
511 #
512 !IF "$(GTK_NAME)" == "gtk2"
513 #GTK_INST_VERSION=2.16
514 GTK_INST_VERSION=2.24
515 !ELSE
516 GTK_INST_VERSION=3.4
517 !ENDIF
518
519 #
520 # Optional: WinPcap developer's pack to capture network traffic.
521 #
522 # If you have the WinPcap developer's pack (at least version 3.0),
523 # set this to the directory in which the WinPcap developer's pack resides.
524 #
525 # If you don't have the WPdpack, comment this line out, so that
526 # PCAP_DIR isn't defined.
527 #
528 PCAP_DIR=$(WIRESHARK_LIB_DIR)\WPdpack
529 # This macro is used by the nsis installer script, by the u3/portable apps and by the setup target.
530 PCAP_VERSION=4_1_3
531 WPD_VERSION=4_1_2
532
533 #
534 # Optional: WinPcap remote capture support and new API
535 # (pcap_open(), pcap_findalldevs_ex(), etc.)
536 #
537 PCAP_REMOTE=1
538
539 #
540 # Optional: The ZLib enables unzipping of gzip compressed capture files
541 # "on the fly".
542 #
543 # If you have Zlib, set this to directory in which the Zlib headers
544 # and .lib file are stored.
545 #
546 # If you don't have Zlib, comment this line out, so that ZLIB_DIR isn't
547 # defined.
548 #
549 ZLIB_DIR=$(WIRESHARK_LIB_DIR)\zlib125
550
551 #
552 # Optional: the ADNS library enables asynchronous (nonblocking) DNS
553 # name resolvings.
554 #
555 # If you have GNU ADNS, set this to the directory in which the GNU ADNS
556 # .lib file is stored.
557 #
558 # If you don't have GNU ADNS, comment this line out, so that ADNS_DIR
559 # isn't defined.
560 #
561 # If C_ARES_DIR is defined below, it will override this setting.
562 #
563 #ADNS_DIR=$(WIRESHARK_LIB_DIR)\adns-1.0-win32-05ws
564
565 #
566 # Optional: the c-ares library enables asynchronous (nonblocking) DNS
567 # name resolvings.
568 #
569 # If you have c-ares, set this to the directory in which the c-ares
570 # .lib file is stored. Setting this will override ADNS_DIR above. You
571 # can't have both.
572 #
573 # If you're using Visual C++ 6.0, you'll have to use a platform SDK that
574 # defines socklen_t, such as Windows Server 2003 PSDK.
575 #
576 # If you don't have c-ares, comment this line out, so that C_ARES_DIR
577 # isn't defined.
578 #
579 C_ARES_PKG=1.9.1-1
580
581 #
582 # Optional: the GnuTLS library enables ssl decryption.
583 #
584 # If you have the GnuTLS library, set this to the package version.
585 #
586 # If you don't have GnuTLS, comment this line out, so that GNUTLS_PKG
587 # isn't defined.
588 #
589 # Platform SDK conflicts with openssl.h header
590 GNUTLS_PKG=2.12.18-1.2-1
591
592 #
593 # Optional: the KFW library enables kerberos/sasl/dcerpc decryption.
594 #
595 # If you have the kerberos for windows (mit) library, set this to the
596 # directory where the kfw package is stored.
597 #
598 # If you don't have KFW, comment this line out, so that KFW_DIR
599 # isn't defined.
600 #
601 #KFW_DIR=$(WIRESHARK_LIB_DIR)\kfw-3.2.2-ws1
602
603 #
604 # Optional: the Nettle library enables ??? decryption.
605 #
606 # If you have the Nettle encryption library, set this to the
607 # directory in which the nettle package is stored.
608 #
609 # If you don't have Nettle, comment this line out, so that NETTLE_DIR
610 # isn't defined.
611 #
612 # NETTLE_DIR=$(WIRESHARK_LIB_DIR)\nettle-1.10
613
614 #
615 # Optional: the LUA library enables scripting support.
616 #
617 # If you have the LUA library, set this to the directory in which
618 # the LUA package is stored.
619 #
620 # If you don't have LUA, comment this line out, so that LUA_DIR
621 # isn't defined.
622 #
623 LUA_DIST=-5.1.4_Win64_dll10
624 LUA_DIR=$(WIRESHARK_LIB_DIR)\lua5.1.4
625
626 #
627 # Optional: the PORTAUDIO library enables audio output for RTP streams.
628 #
629 # If you have the PORTAUDIO library (used for rtp_player), set this to
630 # the directory in which the PORTAUDIO library is stored.
631 #
632 # If you don't have PORTAUDIO, comment this line out, so that
633 # PORTAUDIO_DIR isn't defined.
634 #
635 #PORTAUDIO_DIR=$(WIRESHARK_LIB_DIR)\portaudio_v18_1
636 PORTAUDIO_DIR=$(WIRESHARK_LIB_DIR)\portaudio_v19_2
637
638 #
639 # Version number of PortAudio
640 #
641 #PORTAUDIO_VERSION=18
642 PORTAUDIO_VERSION=19
643
644 #
645 # Optional: AirPcap developer's pack to capture wireless network traffic
646 # incl. 802.11 management frames.
647 #
648 # If you have the AirPcap developer's pack, set this to the directory
649 # in which the AirPcap developer's pack resides.
650 #
651 # If you don't have the AirPcap developer's pack, comment this line out,
652 # so that AIRPCAP_DIR isn't defined.
653 #
654 AIRPCAP_DIR=$(WIRESHARK_LIB_DIR)\AirPcap_Devpack_4_1_0_1622\AirPcap_Devpack
655
656 #
657 # Optional: LIBSMI, System Management Interface
658 #
659 # Used for oid-name resolution for SNMP and other protocols
660 #
661 SMI_PKG=svn-40773
662
663 #
664 # Optional: GeoIP, IP address database lookups
665 #
666 # Used to map IP addresses to MaxMind GeoIP database entries
667 #
668 GEOIP_PKG=1.4.8-2
669
670 #
671 # Optional: WinSparkle, software updates
672 #
673 # Used for automatic software updates
674 #
675 WINSPARKLE_PKG=0.3-44-g2c8d9d3-win64ws
676
677 !endif
678 ##### win32 / win64 #####
679
680 !IF "$(GTK_NAME)" == "gtk2"
681 GTK_ETC_DIR=etc\gtk-2.0
682 GTK_ENGINES_DIR=lib\gtk-2.0\$(GTK_LIB_DIR)\engines
683 GTK_MODULES_DIR=lib\gtk-2.0\modules
684 GTK_THEMES_DIR=share\themes\MS-Windows\gtk-2.0
685 !ELSE
686 GTK_ETC_DIR=etc\gtk-3.0
687 GTK_SCHEMAS_DIR=\share\glib-2.0\schemas
688 !ENDIF
689
690
691 ##### Tools #####
692
693 # Set the following mandatory commands to find the tools.
694 # The easiest way is to use the corresponding packages from cygwin.
695
696 # Set up the path to the cygwin binaries
697 CYGWIN_PATH=c:\cygwin\bin
698
699 # command for a shell (cygwin's bash package recommended)
700 SH_PROG=bash
701
702 # bash versions after 3.1.6 need the 'igncr' shell option to be able to
703 #  process scripts in windows 'native format' (dos crlf format).
704 # The following !IF results in the option being used only if it is available
705 #  since using it on bash version 3.1.6 (or earlier) is not required and
706 #  will cause an error message.
707 !if "$(SH_PROG)"=="bash" && [$(CYGWIN_PATH)\bash -c "set -o igncr" 2>nul: ] == 0
708 SH_FLAGS=-o igncr
709 !endif
710
711 SH=$(SH_PROG) $(SH_FLAGS)
712
713
714 # command for perl (cygwin's perl package recommended)
715 PERL=perl
716
717 # command for pod2man and pod2html
718 # (part of the perl package, usually leave these unchanged)
719 POD2MAN=$(SH) pod2man
720 POD2HTML=$(SH) pod2html
721
722 # command for lex/flexx (cygwin's flex recommended)
723 LEX=flex
724
725 # command for yacc/bison (cygwin's bison recommended)
726 YACC=bison
727
728 # Commands to convert UNIX line endings to DOS/Windows
729 UNIX2DOS=u2d
730 TEXTIFY=$(SH) $(TOOLS_DIR)/textify.sh
731
732 #
733 # Optional: To build the NSIS installer.
734 #
735 # If you have the NSIS package, set this to the NSIS executable.
736 #
737 # If you don't have NSIS, comment this line out, so that MAKENSIS
738 # isn't defined.
739 #
740 MAKENSIS="$(PROGRAM_FILES)\NSIS\makensis.exe"
741
742 #
743 # Optional: To build the NSIS PortableApps installer.
744 #
745 # If you have the NSIS Unicode package, set this to the NSIS Unicode executable.
746 #
747 # If you don't have NSIS Unicode, comment this line out, so that
748 # MAKENSIS_UNICODE isn't defined.
749 #
750 MAKENSIS_UNICODE="$(PROGRAM_FILES)\NSIS\Unicode\makensis.exe"
751
752 #
753 # Optional: To build the developers API documentation with doxygen and dot.
754 # Currently experimental, outdated and incomplete.
755 #
756 # You will have to download and install:
757 # Doxygen from: http://www.doxygen.org
758 # Graphviz from: http://www.research.att.com/sw/tools/graphviz/
759 #
760 # If you have doxygen, set this to the doxygen executable.
761 #
762 # If you don't want the developers documentation (or don't have the tools),
763 # comment this line out, so that DOXYGEN isn't defined.
764 #
765 #DOXYGEN="$(PROGRAM_FILES)/doxygen/bin/doxygen.exe"
766
767 #
768 # Recommended: Use the compressed html help format .chm as the Wireshark integrated help.
769 #
770 # The required htmlhelp.h and htmlhelp.lib should be included in versions of MSVC supported by Wireshark
771 #
772 # If you don't want the online help (or don't have the tools),
773 # comment this line out, so that HHC_DIR isn't defined.
774 #
775 HHC_DIR=$(PROGRAM_FILES)\HTML Help Workshop
776
777 #
778 # Optional: To reduce the size of dlls and exes, which is especially useful for USB device distributions (U3, PortableApps)
779 #
780 # If you have the UPX package, set this to the upx.exe executable.
781 #
782 # UPX can be downloaded from:
783 #   http://upx.sourceforge.net/
784 #
785 # If you don't have UPX, or don't want to pack exes and dlls,
786 # comment this line out, so that UPX isn't defined.
787 #
788
789 UPX=$(WIRESHARK_LIB_DIR)\upx303w\upx.exe
790
791 ##### Flags, PATHs and Miscellaneous #####
792
793 # Santity check: Python embedding requires a valid PYTHON_DIR
794 !IF DEFINED(PYTHON_EMBED) && !DEFINED(PYTHON_DIR)
795 !ERROR PYTHON_EMBED requires that PYTHON_DIR is defined
796 !ENDIF
797
798 # "convert" the MSVC variant into the required MSC compiler version
799 !IF "$(MSVC_VARIANT)" == "MSVC2005" || "$(MSVC_VARIANT)" == "MSVC2005EE" || "$(MSVC_VARIANT)" == "DOTNET20"
800 MSC_VER_REQUIRED=1400
801 !ELSEIF "$(MSVC_VARIANT)" == "MSVC2008" ||  "$(MSVC_VARIANT)" == "MSVC2008EE"
802 MSC_VER_REQUIRED=1500
803 !ELSEIF "$(MSVC_VARIANT)" == "MSVC2010" ||  "$(MSVC_VARIANT)" == "MSVC2010EE"
804 MSC_VER_REQUIRED=1600
805 !ELSEIF "$(MSVC_VARIANT)" == "MSVC2012" ||  "$(MSVC_VARIANT)" == "MSVC2012EE"
806 MSC_VER_REQUIRED=1700
807 !ELSE
808 !ERROR MSVC_VARIANT unknown
809 !ENDIF
810
811 ## Manifest processing is not needed for VC10 (Visual Studio 2010 C)
812 ## See: http://msdn.microsoft.com/en-us/library/dd293574.aspx
813 !IF ($(MSC_VER_REQUIRED) >= 1400) && ($(MSC_VER_REQUIRED) < 1600)
814 MANIFEST_INFO_REQUIRED=1
815 !ENDIF
816
817 ## VS2012 (VC11): configure subsystem version
818 ## See: https://blogs.msdn.com/b/vcblog/archive/2012/10/08/10357555.aspx
819 ## (APPVER used in win32.mak to set subsystem version)
820 !IF ($(MSC_VER_REQUIRED) == 1700)
821 !if "$(WIRESHARK_TARGET_PLATFORM)" == "win32"
822 APPVER=5.01
823 !else
824 APPVER=5.02
825 !endif
826 !ENDIF
827
828 # Compiler flags:
829 # /W3                               Warning level 3 (0 less - 4 most, 1 default).
830 # /Zi                               Create .pdb file for debugging.
831 # /FR                               Create .sbr file with complete symbolic information.
832 #                                   add to standard CFLAGS if you want to build the .sbr files
833 #                                     for Wireshark compiles.
834 #                                     Warning: using /FR for Wireshark requires ~1Gig of additional disk space
835 #                                     XXX: provides less functionality for VC8, ... than for previous compilers ?
836 #                                     XXX: .bsc files not usable (not supported ?) with VC10 (Visual Studio 2010) ?
837 # /MD                               Use "multithread- and DLL-specific version" of run-time libraries.
838 #                                    msvc documentation states that /MD causes _MT and _DLL to be defined
839 #                                    See: http://msdn.microsoft.com/en-us/library/2kzt1wy3%28v=VS.90%29.aspx
840 # /D_CRT_SECURE_NO_DEPRECATE        Don't warn for "insecure" calls;
841 #                                     see MSDN "Security Enhancements in the CRT".
842 # /D_CRT_NONSTDC_NO_DEPRECATE       Don't warn for "Deprecated CRT Functions" as MSDN calls this.
843 # /D_BIND_TO_CURRENT_CRT_VERSION=1  Make sure our CRT and manifest versions match.
844 #                                    (http://msdn.microsoft.com/en-us/library/cc664727.aspx)
845 # /DWIN32_LEAN_AND_MEAN             Don't include unnecessary Windows include files (see windows.h).
846 # /MANIFEST:no                      Don't create a SxS manifest. Makes sure our plugins don't load
847 #                                     a second copy of the CRT.
848 #
849 ##Note: LOCAL_CFLAGS are flags used for *all* compilations
850 ##      STANDARD_CFLAGS (see below) are flags used just for *Wireshark* compilations
851 !IF "$(MSVC_VARIANT)" == "MSVC2005"   || \
852         "$(MSVC_VARIANT)" == "MSVC2005EE" || \
853         "$(MSVC_VARIANT)" == "DOTNET20"   || \
854         "$(MSVC_VARIANT)" == "MSVC2008"   || \
855         "$(MSVC_VARIANT)" == "MSVC2008EE" || \
856         "$(MSVC_VARIANT)" == "MSVC2010"   || \
857         "$(MSVC_VARIANT)" == "MSVC2010EE" || \
858         "$(MSVC_VARIANT)" == "MSVC2012"   || \
859         "$(MSVC_VARIANT)" == "MSVC2012EE"
860 LOCAL_CFLAGS=/Zi /W3 /MD /DWIN32_LEAN_AND_MEAN /DMSC_VER_REQUIRED=$(MSC_VER_REQUIRED) \
861              /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
862
863 !IF "$(WIRESHARK_TARGET_PLATFORM)" != "win64"
864 LOCAL_CFLAGS=$(LOCAL_CFLAGS) /D_BIND_TO_CURRENT_CRT_VERSION=1
865 !ENDIF
866
867 # Additional compiler warnings to be treated as "Level 3"
868 #  when compiling Wireshark sources. (Selected from "level 4" warnings).
869 ## 4295: array is too small to include a terminating null character
870 WARNINGS_CFLAGS=/w34295
871
872 !ELSE
873 !ERROR MSVC_VARIANT unknown
874 !ENDIF
875
876 # http://msdn.microsoft.com/en-us/library/bb385193.aspx
877 # /MP               Compiles multiple source files by using multiple processes
878 # /MP[processMax]   If you omit the processMax argument, the compiler retrieves the number of effective processors
879 #                   on your computer from the operating system, and creates a process for each processor.
880 #
881 # The following compiler options and language features that are incompatible with the /MP option:
882 #
883 # * #import preprocessor directive
884 # * /E, /EP
885 # * /Gm
886 # * /showIncludes
887 # * /Yc
888 #
889 !IF     "$(MSVC_VARIANT)" == "MSVC2008"   || \
890         "$(MSVC_VARIANT)" == "MSVC2008EE" || \
891         "$(MSVC_VARIANT)" == "MSVC2010"   || \
892         "$(MSVC_VARIANT)" == "MSVC2010EE" || \
893         "$(MSVC_VARIANT)" == "MSVC2012"   || \
894         "$(MSVC_VARIANT)" == "MSVC2012EE"
895 LOCAL_CFLAGS= $(LOCAL_CFLAGS) /MP
896 !ENDIF
897
898 # Optional: Static analysis. Only supported in the full-frontal MSVC editions.
899 # http://msdn.microsoft.com/en-us/library/ms182025.aspx
900
901 !IFDEF ENABLE_CODE_ANALYSIS
902 LOCAL_CFLAGS= $(LOCAL_CFLAGS) /analyze:WX-
903 !ENDIF
904
905 #STANDARD_CFLAGS are flags used for *Wireshark* compiles (not stuff like lemon, etc)
906 STANDARD_CFLAGS=/DPCAP_VERSION=$(PCAP_VERSION) $(LOCAL_CFLAGS) $(WARNINGS_CFLAGS)
907
908 # Optional: Define WIRESHARK_GENERATE_BSC_FILE to generate .sbr files for input to bscmake
909 !IFDEF WIRESHARK_GENERATE_BSC_FILE
910 STANDARD_CFLAGS= $(STANDARD_CFLAGS) /FR
911 !ENDIF
912
913 #Comment out the following if warnings are not to be treated as errors
914 WARNINGS_ARE_ERRORS=-WX
915
916 # Linker flags:
917 # /DEBUG  generate debug info
918 # /PROFILE generate map file(s) for profiling
919 # /DEFAULTLIB:xxx use xxx as the standard C library
920 # /NODEFAULTLIB:xxx don't use xxx as the standard C library
921 #
922 LOCAL_LDFLAGS=/DEBUG /MACHINE:$(TARGET_MACHINE)
923 DLL_LDFLAGS =
924 !IFDEF MANIFEST_INFO_REQUIRED
925 DLL_LDFLAGS = /MANIFEST:no
926 !ENDIF
927
928 # Enable Safe Exception Handler.
929 # http://msdn.microsoft.com/en-us/magazine/cc337897.aspx
930 !IF $(MSC_VER_REQUIRED) >= 1300
931 LOCAL_CFLAGS= $(LOCAL_CFLAGS) /GS
932 !IF "$(WIRESHARK_TARGET_PLATFORM)" != "win64"
933 LOCAL_LDFLAGS= $(LOCAL_LDFLAGS) /SafeSEH
934 !ENDIF
935 !ENDIF
936
937 # Enable ASLR. Requires VS2008 or later.
938 # http://blogs.msdn.com/b/vcblog/archive/2009/05/21/dynamicbase-and-nxcompat.aspx
939 # DEP (/NXCompat) is handled in init_process_policies() via SetProcessDEPPolicy.
940
941 # ASLR http://msdn.microsoft.com/en-us/library/bb384887.aspx
942 !IF $(MSC_VER_REQUIRED) >= 1500
943 LOCAL_LDFLAGS= $(LOCAL_LDFLAGS) /DYNAMICBASE /FIXED:no
944 !ENDIF
945
946 PLUGIN_LDFLAGS = /NOLOGO /INCREMENTAL:no $(LOCAL_LDFLAGS) $(DLL_LDFLAGS)
947
948 #
949 # According to http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=403
950 # XCOPY under Windows NT doesn't support the "/Y" flag.  This works
951 # around that bug.
952 # XXX - This apparently doesn't work for some versions of nmake:
953 # http://support.microsoft.com/default.aspx?scid=kb;en-us;86814
954 # It looks like we'll have to call "set copycmd=/y" before we run xcopy.
955 COPYCMD=/y
956
957 #
958 # If you don't want to build libwireshark.dll, you should comment out the
959 # following line. (Note: for plugin support this option must stay activated)
960 ENABLE_LIBWIRESHARK=USE
961
962 #
963 # install (debug) directory for Wireshark (relative to your source dir)
964 INSTALL_DIR=wireshark-gtk2
965
966
967
968 ##### C-Runtime Redistributable #####
969 #
970 # The C-Runtime since Version 7 must be shipped together with
971 # the program installer, to avoid missing msvcr*.dll files on
972 # the target machine.
973 #
974 # The location of these files differ on the various compiler
975 # packages, the following will use the default paths depending
976 # on the package version.
977 #
978
979 # You can either place the redistributable in its own platform-
980 # and compiler-specific directory or in the top-level library
981 # directory.
982 # Microsoft maintains a list of the latest redistributables in
983 # KB 20197667: http://support.microsoft.com/kb/2019667
984 !IF EXIST("$(WIRESHARK_LIB_DIR)\vcredist_$(MSVC_VARIANT)")
985 VCREDIST_DIR=$(WIRESHARK_LIB_DIR)\vcredist_$(MSVC_VARIANT)
986 !ELSE
987 VCREDIST_DIR=$(WIRESHARK_LIB_DIR)
988 !ENDIF
989
990 !IF "$(WIRESHARK_TARGET_PLATFORM)" == "win64"
991 #
992 # For 64-bit platforms, we don't create portable packages and therefore
993 # don't have to worry that "Using the Visual C++ Redistributable
994 # Package" requires that an installer be run to install that package,
995 # so we use that method to make the C runtime available.
996 #
997 VCREDIST_EXE=$(VCREDIST_DIR)\vcredist_$(TARGET_MACHINE).exe
998
999 !ELSEIF "$(MSVC_VARIANT)" == "MSVC2005"
1000 #
1001 # For MSVC 2005 non-Express Edition, we "Install a particular Visual C++
1002 # assembly as a private assembly for the application", by copying
1003 # the contents of the Microsoft.VC80.CRT folder to the target directory.
1004 # This is done to reduce the size of the installer; it also makes
1005 # a portable version work, as the C runtime doesn't have to be
1006 # installed on the target machine.
1007 #
1008 MSVCR_DLL=$(PROGRAM_FILES)\Microsoft Visual Studio 8\VC\redist\$(PROCESSOR_ARCHITECTURE)\Microsoft.VC80.CRT\*.*
1009
1010 !ELSEIF "$(MSVC_VARIANT)" == "MSVC2005EE" || "$(MSVC_VARIANT)" == "DOTNET20" || "$(MSVC_VARIANT)" == "MSVC2008EE"
1011 #
1012 # For MSVC 2005 Express Edition, for the .NET Framework 2.0 SDK, and
1013 # for MSVC 2008 Express Edition, we "Use the Visual C++ Redistributable
1014 # Package", because they don't provide the Microsoft.VC80.CRT folder.
1015 #
1016 # They also don't provide the redistributable package, so you need to
1017 # download the appropriate version of the redistributable package,
1018 # vcredist_x86.exe, vcredist_x64.exe, or vcredist_ia64.exe, from
1019 # Microsoft first, and copy it to the lib folder!!!
1020 #
1021 VCREDIST_EXE=$(VCREDIST_DIR)\vcredist_$(TARGET_MACHINE).exe
1022
1023 !ELSEIF "$(MSVC_VARIANT)" == "MSVC2008"
1024 #
1025 # For MSVC 2008 non-Express Edition, we "Install a particular Visual C++
1026 # assembly as a private assembly for the application", by copying
1027 # the contents of the Microsoft.VC90.CRT folder to the target directory.
1028 # This is done to reduce the size of the installer; it also makes
1029 # a portable version work, as the C runtime doesn't have to be
1030 # installed on the target machine.
1031 #
1032 MSVCR_DLL=$(PROGRAM_FILES)\Microsoft Visual Studio 9.0\VC\redist\$(PROCESSOR_ARCHITECTURE)\Microsoft.VC90.CRT\*.*
1033
1034 !ELSEIF "$(MSVC_VARIANT)" == "MSVC2010EE"
1035 #
1036 # For MSVC 2010 Express Edition, we "Use the Visual C++ Redistributable
1037 # Package", because it doesn't provide the Microsoft.VC80.CRT folder.
1038 #
1039 # It also doesn't provide the redistributable package, so you need to
1040 # download the appropriate version of the redistributable package,
1041 # vcredist_x86.exe or vcredist_x64.exe, from Microsoft first, and copy
1042 # it to the lib folder!!!
1043 VCREDIST_EXE=$(VCREDIST_DIR)\vcredist_$(TARGET_MACHINE).exe
1044 !ELSEIF "$(MSVC_VARIANT)" == "MSVC2010"
1045 #
1046 # For MSVC 2010 non-Express Edition, we "Install a particular Visual C++
1047 # assembly as a private assembly for the application", by copying
1048 # the contents of the Microsoft.VC100.CRT folder to the target directory.
1049 # This is done to reduce the size of the installer; it also makes
1050 # a portable version work, as the C runtime doesn't have to be
1051 # installed on the target machine.
1052 #
1053 # Note: for what it's worth, Microsoft recommends "Using the Visual C++
1054 # Redistributable Package", rather than "Installing a particular Visual
1055 # C++ assembly as a private assembly for the application", starting
1056 # with Visual Studio 2010.
1057 #
1058 MSVCR_DLL=$(PROGRAM_FILES)\Microsoft Visual Studio 10.0\VC\redist\$(TARGET_MACHINE)\Microsoft.VC100.CRT\*.*
1059 !ELSEIF "$(MSVC_VARIANT)" == "MSVC2012"
1060 #
1061 # For MSVC 2012 non-Express Edition, we "Install a particular Visual C++
1062 # assembly as a private assembly for the application", by copying
1063 # the contents of the Microsoft.VC110.CRT folder to the target directory.
1064 # This is done to reduce the size of the installer; it also makes
1065 # a portable version work, as the C runtime doesn't have to be
1066 # installed on the target machine.
1067 #
1068 # Note: for what it's worth, Microsoft recommends "Using the Visual C++
1069 # Redistributable Package", rather than "Installing a particular Visual
1070 # C++ assembly as a private assembly for the application", starting
1071 # with Visual Studio 2010.
1072 #
1073 MSVCR_DLL=$(PROGRAM_FILES)\Microsoft Visual Studio 11.0\VC\redist\$(TARGET_MACHINE)\Microsoft.VC110.CRT\*.*
1074
1075 !ELSE
1076 !ERROR MSVC_VARIANT unknown
1077 !ENDIF
1078
1079 # This is still optional yet we define it above for all users.
1080 # So, don't check if it exists...
1081 #!IF DEFINED(VCREDIST_EXE) && ! EXIST("$(VCREDIST_EXE)")
1082 #!ERROR Can't find $(VCREDIST_EXE). Have you downloaded it from Microsoft? \
1083 #See the developer's guide section "C-Runtime "Redistributable" files" for details how to get it
1084 #!ENDIF
1085
1086 ##### Advanced: Docbook/XML documentation generation #####
1087 # If you want to generate the Docbook/XML based docs (User's and Developer's
1088 # Guide, ...), you'll need some additional tools / libraries compared to the
1089 # rest of the build process.
1090 #
1091 # FOR DETAILED INSTRUCTIONS TO GENERATE THE DOCS, SEE: docbook\README.txt.
1092 #
1093 # If you don't call the Makefile.nmake in the docbook dir to generate the
1094 # docs, the following settings in this section will have no effect.
1095
1096 # formatting objects processor executable
1097 # Comment this out if you don't have fop installed or you don't want the docs
1098 # in PDF format.
1099 #
1100 # You may want to install the FOP hyphenation patterns from
1101 # http://offo.sourceforge.net/hyphenation/
1102 !IFNDEF FOP
1103 FOP=fop-1.0\fop.bat
1104 !ENDIF
1105
1106 # Additional options to fop.
1107 FOP_OPTS=-Xmx256m
1108
1109 # html help compiler
1110 # Comment this out if you don't have hhc.exe or you don't want the docs in
1111 # .chm format.
1112 #
1113 # Beware: hhc.exe is NOT part of the MSVC packages in HHC_DIR mentioned above,
1114 # so you'll need to install the HTML Help Workshop for this.
1115 HHC_EXE="$(HHC_DIR)\hhc.exe"
1116
1117 # html to text converter for text version of release notes, e.g. elinks.
1118 # This could also be "lynx", or "true" if neither elinks nor lynx is installed
1119 # (cygwin: lynx works, elinks not available, links and true doesn't produce output)
1120 #HTML2TXT=elinks -dump -dump-width 72
1121 ##HTML2TXT=links -dump -width 72 ## XXX: Fails: For links -dump requires 'url' (filename) arg.
1122 #HTML2TXT=lynx -dump -width=72 -nolist -stdin
1123
1124 !IFNDEF HTML2TXT
1125 HTML2TXT=$(PYTHON) $(TOOLS_DIR)\html2text.py --width=72 --no-links
1126 !ENDIF
1127
1128 # the XSL processor (part of cygwin's libxslt package)
1129 XSLTPROC="xsltproc"
1130
1131 # the XML validator (part of cygwin's libxml2 package)
1132 XMLLINT="xmllint"
1133
1134 # Asciidoc converter (part of cygwin's asciidoc package). In order to build
1135 # the release notes you must have the Cygwin asciidoc and lynx packages
1136 # installed.
1137 A2X=a2x
1138 LYNX=lynx
1139
1140 ##############################################################################
1141 #
1142 # You should not have to change anything below this comment.
1143 # If you do, it's a deficiency in the Makefile.nmake files;
1144 # either tell wireshark-dev@wireshark.org about it, including
1145 # details of why you had to change it, or fix config.nmake
1146 # and any Makefile.nmake files that need to be changed, and
1147 # send us the patches, along with details of why the change
1148 # was necessary.
1149 #
1150 ##############################################################################
1151
1152 #
1153 # The RC_VERSION should be comma-separated, not dot-separated,
1154 # as per Graham Bloice's message in
1155 #
1156 #       http://www.ethereal.com/lists/ethereal-dev/200303/msg00283.html
1157 #
1158 # "The RC_VERSION variable in config.nmake should be comma separated.
1159 # This allows the resources to be built correctly and the version
1160 # number to be correctly displayed in the explorer properties dialog
1161 # for the executables, and XP's tooltip, rather than 0.0.0.0."
1162 #
1163
1164 VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_MICRO)$(VERSION_EXTRA)
1165 RC_VERSION=$(VERSION_MAJOR),$(VERSION_MINOR),$(VERSION_MICRO),$(VERSION_BUILD)
1166 PRODUCT_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_MICRO).$(VERSION_BUILD)
1167
1168 WTAP_VERSION=$(WTAP_VERSION_MAJOR).$(WTAP_VERSION_MINOR).$(WTAP_VERSION_MICRO)
1169 RC_WTAP_VERSION=$(WTAP_VERSION_MAJOR),$(WTAP_VERSION_MINOR),$(WTAP_VERSION_MICRO)
1170
1171 # GLib
1172 GLIB_CFLAGS=/I$(GTK_DIR)\include\glib-$(GLIB_VERSION) \
1173         /I$(GTK_DIR)\lib\glib-$(GLIB_VERSION)\include \
1174         -DG_DISABLE_DEPRECATED \
1175         -DG_DISABLE_SINGLE_INCLUDES
1176 GLIB_LIBS=$(GTK_DIR)\lib\glib-$(GLIB_VERSION).lib \
1177         $(GTK_DIR)\lib\gmodule-$(GLIB_VERSION).lib \
1178         $(GTK_DIR)\lib\gobject-$(GLIB_VERSION).lib
1179 GTHREAD_LIBS=$(GTK_DIR)\lib\gthread-$(GLIB_VERSION).lib
1180
1181
1182 # 2.18 was no good(Theming problem)
1183 !IF "$(GTK_INST_VERSION)" == "2.24" || "$(GTK_INST_VERSION)" == "2.22" || "$(GTK_INST_VERSION)" == "2.16" || "$(GTK_INST_VERSION)" == "2.14"
1184
1185 # GTK+
1186 GTK_CFLAGS=$(GLIB_CFLAGS) /I$(GTK_DIR)\include\gtk-2.0 \
1187         /I$(GTK_DIR)\include\gdk-pixbuf-2.0 \
1188         /I$(GTK_DIR)\lib\gtk-2.0\include \
1189         /I$(GTK_DIR)\include\atk-1.0 \
1190         /I$(GTK_DIR)\include\cairo \
1191         /I$(GTK_DIR)\include\pango-1.0 \
1192         -DGDK_DISABLE_DEPRECATED \
1193         -DGDK_PIXBUF_DISABLE_DEPRECATED \
1194         -DGTK_DISABLE_DEPRECATED \
1195         -DGTK_DISABLE_SINGLE_INCLUDES \
1196         -DGSEAL_ENABLE
1197 GTK_LIBS=$(GTK_DIR)\lib\gtk-win32-2.0.lib \
1198         $(GTK_DIR)\lib\gdk-win32-2.0.lib \
1199         $(GTK_DIR)\lib\gdk_pixbuf-2.0.lib \
1200         $(GTK_DIR)\lib\cairo.lib \
1201         $(GTK_DIR)\lib\pango-1.0.lib \
1202         $(GTK_DIR)\lib\pangocairo-1.0.lib \
1203         $(GLIB_LIBS)
1204
1205 GTK_LIB_DIR=2.10.0
1206
1207 !IFDEF PNG_DLL
1208 NEED_PNG_DLL=USE
1209 !ENDIF
1210 !IFDEF JPEG_DLL
1211 NEED_JPEG_DLL=USE
1212 !ENDIF
1213 !IFDEF TIFF_DLL
1214 NEED_TIFF_DLL=USE
1215 !ENDIF
1216 NEED_CAIRO_DLL=USE
1217 # Pango >=1.24.5 Needs these:
1218 NEED_FREETYPE_DLL=USE
1219 NEED_FONTCONFIG_DLL=USE
1220 #NEED_EXPAT_DLL=USE
1221 NEED_XML_DLL=USE
1222 NEED_PIXMAN_DLL=USE
1223 NEED_FFI_DLL=USE
1224 NEED_JASPER_DLL=USE
1225 NEED_JPEG_DLL=USE
1226 NEED_TIFF_DLL=USE
1227 NEED_LZMA_DLL=USE
1228
1229 !ELSEIF "$(GTK_INST_VERSION)" == "3.4"
1230
1231 # GTK+
1232 GTK_CFLAGS=$(GLIB_CFLAGS) /I$(GTK_DIR)\include\gtk-3.0 \
1233         /I$(GTK_DIR)\include\gdk-pixbuf-2.0 \
1234         /I$(GTK_DIR)\lib\gtk-3.0\include \
1235         /I$(GTK_DIR)\include\atk-1.0 \
1236         /I$(GTK_DIR)\include\cairo \
1237         /I$(GTK_DIR)\include\pango-1.0 \
1238         -DGDK_DISABLE_DEPRECATED \
1239         -DGDK_PIXBUF_DISABLE_DEPRECATED \
1240         -DGTK_DISABLE_DEPRECATED \
1241         -DGTK_DISABLE_SINGLE_INCLUDES \
1242         -DGSEAL_ENABLE
1243 GTK_LIBS=$(GTK_DIR)\lib\gtk-3.lib \
1244         $(GTK_DIR)\lib\gdk-3.lib \
1245         $(GTK_DIR)\lib\gdk_pixbuf-2.0.lib \
1246         $(GTK_DIR)\lib\cairo.lib \
1247         $(GTK_DIR)\lib\pango-1.0.lib \
1248         $(GTK_DIR)\lib\pangocairo-1.0.lib \
1249         $(GLIB_LIBS)
1250
1251 GTK_LIB_DIR=3.4
1252
1253 !IFDEF _DLL
1254 !ENDIF
1255
1256 NEED_CAIRO_GOBJECT_DLL=USE
1257 NEED_CAIRO_DLL=USE
1258
1259 !IFDEF EXPAT_DLL
1260 NEED_EXPAT_DLL=USE
1261 !ENDIF
1262 !IFDEF FFI_DLL
1263 NEED_FFI_DLL=USE
1264 !ENDIF
1265 !IFDEF FONTCONFIG_DLL
1266 NEED_FONTCONFIG_DLL=USE
1267 !ENDIF
1268 !IFDEF FREETYPE_DLL
1269 NEED_FREETYPE_DLL=USE
1270 !ENDIF
1271 !IFDEF JASPER_DLL
1272 NEED_JASPER_DLL=USE
1273 !ENDIF
1274 !IFDEF JPEG_DLL
1275 NEED_JPEG_DLL=USE
1276 !ENDIF
1277 !IFDEF LZMA_DLL
1278 NEED_LZMA_DLL=USE
1279 !ENDIF
1280 !IFDEF PIXMAN_DLL
1281 NEED_PIXMAN_DLL=USE
1282 !ENDIF
1283 !IFDEF PNG_DLL
1284 NEED_PNG_DLL=USE
1285 !ENDIF
1286 !IFDEF TIFF_DLL
1287 NEED_TIFF_DLL=USE
1288 !ENDIF
1289 !IFDEF XML_DLL
1290 NEED_XML_DLL=USE
1291 !ENDIF
1292 !ELSE
1293 !ERROR ? Unknown or invalid GTK_INST_VERSION "$(GTK_INST_VERSION)"
1294 !ENDIF
1295
1296
1297 !IFDEF AIRPCAP_DIR
1298 AIRPCAP_CONFIG=^#define HAVE_AIRPCAP 1
1299 #AIRPCAP_CFLAGS=/I$(AIRPCAP_DIR)\include
1300 !ELSE
1301 AIRPCAP_CONFIG=
1302 WIRELESS_TOOLBAR_CONFIG=
1303 !ENDIF
1304
1305 !IFDEF PCAP_DIR
1306 # Nmake uses carets to escape special characters
1307 WINPCAP_CONFIG=^#define HAVE_LIBPCAP 1
1308 #
1309 # This requires that, if you're *building* Wireshark, you have
1310 # the most recent WinPcap's development package.  If, at *run*
1311 # time, an older version of WinPcap, missing some routines,
1312 # is found, we work around that.
1313 #
1314 PCAP_FINDALLDEVS_CONFIG=^#define HAVE_PCAP_FINDALLDEVS 1
1315 PCAP_DATALINK_NAME_TO_VAL_CONFIG=^#define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
1316 PCAP_DATALINK_VAL_TO_NAME_CONFIG=^#define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
1317 PCAP_DATALINK_VAL_TO_DESCRIPTION_CONFIG=^#define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1
1318 # PCAP_BREAKLOOP won't have any benefit on Win32, but breaks compatibility with 3.0
1319 PCAP_BREAKLOOP_CONFIG=
1320 PCAP_LIST_DATALINKS_CONFIG=^#define HAVE_PCAP_LIST_DATALINKS 1
1321 PCAP_FREE_DATALINKS_CONFIG=^#define HAVE_PCAP_FREE_DATALINKS 1
1322 PCAP_SET_DATALINK_CONFIG=^#define HAVE_PCAP_SET_DATALINK 1
1323 PCAP_OPEN_DEAD_CONFIG=^#define HAVE_PCAP_OPEN_DEAD 1
1324 BPF_IMAGE_CONFIG=^#define HAVE_BPF_IMAGE 1
1325 !ELSE
1326 # no WpdPack installed
1327 WINPCAP_CONFIG=
1328 PCAP_FINDALLDEVS_CONFIG=
1329 PCAP_DATALINK_NAME_TO_VAL_CONFIG=
1330 PCAP_DATALINK_VAL_TO_NAME_CONFIG=
1331 PCAP_DATALINK_VAL_TO_DESCRIPTION_CONFIG=
1332 PCAP_BREAKLOOP_CONFIG=
1333 PCAP_LIST_DATALINKS_CONFIG=
1334 PCAP_FREE_DATALINKS_CONFIG=
1335 PCAP_SET_DATALINK_CONFIG=
1336 PCAP_OPEN_DEAD_CONFIG=
1337 BPF_IMAGE_CONFIG=
1338 !ENDIF
1339
1340 !IF DEFINED(PCAP_DIR) && DEFINED(PCAP_REMOTE)
1341 PCAP_HAVE_REMOTE_CONFIG=^#define HAVE_REMOTE 1
1342 PCAP_REMOTE_CONFIG=^#define HAVE_PCAP_REMOTE 1
1343 PCAP_OPEN_CONFIG=^#define HAVE_PCAP_OPEN 1
1344 PCAP_SETSAMPLING_CONFIG=^#define HAVE_PCAP_SETSAMPLING 1
1345 !ELSE
1346 PCAP_HAVE_REMOTE_CONFIG=
1347 PCAP_REMOTE_CONFIG=
1348 PCAP_OPEN_CONFIG=
1349 PCAP_SETSAMPLING_CONFIG=
1350 !ENDIF
1351
1352 !IFDEF ZLIB_DIR
1353 ZLIB_PATH=$(ZLIB_DIR)
1354 ZLIB_CFLAGS=/I$(ZLIB_DIR)\include
1355 ZLIB_LIBS=$(ZLIB_DIR)\lib\zdll.lib
1356 ZLIB_DLL=$(ZLIB_DIR)\zlib1.dll
1357 # Nmake uses carets to escape special characters
1358 ZLIB_CONFIG=^#define HAVE_LIBZ 1
1359 !else
1360 ZLIB_CFLAGS=
1361 ZLIB_LIBS=
1362 ZLIB_DLL=
1363 ZLIB_CONFIG=
1364 !ENDIF
1365
1366 !IFDEF C_ARES_PKG
1367 !UNDEF ADNS_DIR
1368 C_ARES_DIR=$(WIRESHARK_LIB_DIR)\c-ares-$(C_ARES_PKG)-$(WIRESHARK_TARGET_PLATFORM)ws
1369 C_ARES_CFLAGS=/I$(C_ARES_DIR)/include
1370 C_ARES_LIBS=$(C_ARES_DIR)\lib\libcares-2.lib
1371 C_ARES_DLL=$(C_ARES_DIR)\bin\libcares-2.dll
1372 # Nmake uses carets to escape special characters
1373 C_ARES_CONFIG=^#define HAVE_C_ARES 1
1374 !else
1375 C_ARES_CFLAGS=
1376 C_ARES_LIBS=
1377 C_ARES_CONFIG=
1378 !IFDEF ADNS_DIR
1379 ADNS_PATH=$(ADNS_DIR)\adns_win32\lib
1380 ADNS_CFLAGS=/I$(ADNS_DIR)\src /I$(ADNS_DIR)\adns_win32
1381 ADNS_LIBS=$(WIRESHARK_LIB_DIR)\$(MSVC_VARIANT)\adns\adns_dll.lib
1382 ADNS_DLL=$(WIRESHARK_LIB_DIR)\$(MSVC_VARIANT)\adns\adns_dll.dll
1383 # Nmake uses carets to escape special characters
1384 ADNS_CONFIG=^#define HAVE_GNU_ADNS 1
1385 !else
1386 ADNS_CFLAGS=
1387 ADNS_LIBS=
1388 ADNS_CONFIG=
1389 !ENDIF # ADNS
1390 !ENDIF # C_ARES
1391
1392 !IFDEF KFW_DIR
1393 KFW_PATH=$(KFW_DIR)\bin
1394 KFW_CFLAGS=/I$(KFW_DIR)\include
1395 KFW_LIBS=$(KFW_DIR)\lib\krb5_32.lib
1396 # Nmake uses carets to escape special characters
1397 KFW_CONFIG=^#define HAVE_MIT_KERBEROS 1
1398 !else
1399 KFW_CFLAGS=
1400 KFW_LIBS=
1401 KFW_CONFIG=
1402 !ENDIF
1403
1404 !IFDEF NETTLE_DIR
1405 NETTLE_CFLAGS=/I$(NETTLE_DIR)
1406 NETTLE_LIBS=$(NETTLE_DIR)\libnettle.lib
1407 # Nmake uses carets to escape special characters
1408 NETTLE_CONFIG=^#define HAVE_LIBNETTLE 1
1409 !else
1410 NETTLE_CFLAGS=
1411 NETTLE_LIBS=
1412 NETTLE_CONFIG=
1413 !ENDIF
1414
1415 !IFDEF GNUTLS_PKG
1416 GNUTLS_DIR=$(WIRESHARK_LIB_DIR)\gnutls-$(GNUTLS_PKG)-$(WIRESHARK_TARGET_PLATFORM)ws
1417 GNUTLS_PATH=$(GNUTLS_DIR)
1418 # /DNOCRYPT avoids inclusion of Wincrypt.h, avoiding a X509_NAME define clash
1419 GNUTLS_CFLAGS=/I$(GNUTLS_DIR)\include /DNOCRYPT /DIMPORT_LIGNUTLSDLL
1420 GCRYPT_LIBS = $(GNUTLS_DIR)\bin\libgcrypt-11.lib
1421 GNUTLS_LIBS=\
1422         $(GNUTLS_DIR)\bin\libtasn1-3.lib        \
1423         $(GNUTLS_DIR)\bin\libgpg-error-0.lib    \
1424         $(GCRYPT_LIBS) \
1425         $(GNUTLS_DIR)\bin\libgnutls-26.lib
1426 # Nmake uses carets to escape special characters
1427 GNUTLS_CONFIG=^#define HAVE_LIBGNUTLS 1
1428 LIBGCRYPT_CONFIG=^#define HAVE_LIBGCRYPT 1
1429 !else
1430 GNUTLS_CFLAGS=
1431 GNUTLS_LIBS=
1432 GNUTLS_CONFIG=
1433 LIBGCRYPT_CONFIG=
1434 !ENDIF
1435
1436 !IFDEF LUA_DIR
1437 LUA_CFLAGS=/I$(LUA_DIR)\include
1438 LUA_LIBS=$(LUA_DIR)\lua5.1.lib
1439 # Nmake uses carets to escape special characters
1440 LUA_CONFIG=^#define HAVE_LUA 1
1441 LUA_VERSION=^#define HAVE_LUA 1
1442 !else
1443 LUA_CFLAGS=
1444 LUA_LIBS=
1445 LUA_CONFIG=
1446 !ENDIF
1447
1448 !IF DEFINED(PYTHON_EMBED)
1449 PYTHON_CFLAGS=/I$(PYTHON_DIR)\include
1450 PYTHON_LIBS=$(PYTHON_DIR)\libs\python$(PYTHON_VER).lib
1451 # Nmake uses carets to escape special characters
1452 PYTHON_CONFIG=^#define HAVE_PYTHON 1
1453 !else
1454 PYTHON_CFLAGS=
1455 PYTHON_LIBS=
1456 PYTHON_CONFIG=
1457 !ENDIF
1458
1459 !IFDEF PORTAUDIO_DIR
1460 # Nmake uses carets to escape special characters
1461 PORTAUDIO_CONFIG=^#define HAVE_LIBPORTAUDIO 1
1462 !IF "$(PORTAUDIO_VERSION)" == "18"
1463 # V18 uses API version 1 and v19 API version 2
1464 PORTAUDIO_CFLAGS=/I$(PORTAUDIO_DIR)\pa_common
1465 PORTAUDIO_API_CONFIG=^#define PORTAUDIO_API_1 1
1466 !ELSE
1467 PORTAUDIO_CFLAGS=/I$(PORTAUDIO_DIR)\include /I$(PORTAUDIO_DIR)\src\common /I$(PORTAUDIO_DIR)\src\os\win /DPA_NO_DS /DPA_NO_ASIO
1468 !ENDIF
1469 !ELSE
1470 PORTAUDIO_CFLAGS=
1471 PORTAUDIO_CONFIG=
1472 !ENDIF
1473
1474 !IFDEF HHC_DIR
1475 HHC_CFLAGS=-DHHC_DIR
1476 HHC_LIBS=htmlhelp.lib
1477 !ELSE
1478 HHC_CFLAGS=
1479 HHC_LIBS=
1480 !ENDIF
1481
1482 !IFDEF SMI_PKG
1483 SMI_DIR=$(WIRESHARK_LIB_DIR)\libsmi-$(SMI_PKG)-$(WIRESHARK_TARGET_PLATFORM)ws
1484 SMI_CONFIG=^#define HAVE_LIBSMI 1
1485 SMI_CFLAGS=/I$(SMI_DIR)\include
1486 SMI_LIBS=$(SMI_DIR)\lib\libsmi-2.lib
1487 !ELSE
1488 SMI_DIR=
1489 SMI_LIBS=
1490 SMI_CFLAGS=
1491 SMI_CONFIG=
1492 !ENDIF
1493
1494 !IFDEF GEOIP_PKG
1495 GEOIP_DIR=$(WIRESHARK_LIB_DIR)\GeoIP-$(GEOIP_PKG)-$(WIRESHARK_TARGET_PLATFORM)ws
1496 GEOIP_CONFIG=^#define HAVE_GEOIP 1
1497 GEOIP_V6_CONFIG=^#define HAVE_GEOIP_V6 1
1498 GEOIP_CFLAGS=/I$(GEOIP_DIR)/include
1499 GEOIP_LIBS=$(GEOIP_DIR)\lib\libGeoIP-1.lib
1500 !ELSE
1501 GEOIP_DIR=
1502 GEOIP_LIBS=
1503 GEOIP_CFLAGS=
1504 GEOIP_CONFIG=
1505 GEOIP_V6_CONFIG=
1506 !ENDIF
1507
1508 !IFDEF WINSPARKLE_PKG
1509 WINSPARKLE_DIR=$(WIRESHARK_LIB_DIR)\WinSparkle-$(WINSPARKLE_PKG)
1510 WINSPARKLE_CONFIG=^#define HAVE_SOFTWARE_UPDATE 1
1511 WINSPARKLE_CFLAGS=/I$(WINSPARKLE_DIR)
1512 WINSPARKLE_LIBS=$(WINSPARKLE_DIR)\WinSparkle.lib
1513 !ELSE
1514 WINSPARKLE_DIR=
1515 WINSPARKLE_CONFIG=
1516 WINSPARKLE_CFLAGS=
1517 WINSPARKLE_LIBS=
1518 !ENDIF
1519
1520 !IFDEF ENABLE_LIBWIRESHARK
1521 # Link plugins with the import library of libwireshark.dll
1522 LINK_PLUGINS_WITH_LIBWIRESHARK=USE
1523 !ELSE
1524 LIBWIRESHARK_CONFIG=
1525 !ENDIF
1526
1527 # Construct the path
1528 PATH=$(PATH);$(CYGWIN_PATH);$(GTK_DIR)\bin;$(GETTEXT_DIR)\bin;$(ZLIB_PATH);$(ADNS_PATH)
1529
1530 INET6_CONFIG=^#define INET6 1
1531
1532 NTDDNDIS_CONFIG=^#define HAVE_NTDDNDIS_H 1