Add FindGMODULE2.cmake and FindGTHREAD2.cmake to the dist.
[obnox/wireshark/wip.git] / Makefile.am
1 # Makefile.am
2 # Automake file for Wireshark
3 #
4 # $Id$
5 #
6 # Wireshark - Network traffic analyzer
7 # By Gerald Combs <gerald@wireshark.org>
8 # Copyright 1998 Gerald Combs
9 #
10 # This program is free software; you can redistribute it and/or
11 # modify it under the terms of the GNU General Public License
12 # as published by the Free Software Foundation; either version 2
13 # of the License, or (at your option) any later version.
14 #
15 # This program is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 # GNU General Public License for more details.
19 #
20 # You should have received a copy of the GNU General Public License
21 # along with this program; if not, write to the Free Software
22 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
23
24 ACLOCAL_AMFLAGS = `./aclocal-flags`
25
26 INCLUDES= @LUA_INCLUDES@
27
28 if HAVE_LIBPY
29 py_dissectors_dir = -DPYTHON_DIR=\"@pythondir@\"
30 else
31 py_dissectors_dir = -DPYTHON_DIR=
32 endif
33
34
35 if HAVE_WARNINGS_AS_ERRORS
36 AM_CLEAN_CFLAGS = -Werror
37 endif
38
39 bin_PROGRAMS = \
40         @wireshark_bin@ \
41         @tshark_bin@    \
42         @text2pcap_bin@ \
43         @mergecap_bin@  \
44         @capinfos_bin@  \
45         @editcap_bin@   \
46         @randpkt_bin@   \
47         @dftest_bin@    \
48         @dumpcap_bin@   \
49         @rawshark_bin@
50 bin_SCRIPTS = @idl2wrs_bin@
51
52 EXTRA_PROGRAMS = wireshark tshark capinfos editcap mergecap dftest \
53         randpkt text2pcap dumpcap rawshark
54 EXTRA_SCRIPTS = idl2wrs
55
56 idl2wrs: tools/idl2wrs.sh Makefile
57         cp tools/idl2wrs.sh idl2wrs
58         chmod +x idl2wrs
59
60 #
61 # Wireshark configuration files are put in $(pkgdatadir).
62 #
63 pkgdata_DATA = COPYING manuf services cfilters colorfilters dfilters \
64         smi_modules ipmap.html pdml2html.xsl
65
66 #
67 # Install the Diameter DTD and XML files in the "diameter" subdirectory
68 # of that directory.
69 #
70 diameterdir = $(pkgdatadir)/diameter
71 diameter_DATA = \
72         diameter/chargecontrol.xml \
73         diameter/dictionary.dtd \
74         diameter/dictionary.xml \
75         diameter/eap.xml \
76         diameter/Ericsson.xml \
77         diameter/etsie2e4.xml \
78         diameter/gqpolicy.xml \
79         diameter/imscxdx.xml \
80         diameter/mobileipv4.xml \
81         diameter/mobileipv6.xml \
82         diameter/nasreq.xml \
83         diameter/sip.xml \
84         diameter/sunping.xml \
85         diameter/TGPPGmb.xml \
86         diameter/TGPPRx.xml \
87         diameter/TGPPSh.xml
88
89 #
90 # Install the DTDs directory files in the "dtds" subdirectory
91 # of that directory
92 #
93 dtdsdir = $(pkgdatadir)/dtds
94 dtds_DATA = \
95         dtds/dc.dtd \
96         dtds/itunes.dtd \
97         dtds/mscml.dtd \
98         dtds/pocsettings.dtd \
99         dtds/presence.dtd \
100         dtds/reginfo.dtd \
101         dtds/rlmi.dtd \
102         dtds/rss.dtd \
103         dtds/smil.dtd \
104         dtds/xcap-caps.dtd \
105         dtds/xcap-error.dtd \
106         dtds/watcherinfo.dtd
107
108 #
109 # Install the RADIUS directory files in the "radius" subdirectory
110 # of that directory.
111 #
112 radiusdir = $(pkgdatadir)/radius
113 radius_DATA = \
114         radius/README.radius_dictionary  \
115         radius/dictionary  \
116         radius/dictionary.3com  \
117         radius/dictionary.3gpp  \
118         radius/dictionary.3gpp2  \
119         radius/dictionary.acc  \
120         radius/dictionary.acme \
121         radius/dictionary.airespace \
122         radius/dictionary.alcatel  \
123         radius/dictionary.alcatel.esam \
124         radius/dictionary.alcatel.sr \
125         radius/dictionary.alteon  \
126         radius/dictionary.altiga  \
127         radius/dictionary.alvarion \
128         radius/dictionary.apc \
129         radius/dictionary.aptis  \
130         radius/dictionary.aruba  \
131         radius/dictionary.ascend  \
132         radius/dictionary.asn \
133         radius/dictionary.audiocodes \
134         radius/dictionary.avaya \
135         radius/dictionary.azaire \
136         radius/dictionary.bay  \
137         radius/dictionary.bintec  \
138         radius/dictionary.bristol  \
139         radius/dictionary.cablelabs  \
140         radius/dictionary.cabletron  \
141         radius/dictionary.chillispot \
142         radius/dictionary.cisco  \
143         radius/dictionary.cisco.bbsm  \
144         radius/dictionary.cisco.vpn3000  \
145         radius/dictionary.cisco.vpn5000  \
146         radius/dictionary.clavister \
147         radius/dictionary.colubris  \
148         radius/dictionary.columbia_university  \
149         radius/dictionary.compat  \
150         radius/dictionary.cosine  \
151         radius/dictionary.dhcp \
152         radius/dictionary.digium \
153         radius/dictionary.eltex \
154         radius/dictionary.epygi \
155         radius/dictionary.ericsson  \
156         radius/dictionary.erx  \
157         radius/dictionary.extreme  \
158         radius/dictionary.fortinet \
159         radius/dictionary.foundry  \
160         radius/dictionary.freeradius  \
161         radius/dictionary.freeradius.internal  \
162         radius/dictionary.freeswitch \
163         radius/dictionary.gandalf  \
164         radius/dictionary.garderos  \
165         radius/dictionary.gemtek  \
166         radius/dictionary.h3c \
167         radius/dictionary.hp \
168         radius/dictionary.huawei \
169         radius/dictionary.iea \
170         radius/dictionary.infonet \
171         radius/dictionary.ipunplugged \
172         radius/dictionary.issanni \
173         radius/dictionary.itk  \
174         radius/dictionary.jradius \
175         radius/dictionary.juniper  \
176         radius/dictionary.karlnet  \
177         radius/dictionary.lancom \
178         radius/dictionary.livingston  \
179         radius/dictionary.localweb  \
180         radius/dictionary.lucent \
181         radius/dictionary.manzara \
182         radius/dictionary.merit  \
183         radius/dictionary.microsoft  \
184         radius/dictionary.mikrotik  \
185         radius/dictionary.motorola \
186         radius/dictionary.motorola.wimax \
187         radius/dictionary.navini  \
188         radius/dictionary.netscreen  \
189         radius/dictionary.networkphysics \
190         radius/dictionary.nexans \
191         radius/dictionary.nokia  \
192         radius/dictionary.nokia.conflict \
193         radius/dictionary.nomadix  \
194         radius/dictionary.nortel \
195         radius/dictionary.ntua \
196         radius/dictionary.openser \
197         radius/dictionary.packeteer \
198         radius/dictionary.patton \
199         radius/dictionary.propel  \
200         radius/dictionary.prosoft \
201         radius/dictionary.quiconnect \
202         radius/dictionary.quintum  \
203         radius/dictionary.redback  \
204         radius/dictionary.redcreek  \
205         radius/dictionary.rfc2865 \
206         radius/dictionary.rfc2866 \
207         radius/dictionary.rfc2867 \
208         radius/dictionary.rfc2868 \
209         radius/dictionary.rfc2869 \
210         radius/dictionary.rfc3162 \
211         radius/dictionary.rfc3576 \
212         radius/dictionary.rfc3580 \
213         radius/dictionary.rfc4072 \
214         radius/dictionary.rfc4372 \
215         radius/dictionary.rfc4603 \
216         radius/dictionary.rfc4675 \
217         radius/dictionary.rfc4679 \
218         radius/dictionary.rfc4818 \
219         radius/dictionary.rfc4849 \
220         radius/dictionary.rfc5090 \
221         radius/dictionary.rfc5176 \
222         radius/dictionary.rfc5580 \
223         radius/dictionary.rfc5607 \
224         radius/dictionary.rfc5904 \
225         radius/dictionary.riverstone \
226         radius/dictionary.roaringpenguin \
227         radius/dictionary.shasta  \
228         radius/dictionary.shiva  \
229         radius/dictionary.slipstream \
230         radius/dictionary.sofaware \
231         radius/dictionary.sonicwall  \
232         radius/dictionary.springtide  \
233         radius/dictionary.starent  \
234         radius/dictionary.t_systems_nova  \
235         radius/dictionary.telebit  \
236         radius/dictionary.telkom \
237         radius/dictionary.trapeze  \
238         radius/dictionary.tropos \
239         radius/dictionary.ukerna  \
240         radius/dictionary.unix  \
241         radius/dictionary.usr  \
242         radius/dictionary.utstarcom \
243         radius/dictionary.valemount  \
244         radius/dictionary.versanet  \
245         radius/dictionary.vqp \
246         radius/dictionary.walabi \
247         radius/dictionary.waverider \
248         radius/dictionary.wichorus \
249         radius/dictionary.wimax  \
250         radius/dictionary.wimax.wichorus \
251         radius/dictionary.wispr  \
252         radius/dictionary.xedia \
253         radius/dictionary.xylan \
254         radius/dictionary.zyxel
255
256 #
257 # Install the tpncp directory files in the "tpncp" subdirectory
258 # of that directory
259 #
260 tpncpdir = $(pkgdatadir)/tpncp
261 tpncp_DATA = \
262         tpncp/tpncp.dat
263
264
265 #
266 # Install the wimaxasncp directory files in the "wimaxasncp" subdirectory
267 # of that directory
268 #
269 wimaxasncpdir = $(pkgdatadir)/wimaxasncp
270 wimaxasncp_DATA = \
271         wimaxasncp/dictionary.xml \
272         wimaxasncp/dictionary.dtd
273
274 PLATFORM_SRC = capture-pcap-util-unix.c
275
276 if HAVE_PLUGINS
277 -include plugins/Custom.make
278 plugin_ldadd = $(_CUSTOM_plugin_ldadd_) \
279         -dlopen plugins/asn1/asn1.la \
280         -dlopen plugins/docsis/docsis.la \
281         -dlopen plugins/ethercat/ethercat.la \
282         -dlopen plugins/giop/cosnaming.la \
283         -dlopen plugins/giop/coseventcomm.la \
284         -dlopen plugins/gryphon/gryphon.la \
285         -dlopen plugins/interlink/interlink.la \
286         -dlopen plugins/irda/irda.la \
287         -dlopen plugins/m2m/m2m.la \
288         -dlopen plugins/mate/mate.la \
289         -dlopen plugins/opcua/opcua.la \
290         -dlopen plugins/profinet/profinet.la \
291         -dlopen plugins/sercosiii/sercosiii.la \
292         -dlopen plugins/stats_tree/stats_tree.la \
293         -dlopen plugins/unistim/unistim.la \
294         -dlopen plugins/wimax/wimax.la
295
296 WTAP_PLUGIN_SOURCES = \
297        epan/plugins.c \
298        epan/report_err.c \
299        epan/filesystem.c
300
301 else            # HAVE_PLUGINS
302
303 plugin_ldadd =
304 WTAP_PLUGIN_SOURCES =
305
306 endif           # HAVE_PLUGINS
307
308 include Makefile.common
309
310 if ENABLE_STATIC
311 wireshark_LDFLAGS = -Wl,-static -all-static
312 else
313 wireshark_LDFLAGS = -export-dynamic
314 endif
315
316 # Libraries and plugin flags with which to link wireshark.
317 #
318 # Note that Wireshark doesn't have to be linked with @GLIB_LIBS@, as
319 # they are included in @GTK_LIBS@, and doesn't have to be linked with
320 # @SOCKET_LIBS@ or @NSL_LIBS@, as those should also be included in
321 # @GTK_LIBS@ (as those are also needed for X applications, and GTK+
322 # applications are X applications).
323 wireshark_LDADD = \
324         gtk/libui.a                     \
325         gtk/libui_dirty.a               \
326         codecs/libcodec.a               \
327         wiretap/libwiretap.la           \
328         epan/libwireshark.la            \
329         wsutil/libwsutil.la             \
330         @SSL_LIBS@                      \
331         $(plugin_ldadd)                 \
332         @PCRE_LIBS@                     \
333         @PCAP_LIBS@                     \
334         @GTK_LIBS@ -lm                  \
335         @C_ARES_LIBS@                   \
336         @ADNS_LIBS@                     \
337         @KRB5_LIBS@                     \
338         @LAUNCHSERVICES_FRAMEWORKS@     \
339         @CORESERVICES_FRAMEWORKS@       \
340         @LIBGCRYPT_LIBS@                \
341         @LIBGNUTLS_LIBS@                \
342         @LIBSMI_LDFLAGS@                \
343         @PORTAUDIO_LIBS@
344 wireshark_CFLAGS = $(AM_CLEAN_CFLAGS) $(py_dissectors_dir)
345
346 if ENABLE_STATIC
347 tshark_LDFLAGS = -Wl,-static -all-static
348 else
349 tshark_LDFLAGS = -export-dynamic
350 endif
351
352 # Libraries and plugin flags with which to link tshark.
353 tshark_LDADD = \
354         wiretap/libwiretap.la           \
355         epan/libwireshark.la            \
356         wsutil/libwsutil.la             \
357         @SSL_LIBS@                      \
358         $(plugin_ldadd)                 \
359         @PCRE_LIBS@                     \
360         @GLIB_LIBS@ -lm                 \
361         @PCAP_LIBS@                     \
362         @SOCKET_LIBS@                   \
363         @NSL_LIBS@                      \
364         @C_ARES_LIBS@                   \
365         @ADNS_LIBS@                     \
366         @KRB5_LIBS@                     \
367         @CORESERVICES_FRAMEWORKS@       \
368         @LIBGCRYPT_LIBS@                \
369         @LIBGNUTLS_LIBS@                \
370         @LIBSMI_LDFLAGS@
371 tshark_CFLAGS = $(AM_CLEAN_CFLAGS) $(py_dissectors_dir)
372
373 if ENABLE_STATIC
374 rawshark_LDFLAGS = -Wl,-static -all-static
375 else
376 rawshark_LDFLAGS = -export-dynamic
377 endif
378
379 # Libraries and plugin flags with which to link rawshark.
380 rawshark_LDADD = \
381         wiretap/libwiretap.la           \
382         epan/libwireshark.la            \
383         wsutil/libwsutil.la             \
384         @SSL_LIBS@                      \
385         $(plugin_ldadd)                 \
386         @PCRE_LIBS@                     \
387         @GLIB_LIBS@ -lm                 \
388         @PCAP_LIBS@                     \
389         @SOCKET_LIBS@                   \
390         @NSL_LIBS@                      \
391         @C_ARES_LIBS@                   \
392         @ADNS_LIBS@                     \
393         @KRB5_LIBS@                     \
394         @CORESERVICES_FRAMEWORKS@       \
395         @LIBGCRYPT_LIBS@                \
396         @LIBGNUTLS_LIBS@                \
397         @LIBSMI_LDFLAGS@
398 rawshark_CFLAGS = $(AM_CLEAN_CFLAGS) $(py_dissectors_dir)
399
400 # Libraries with which to link text2pcap.
401 text2pcap_LDADD = \
402         wiretap/libwiretap.la           \
403         wsutil/libwsutil.la             \
404         @GLIB_LIBS@ -lm
405 # Don't turn on -Werror for text2pcap: its source includes text2pcap-scanner.c
406 # which is generated (and therefore not always clean).
407 # We could generate text2pcap.o as a library with -Werror but for now it
408 # doesn't seem worth the effort.
409 #text2pcap_CFLAGS = $(AM_CLEAN_CFLAGS)
410
411 # Libraries with which to link mergecap.
412 mergecap_LDADD = \
413         wiretap/libwiretap.la           \
414         wsutil/libwsutil.la             \
415         @GLIB_LIBS@
416 mergecap_CFLAGS = $(AM_CLEAN_CFLAGS)
417
418 # Libraries with which to link capinfos.
419 capinfos_LDADD = \
420         wiretap/libwiretap.la           \
421         wsutil/libwsutil.la             \
422         @GLIB_LIBS@                     \
423         @LIBGCRYPT_LIBS@
424 capinfos_CFLAGS = $(AM_CLEAN_CFLAGS) $(py_dissectors_dir)
425
426 # Libraries with which to link editcap.
427 editcap_LDADD = \
428         wiretap/libwiretap.la           \
429         wsutil/libwsutil.la             \
430         @GLIB_LIBS@
431 editcap_CFLAGS = $(AM_CLEAN_CFLAGS) $(py_dissectors_dir)
432
433 # Libraries with which to link randpkt.
434 randpkt_LDADD = \
435         wiretap/libwiretap.la           \
436         wsutil/libwsutil.la             \
437         @GLIB_LIBS@ -lm                 \
438         @PCAP_LIBS@                     \
439         @SOCKET_LIBS@                   \
440         @NSL_LIBS@                      \
441         @C_ARES_LIBS@                   \
442         @ADNS_LIBS@
443 randpkt_CFLAGS = $(AM_CLEAN_CFLAGS)
444
445 # Libraries and plugin flags with which to link dftest.
446 dftest_LDADD = \
447         wiretap/libwiretap.la           \
448         wsutil/libwsutil.la             \
449         epan/libwireshark.la            \
450         @SSL_LIBS@                      \
451         $(plugin_ldadd)                 \
452         @PCRE_LIBS@                     \
453         @GLIB_LIBS@ -lm                 \
454         @PCAP_LIBS@                     \
455         @SOCKET_LIBS@                   \
456         @NSL_LIBS@                      \
457         @C_ARES_LIBS@                   \
458         @ADNS_LIBS@                     \
459         @KRB5_LIBS@                     \
460         @LIBGCRYPT_LIBS@                \
461         @LIBGNUTLS_LIBS@                \
462         @LIBSMI_LDFLAGS@
463 dftest_CFLAGS = $(AM_CLEAN_CFLAGS) $(py_dissectors_dir)
464
465 # Libraries with which to link dumpcap.
466 dumpcap_LDADD = \
467         wsutil/libwsutil.la             \
468         @GLIB_LIBS@                     \
469         @PCAP_LIBS@                     \
470         @SOCKET_LIBS@                   \
471         @NSL_LIBS@                      \
472         @CORESERVICES_FRAMEWORKS@       \
473         @LIBCAP_LIBS@
474 dumpcap_CFLAGS = $(AM_CLEAN_CFLAGS)
475
476 # Common headers
477 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap \
478         $(LIBGNUTLS_CFLAGS) $(LIBGCRYPT_CFLAGS) $(LIBSMI_CFLAGS) $(PY_CFLAGS)
479
480 #
481 # Build the version string
482 #
483 # FORCE is the portable version of .PHONY
484 FORCE:
485
486 svnversion.h: FORCE
487         $(PERL) $(srcdir)/make-version.pl $(srcdir)
488
489 #
490 # Build shell scripts by doing variable substitution.
491 # Taken from autoconf 2.13.
492 #
493 editsh = sed -e 's,@''SHELL''@,$(SHELL),g'
494
495 SUFFIXES = .sh
496 .sh:
497         rm -f $@ $@.tmp
498         $(editsh) $< > $@.tmp && chmod +x $@.tmp && mv $@.tmp $@
499
500 #
501 # Build "tshark-tap-register.c", which contains a function
502 # "register_all_tap_listeners()"
503 # that calls the register routines for all tshark tap listeners.
504 #
505 # We do this by grepping through sources.
506 #
507 # Formatting conventions:  The name of the tap_listener_register_*
508 # routines must start in column zero, or must be preceded only by
509 # "void " starting in column zero, and must not be inside #if.
510 #
511 # The first argument is the directory in which the source files live.
512 # All subsequent arguments are the files to scan.
513 #
514 tshark-tap-register.c: $(TSHARK_TAP_SRC) $(srcdir)/tools/make-tapreg-dotc
515         @echo Making tshark-tap-register.c
516         @$(srcdir)/tools/make-tapreg-dotc tshark-tap-register.c $(srcdir) $(TSHARK_TAP_SRC)
517
518 ps.c: print.ps $(srcdir)/tools/rdps.py
519         $(PYTHON) $(srcdir)/tools/rdps.py $(srcdir)/print.ps ps.c
520
521 services: tools/make-services.pl
522         $(PERL) $(srcdir)/tools/make-services.pl
523
524 #
525 # XXX - "svnversion.h" is distributed in the release tarball; should
526 # we be deleting it with "make clean", or should we only do that with
527 # "make maintainer-clean"?
528 #
529 CLEANFILES =            \
530         svnversion.h    \
531         idl2wrs         \
532         *~              \
533         vgcore.*
534
535 #
536 # XXX - "ps.c" is distributed in the source tarballs; why is it in the
537 # list of files removed by "make distclean"?  (It's deliberately
538 # included in that list.)
539 #
540 DISTCLEANFILES = \
541         ps.c
542
543 MAINTAINERCLEANFILES =          \
544         $(GENERATED_FILES)      \
545         Makefile.in             \
546         aclocal.m4              \
547         config.h.in             \
548         configure               \
549         depcomp                 \
550         install-sh              \
551         ltmain.sh               \
552         missing
553
554 EXTRA_DIST = \
555         INSTALL.configure       \
556         Makefile.am.inc         \
557         Makefile.common         \
558         Makefile.nmake          \
559         Makefile.nmake.inc      \
560         README.aix              \
561         README.bsd              \
562         README.hpux             \
563         README.irix             \
564         README.linux            \
565         README.macos            \
566         README.tru64            \
567         README.vmware           \
568         README.windows          \
569         aclocal-fallback/glib-2.0.m4 \
570         aclocal-fallback/gtk-2.0.m4 \
571         aclocal-flags           \
572         adns_dll.dep            \
573         adns_dll.rc             \
574         autogen.sh              \
575         capinfos.c              \
576         capture-wpcap.c         \
577         capture-wpcap.h         \
578         capture_wpcap_packet.c  \
579         capture_wpcap_packet.h  \
580         cfilters                \
581         colorfilters            \
582         config.h.win32          \
583         config.nmake            \
584         debian/changelog        \
585         debian/compat           \
586         debian/control          \
587         debian/copyright        \
588         debian/dirs             \
589         debian/headers-check.c  \
590         debian/patches/00list   \
591         debian/patches/03_preferences.dpatch \
592         debian/postinst         \
593         debian/pycompat         \
594         debian/pyversions       \
595         debian/rules            \
596         debian/README.source    \
597         debian/tshark.files     \
598         debian/tshark.manpages  \
599         debian/watch            \
600         debian/wireshark-common.files \
601         debian/wireshark-common.manpages \
602         debian/wireshark-common.shlibs \
603         debian/wireshark-dev.docs \
604         debian/wireshark-dev.files \
605         debian/wireshark-dev.header-files \
606         debian/wireshark-dev.manpages \
607         debian/wireshark-dev.prerm \
608         debian/wireshark-root.desktop \
609         debian/wireshark.desktop \
610         debian/wireshark.files \
611         debian/wireshark.manpages \
612         debian/wireshark.menu   \
613         dfilters                \
614         doxygen.cfg.in          \
615         dumpcap.c       \
616         editcap.c               \
617         fix/FIX.xml             \
618         fix/FIX40.xml           \
619         fix/FIX41.xml           \
620         fix/FIX42.xml           \
621         fix/FIX43.xml           \
622         fix/FIX44.xml           \
623         fix/README              \
624         fix/Values.xsl          \
625         fix/hfDecl.xsl          \
626         fix/hfField.xsl         \
627         fix/hfList.xsl          \
628         idl/cosnaming.idl       \
629         idl/tango.idl   \
630         idl/parlay/am.idl       \
631         idl/parlay/cccs.idl     \
632         idl/parlay/cm.idl       \
633         idl/parlay/common_cc_data.idl   \
634         idl/parlay/cs.idl       \
635         idl/parlay/dsc.idl      \
636         idl/parlay/fw_data.idl  \
637         idl/parlay/fw_if.idl    \
638         idl/parlay/fw_if_access.idl     \
639         idl/parlay/fw_if_app.idl        \
640         idl/parlay/fw_if_entop.idl      \
641         idl/parlay/fw_if_service.idl    \
642         idl/parlay/gcc_data.idl \
643         idl/parlay/gcc_interfaces.idl   \
644         idl/parlay/gms.idl      \
645         idl/parlay/mm.idl       \
646         idl/parlay/mmccs.idl    \
647         idl/parlay/mmm.idl      \
648         idl/parlay/mpcc_data.idl        \
649         idl/parlay/mpcc_interfaces.idl  \
650         idl/parlay/osa.idl      \
651         idl/parlay/pam_data.idl \
652         idl/parlay/pam_interfaces.idl   \
653         idl/parlay/Parlay.idl   \
654         idl/parlay/policy_data.idl      \
655         idl/parlay/policy_interfaces.idl        \
656         idl/parlay/README.parlay        \
657         idl/parlay/termcap.idl  \
658         idl/parlay/ui_data.idl  \
659         idl/parlay/ui_interfaces.idl    \
660         image/capinfos.rc.in    \
661         image/clist_ascend.xpm  \
662         image/clist_descend.xpm \
663         image/dumpcap.rc.in     \
664         image/editcap.rc.in     \
665         image/file_dlg_win32.rc \
666         image/hi16-app-wireshark.png    \
667         image/hi32-app-wireshark.png    \
668         image/hi48-app-wireshark.png    \
669         image/icon_layout_1.xpm \
670         image/icon_layout_2.xpm \
671         image/icon_layout_3.xpm \
672         image/icon_layout_4.xpm \
673         image/icon_layout_5.xpm \
674         image/icon_layout_6.xpm \
675         image/libwireshark.rc.in        \
676         image/libwsutil.rc.in   \
677         image/lo16-app-wireshark.png    \
678         image/lo32-app-wireshark.png    \
679         image/lo48-app-wireshark.png    \
680         image/Makefile.nmake    \
681         image/mergecap.rc.in    \
682         image/nsis-checked.bmp  \
683         image/nsis-unchecked.bmp        \
684         image/rawshark.rc.in    \
685         image/README.image      \
686         image/stock_dialog_error_48.xpm \
687         image/stock_dialog_info_48.xpm  \
688         image/stock_dialog_question_48.xpm      \
689         image/stock_dialog_stop_48.xpm  \
690         image/stock_dialog_warning_48.xpm       \
691         image/text2pcap.rc.in   \
692         image/WiresharkDoc_24.xpm       \
693         image/toolbar/analyze_24.xpm \
694         image/toolbar/audio_player_24.xpm       \
695         image/toolbar/autoscroll_24.xpm \
696         image/toolbar/capture_airpcap_16.xpm \
697         image/toolbar/capture_capture_16.xpm \
698         image/toolbar/capture_details_16.xpm \
699         image/toolbar/capture_details_24.xpm \
700         image/toolbar/capture_ethernet_16.xpm  \
701         image/toolbar/capture_filter_24.xpm     \
702         image/toolbar/capture_interfaces_24.xpm \
703         image/toolbar/capture_options_24.xpm    \
704         image/toolbar/capture_prepare_16.xpm \
705         image/toolbar/capture_restart_24.xpm    \
706         image/toolbar/capture_start_24.xpm      \
707         image/toolbar/capture_stop_24.xpm       \
708         image/toolbar/checkbox_16.xpm   \
709         image/toolbar/colorize_24.xpm   \
710         image/toolbar/conversations_16.xpm      \
711         image/toolbar/decode_24.xpm     \
712         image/toolbar/decode_as_16.xpm  \
713         image/toolbar/display_filter_24.xpm     \
714         image/toolbar/endpoints_16.xpm  \
715         image/toolbar/expert_info_16.xpm        \
716         image/toolbar/file_set_list_16.xpm      \
717         image/toolbar/file_set_next_16.xpm      \
718         image/toolbar/file_set_previous_16.xpm  \
719         image/toolbar/flow_graph_16.xpm \
720         image/toolbar/graphs_16.xpm     \
721         image/toolbar/icon_color_0.xpm  \
722         image/toolbar/icon_color_1.xpm  \
723         image/toolbar/icon_color_2.xpm  \
724         image/toolbar/icon_color_3.xpm  \
725         image/toolbar/icon_color_4.xpm  \
726         image/toolbar/icon_color_5.xpm  \
727         image/toolbar/icon_color_6.xpm  \
728         image/toolbar/icon_color_7.xpm  \
729         image/toolbar/icon_color_8.xpm  \
730         image/toolbar/icon_color_9.xpm  \
731         image/toolbar/internet_24.xpm   \
732         image/toolbar/modem_16.png      \
733         image/toolbar/modem_16.xpm      \
734         image/toolbar/network_bluetooth_16.png  \
735         image/toolbar/network_usb.svg           \
736         image/toolbar/network_usb_16.png        \
737         image/toolbar/network_virtual_16.xpm    \
738         image/toolbar/network_wired_16.png      \
739         image/toolbar/network_wireless_16.png   \
740         image/toolbar/resize_columns_24.xpm     \
741         image/toolbar/telephone_16.xpm  \
742         image/toolbar/telephony_16.xpm  \
743         image/toolbar/time_24.xpm       \
744         image/toolbar/voip_flow_24.xpm  \
745         image/toolbar/web_support_24.xpm        \
746         image/toolbar/wep_closed_24.xpm \
747         image/toolbar/wiki_24.xpm       \
748         image/tshark.rc.in      \
749         image/voip_bg.xpm       \
750         image/voip_select.xpm   \
751         image/wireshark.exe.manifest.in \
752         image/wireshark.ico     \
753         image/wireshark.rc.in   \
754         image/WiresharkDoc-128.png      \
755         image/WiresharkDoc-16.png       \
756         image/WiresharkDoc-24.png       \
757         image/WiresharkDoc-256.png      \
758         image/WiresharkDoc-32.png       \
759         image/WiresharkDoc-48.png       \
760         image/WiresharkDoc-64.png       \
761         image/wiresharkdoc.ico  \
762         image/wiresharkinst.ico \
763         image/wiretap.rc.in     \
764         image/wsicon.svg        \
765         image/wsicon16.png      \
766         image/wsicon16.xpm      \
767         image/wsicon256.png     \
768         image/wsicon32.png      \
769         image/wsicon32.xpm      \
770         image/wsicon48.png      \
771         image/wsicon48.xpm      \
772         image/wsicon64.png      \
773         image/wsicon64.xpm      \
774         image/wsiconcap.svg     \
775         image/wsiconcap16.xpm   \
776         image/wsiconcap256.png  \
777         image/wsiconcap32.xpm   \
778         image/wsiconcap48.xpm   \
779         image/wsiconinst.svg    \
780         image/wsiconinst256.png \
781         image/wslogo.eps        \
782         image/wslogo.svg        \
783         image/wssplash-dev.xpm  \
784         image/wssplash.xpm      \
785         ipmap.html              \
786         make-version.pl         \
787         manuf                   \
788         manuf.tmpl              \
789         mergecap.c              \
790         pdml2html.xsl           \
791         print.ps                \
792         $(diameter_DATA)        \
793         $(dtds_DATA)            \
794         $(radius_DATA)          \
795         $(tpncp_DATA)           \
796         $(wimaxasncp_DATA)      \
797         randpkt.c               \
798         smi_modules             \
799         text2pcap-scanner.l     \
800         text2pcap.c             \
801         text2pcap.h             \
802         services                \
803         wireshark.desktop       \
804         wka.tmpl                \
805         CMakeLists.txt          \
806         cmakeconfig.h.in        \
807         wsutil/CMakeLists.txt   \
808         CMakeOptions.txt        \
809         wiretap/CMakeLists.txt  \
810         README.cmake            \
811         ConfigureChecks.cmake   \
812         cmake/modules/readme.txt                \
813         cmake/modules/FindLYNX.cmake            \
814         cmake/modules/FindYACC.cmake            \
815         cmake/modules/FeatureSummary.cmake      \
816         cmake/modules/FindADNS.cmake            \
817         cmake/modules/FindCAP.cmake             \
818         cmake/modules/UseLemon.cmake            \
819         cmake/modules/FindPCRE.cmake            \
820         cmake/modules/FindZLIB.cmake            \
821         cmake/modules/FindPORTAUDIO.cmake       \
822         cmake/modules/FindPCAP.cmake            \
823         cmake/modules/FindSMI.cmake             \
824         cmake/modules/FindCARES.cmake           \
825         cmake/modules/FindXSLTPROC.cmake        \
826         cmake/modules/FindSH.cmake              \
827         cmake/modules/FindGNUTLS.cmake          \
828         cmake/modules/FindGCRYPT.cmake          \
829         cmake/modules/UseMakeDissectorReg.cmake \
830         cmake/modules/FindLEX.cmake             \
831         cmake/modules/FindPYTHON.cmake          \
832         cmake/modules/FindLUA.cmake             \
833         cmake/modules/FindYAPP.cmake            \
834         cmake/modules/FindGEOIP.cmake           \
835         cmake/modules/FindXMLLINT.cmake         \
836         cmake/modules/FindSED.cmake             \
837         cmake/modules/FindGLIB2.cmake           \
838         cmake/modules/FindGMODULE2.cmake                \
839         cmake/modules/FindGTHREAD2.cmake                \
840         cmake/modules/FindHtmlViewer.cmake      \
841         cmake/modules/FindGTK2.cmake            \
842         cmake/modules/FindFOP.cmake             \
843         cmake/modules/LICENSE.txt               \
844         cmake/modules/CMakeInstallDirs.cmake    \
845         cmake/modules/CheckCLinkerFlag.cmake    \
846         cmake/modules/UseMakeTapReg.cmake       \
847         cmake/modules/FindM.cmake               \
848         cmake/modules/FindKERBEROS.cmake        \
849         cmake/modules/FindPOD.cmake             \
850         win32/Makefile.nmake    \
851         win32/file_dlg_win32.c          \
852         win32/file_dlg_win32.h          \
853         win32/print_win32.c                     \
854         win32/print_win32.h                     \
855         CPackConfig.txt                         \
856         all.vcproj              \
857         dumpcap.vcproj          \
858         packaging.vcproj        \
859         tshark.vcproj           \
860         wireshark.vcproj
861
862 install-exec-hook:
863 if HAVE_DUMPCAP_GROUP
864         -chgrp $(DUMPCAP_GROUP) $(DESTDIR)$(bindir)/dumpcap
865 endif
866 if SETCAP_INSTALL
867         -$(SETCAP) cap_net_raw,cap_net_admin+eip $(DESTDIR)$(bindir)/dumpcap
868         -chmod o-rws $(DESTDIR)$(bindir)/dumpcap
869 else
870 if SETUID_INSTALL
871         -chmod o-rws $(DESTDIR)$(bindir)/dumpcap
872         -chmod +s $(DESTDIR)$(bindir)/dumpcap
873 endif
874 endif
875
876
877 DIST_SUBDIRS = asn1 codecs doc epan gtk help packaging plugins tools wiretap wsutil docbook
878
879 if HAVE_PLUGINS
880 SUBDIRS = tools wsutil wiretap epan plugins packaging help @wireshark_SUBDIRS@ . doc
881 else
882 SUBDIRS = tools wsutil wiretap epan packaging help @wireshark_SUBDIRS@ . doc
883 endif
884
885 help/faq.txt: $(srcdir)/help/faq.py
886         (cd help ; \
887         $(MAKE) faq.txt ;)
888
889 libtool: $(LIBTOOL_DEPS)
890         $(SHELL) ./config.status --recheck
891
892 # Used by svr4-package and osx-package
893 # We load top_stagedir with an explicit path so that libtool doesn't freak.
894 top_stagedir=`cd $(top_srcdir) && pwd`/packaging/staging
895 stagedir=$(top_stagedir)/$(PACKAGE).inst
896
897 host_cpu=@host_cpu@
898 host_os=@host_os@
899
900 svr4-package: $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA)
901         @if test x$(HAVE_SVR4_PACKAGING) = xyes ; then \
902                 rm -rf $(stagedir) ; \
903                 $(MAKE) DESTDIR=$(stagedir) install; \
904                 $(srcdir)/packaging/svr4/mkpkg \
905                         $(PACKAGE) \
906                         $(PACKAGE)-$(VERSION)-$(host_os)-$(host_cpu)-local \
907                         $(prefix) \
908                         $(top_stagedir) ; \
909         else \
910                 echo "Error: SVR4 packaging tools not found." ; \
911                 echo "Package build abandoned." ; \
912         fi
913
914 solaris-package: svr4-package
915
916 rpm_topdir=`cd $(top_builddir) && pwd`/packaging/rpm
917 rpm-package: dist
918         if test x$(HAVE_RPM) = xyes ; then \
919                 cd $(rpm_topdir) ; \
920                 mkdir -p BUILD RPMS SOURCES ; \
921                 cd SOURCES ; \
922                 ln -s ../../../$(distdir).tar.bz2 ; \
923                 ln -s ../../../wireshark.desktop ; \
924                 ln -s ../../../image/wsicon64.png wireshark.png ; \
925                 cd .. ; \
926                 rpmbuild --define "_topdir `cd . && pwd`" -bb SPECS/wireshark.spec && \
927                         echo "Package successfully built in `pwd`/RPMS." ; \
928         else \
929                 echo "Error: RPM executable and/or source directory not found." ; \
930         fi
931 srpm-package: dist
932         if test x$(HAVE_RPM) = xyes ; then \
933                 cd $(rpm_topdir) ; \
934                 mkdir -p BUILD SRPMS SOURCES ; \
935                 cd SOURCES ; \
936                 ln -s ../../../$(distdir).tar.bz2 ; \
937                 ln -s ../../../wireshark.desktop ; \
938                 ln -s ../../../image/wsicon64.png wireshark.png ; \
939                 cd .. ; \
940                 rpmbuild --define "_topdir `cd . && pwd`" -bs SPECS/wireshark.spec && \
941                         echo "Package successfully built in `pwd`/SRPMS." ; \
942         else \
943                 echo "Error: RPM executable and/or source directory not found." ; \
944         fi
945
946 debian-package: debian/rules
947         @if test x$(HAVE_DPKG_BUILDPACKAGE) = xyes ; then \
948                 dpkg-buildpackage -rfakeroot -us -uc ; \
949         else \
950                 echo "Error: Debian packaging tools not found." ; \
951                 echo "Package build abandoned." ; \
952         fi
953
954 # XXX - This assumes we're building from the source directory.
955 osx-app: $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) packaging/macosx/Info.plist
956         @if test x$(HAVE_OSX_PACKAGING) = xyes ; then \
957                 rm -rf $(stagedir) ; \
958                 $(MAKE) DESTDIR=$(stagedir) install; \
959                 cd $(srcdir)/packaging/macosx ;  \
960                 ./osx-app.sh -bp ../staging/$(PACKAGE).inst$(bindir) ; \
961         else \
962                 echo "Error: OS X packaging tools not found." ; \
963                 echo "Package build abandoned." ; \
964         fi
965
966 packaging/macosx/COPYING.txt: COPYING
967         (cd packaging/macosx ; \
968         $(MAKE) COPYING.txt ;)
969
970 osx-package: osx-app packaging/macosx/COPYING.txt
971         @if test x$(HAVE_OSX_PACKAGING) = xyes ; then \
972                 cd $(srcdir)/packaging/macosx ;  \
973                 ./osx-dmg.sh ; \
974         fi
975
976 osx-install: osx-app
977         @if test x$(HAVE_OSX_PACKAGING) = xyes ; then \
978                 echo "Copying Wireshark.app to /Applications" ; \
979                 cp -pr $(srcdir)/packaging/macosx/Wireshark.app /Applications ;  \
980         fi
981
982 clean-local:
983         rm -rf $(top_stagedir)
984
985 checkapi_local:
986         $(PERL) tools/checkAPIs.pl \
987         $(TSHARK_TAP_SRC)
988 #       $(wireshark_SOURCES)
989 #       $(EXTRA_wireshark_SOURCES)
990
991 checkapi: checkapi_local
992         cd wiretap && $(MAKE) checkapi
993         cd ../codecs && $(MAKE) checkapi
994 ##      cd ../gtk && $(MAKE) checkapi
995 ##      cd ../epan && $(MAKE) checkapi
996 ##      cd ../epan/crypt && $(MAKE) checkapi
997         cd ../dfilter && $(MAKE) checkapi
998 ##      cd ../ftypes && $(MAKE) checkapi
999 ##      cd ../wslua && $(MAKE) checkapi
1000         cd ../dissectors && $(MAKE) checkapi
1001         cd ../../plugins && $(MAKE) checkapi
1002         cd ../wsutil && $(MAKE) checkapi