# Makefile.in generated by automake 1.10 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
# Makefile.am
# Automake file for Wireshark
#
# $Id: Makefile.am 23850 2007-12-12 22:20:04Z gerald $
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Makefile.common
# Contains the stuff from Makefile.am and Makefile.nmake that is
# a) common to both files and
# b) portable between both files
#
# $Id: Makefile.common 23511 2007-11-20 16:53:01Z gerald $
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
EXTRA_PROGRAMS = wireshark$(EXEEXT) tshark$(EXEEXT) capinfos$(EXEEXT) \
editcap$(EXEEXT) mergecap$(EXEEXT) dftest$(EXEEXT) \
randpkt$(EXEEXT) text2pcap$(EXEEXT) dumpcap$(EXEEXT)
DIST_COMMON = README $(am__configure_deps) $(noinst_HEADERS) \
$(srcdir)/Makefile.am $(srcdir)/Makefile.common \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(srcdir)/doxygen.cfg.in $(top_srcdir)/configure AUTHORS \
COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
install-sh ltmain.sh missing text2pcap-scanner.c ylwrap
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/aclocal-fallback/glib-2.0.m4 \
$(top_srcdir)/aclocal-fallback/glib.m4 \
$(top_srcdir)/aclocal-fallback/gtk-2.0.m4 \
$(top_srcdir)/aclocal-fallback/gtk.m4 \
$(top_srcdir)/aclocal-fallback/iconv.m4 \
$(top_srcdir)/aclocal-fallback/libgcrypt.m4 \
$(top_srcdir)/aclocal-fallback/libgnutls.m4 \
$(top_srcdir)/aclocal-fallback/libsmi.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = doxygen.cfg
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
"$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man4dir)" \
"$(DESTDIR)$(diameterdir)" "$(DESTDIR)$(dtdsdir)" \
"$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(radiusdir)" \
"$(DESTDIR)$(tpncpdir)" "$(DESTDIR)$(wimaxasncpdir)"
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
am__capinfos_SOURCES_DIST = capinfos.c epan/plugins.c \
epan/report_err.c epan/privileges.c epan/filesystem.c
@HAVE_PLUGINS_TRUE@am__objects_1 = plugins.$(OBJEXT) \
@HAVE_PLUGINS_TRUE@ report_err.$(OBJEXT) privileges.$(OBJEXT) \
@HAVE_PLUGINS_TRUE@ filesystem.$(OBJEXT)
am_capinfos_OBJECTS = capinfos.$(OBJEXT) $(am__objects_1)
capinfos_OBJECTS = $(am_capinfos_OBJECTS)
capinfos_DEPENDENCIES = wiretap/libwiretap.la
am_dftest_OBJECTS = dftest.$(OBJEXT) util.$(OBJEXT)
dftest_OBJECTS = $(am_dftest_OBJECTS)
am__DEPENDENCIES_1 =
@HAVE_PLUGINS_TRUE@am__DEPENDENCIES_2 = plugins/agentx/agentx.la \
@HAVE_PLUGINS_TRUE@ plugins/artnet/artnet.la \
@HAVE_PLUGINS_TRUE@ plugins/asn1/asn1.la \
@HAVE_PLUGINS_TRUE@ plugins/ciscosm/ciscosm.la \
@HAVE_PLUGINS_TRUE@ plugins/docsis/docsis.la \
@HAVE_PLUGINS_TRUE@ plugins/enttec/enttec.la \
@HAVE_PLUGINS_TRUE@ plugins/ethercat/ethercat.la \
@HAVE_PLUGINS_TRUE@ plugins/giop/cosnaming.la \
@HAVE_PLUGINS_TRUE@ plugins/giop/coseventcomm.la \
@HAVE_PLUGINS_TRUE@ plugins/gryphon/gryphon.la \
@HAVE_PLUGINS_TRUE@ plugins/irda/irda.la plugins/lwres/lwres.la \
@HAVE_PLUGINS_TRUE@ plugins/m2m/m2m.la plugins/mate/mate.la \
@HAVE_PLUGINS_TRUE@ plugins/opcua/opcua.la plugins/opsi/opsi.la \
@HAVE_PLUGINS_TRUE@ plugins/pcli/pcli.la \
@HAVE_PLUGINS_TRUE@ plugins/profinet/profinet.la \
@HAVE_PLUGINS_TRUE@ plugins/rlm/rlm.la plugins/rtnet/rtnet.la \
@HAVE_PLUGINS_TRUE@ plugins/rudp/rudp.la plugins/sbus/sbus.la \
@HAVE_PLUGINS_TRUE@ plugins/stats_tree/stats_tree.la \
@HAVE_PLUGINS_TRUE@ plugins/unistim/unistim.la \
@HAVE_PLUGINS_TRUE@ plugins/v5ua/v5ua.la plugins/wimax/wimax.la
dftest_DEPENDENCIES = $(am__DEPENDENCIES_1) wiretap/libwiretap.la \
epan/libwireshark.la $(am__DEPENDENCIES_2)
am__objects_2 = capture-pcap-util-unix.$(OBJEXT)
am_dumpcap_OBJECTS = $(am__objects_2) capture_opts.$(OBJEXT) \
capture_loop.$(OBJEXT) capture-pcap-util.$(OBJEXT) \
capture_stop_conditions.$(OBJEXT) clopts_common.$(OBJEXT) \
conditions.$(OBJEXT) dumpcap.$(OBJEXT) pcapio.$(OBJEXT) \
ringbuffer.$(OBJEXT) sync_pipe_write.$(OBJEXT) \
tempfile.$(OBJEXT) version_info.$(OBJEXT) \
unicode-utils.$(OBJEXT) privileges.$(OBJEXT)
dumpcap_OBJECTS = $(am_dumpcap_OBJECTS) @INET_NTOP_O@
dumpcap_DEPENDENCIES = wiretap/libwiretap.la
am__editcap_SOURCES_DIST = editcap.c epan/crypt/crypt-md5.c \
epan/plugins.c epan/report_err.c epan/privileges.c \
epan/filesystem.c
am_editcap_OBJECTS = editcap.$(OBJEXT) crypt-md5.$(OBJEXT) \
$(am__objects_1)
editcap_OBJECTS = $(am_editcap_OBJECTS)
editcap_DEPENDENCIES = wiretap/libwiretap.la
am_mergecap_OBJECTS = mergecap.$(OBJEXT) merge.$(OBJEXT)
mergecap_OBJECTS = $(am_mergecap_OBJECTS)
mergecap_DEPENDENCIES = wiretap/libwiretap.la
am_randpkt_OBJECTS = randpkt.$(OBJEXT)
randpkt_OBJECTS = $(am_randpkt_OBJECTS)
randpkt_DEPENDENCIES = wiretap/libwiretap.la
am_text2pcap_OBJECTS = text2pcap.$(OBJEXT) text2pcap-scanner.$(OBJEXT)
text2pcap_OBJECTS = $(am_text2pcap_OBJECTS)
text2pcap_DEPENDENCIES = $(am__DEPENDENCIES_1) wiretap/libwiretap.la
am__objects_3 = $(am__objects_2) capture_errs.$(OBJEXT) \
capture-pcap-util.$(OBJEXT) capture_ui_utils.$(OBJEXT) \
cfile.$(OBJEXT) clopts_common.$(OBJEXT) \
disabled_protos.$(OBJEXT) packet-range.$(OBJEXT) \
print.$(OBJEXT) ps.$(OBJEXT) sync_pipe_write.$(OBJEXT) \
timestats.$(OBJEXT) util.$(OBJEXT) version_info.$(OBJEXT)
am__objects_4 = tap-afpstat.$(OBJEXT) tap-ansi_astat.$(OBJEXT) \
tap-bootpstat.$(OBJEXT) tap-camelcounter.$(OBJEXT) \
tap-camelsrt.$(OBJEXT) tap-dcerpcstat.$(OBJEXT) \
tap-funnel.$(OBJEXT) tap-gsm_astat.$(OBJEXT) \
tap-h225counter.$(OBJEXT) tap-h225rassrt.$(OBJEXT) \
tap-httpstat.$(OBJEXT) tap-iostat.$(OBJEXT) \
tap-iousers.$(OBJEXT) tap-mgcpstat.$(OBJEXT) \
tap-protocolinfo.$(OBJEXT) tap-protohierstat.$(OBJEXT) \
tap-radiusstat.$(OBJEXT) tap-rpcstat.$(OBJEXT) \
tap-rpcprogs.$(OBJEXT) tap-sctpchunkstat.$(OBJEXT) \
tap-sipstat.$(OBJEXT) tap-smbsids.$(OBJEXT) \
tap-smbstat.$(OBJEXT) tap-stats_tree.$(OBJEXT) \
tap-wspstat.$(OBJEXT)
am_tshark_OBJECTS = $(am__objects_3) $(am__objects_4) \
capture_opts.$(OBJEXT) capture_sync.$(OBJEXT) \
tempfile.$(OBJEXT) tshark-tap-register.$(OBJEXT) \
tshark.$(OBJEXT)
tshark_OBJECTS = $(am_tshark_OBJECTS) @INET_NTOP_O@
tshark_DEPENDENCIES = $(am__DEPENDENCIES_1) wiretap/libwiretap.la \
epan/libwireshark.la $(am__DEPENDENCIES_2)
tshark_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(tshark_LDFLAGS) \
$(LDFLAGS) -o $@
am_wireshark_OBJECTS = $(am__objects_3) airpcap_loader.$(OBJEXT) \
alert_box.$(OBJEXT) capture.$(OBJEXT) capture_info.$(OBJEXT) \
capture_opts.$(OBJEXT) capture_sync.$(OBJEXT) \
color_filters.$(OBJEXT) file.$(OBJEXT) fileset.$(OBJEXT) \
filters.$(OBJEXT) g711.$(OBJEXT) merge.$(OBJEXT) \
proto_hier_stats.$(OBJEXT) summary.$(OBJEXT) \
tempfile.$(OBJEXT)
wireshark_OBJECTS = $(am_wireshark_OBJECTS)
wireshark_DEPENDENCIES = $(am__DEPENDENCIES_1) gtk/libui.a \
codecs/libcodec.a wiretap/libwiretap.la epan/libwireshark.la \
$(am__DEPENDENCIES_2)
wireshark_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(wireshark_LDFLAGS) $(LDFLAGS) -o $@
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
SCRIPTS = $(bin_SCRIPTS)
DEFAULT_INCLUDES = -I.@am__isrc@
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
YLWRAP = $(top_srcdir)/ylwrap
SOURCES = $(capinfos_SOURCES) $(dftest_SOURCES) $(dumpcap_SOURCES) \
$(editcap_SOURCES) $(mergecap_SOURCES) $(randpkt_SOURCES) \
$(text2pcap_SOURCES) $(tshark_SOURCES) $(wireshark_SOURCES) \
$(EXTRA_wireshark_SOURCES)
DIST_SOURCES = $(am__capinfos_SOURCES_DIST) $(dftest_SOURCES) \
$(dumpcap_SOURCES) $(am__editcap_SOURCES_DIST) \
$(mergecap_SOURCES) $(randpkt_SOURCES) $(text2pcap_SOURCES) \
$(tshark_SOURCES) $(wireshark_SOURCES) \
$(EXTRA_wireshark_SOURCES)
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
install-dvi-recursive install-exec-recursive \
install-html-recursive install-info-recursive \
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
man1dir = $(mandir)/man1
man4dir = $(mandir)/man4
NROFF = nroff
MANS = $(man1_MANS) $(man4_MANS) $(man_MANS)
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
diameterDATA_INSTALL = $(INSTALL_DATA)
dtdsDATA_INSTALL = $(INSTALL_DATA)
pkgdataDATA_INSTALL = $(INSTALL_DATA)
radiusDATA_INSTALL = $(INSTALL_DATA)
tpncpDATA_INSTALL = $(INSTALL_DATA)
wimaxasncpDATA_INSTALL = $(INSTALL_DATA)
DATA = $(diameter_DATA) $(dtds_DATA) $(pkgdata_DATA) $(radius_DATA) \
$(tpncp_DATA) $(wimaxasncp_DATA)
HEADERS = $(noinst_HEADERS)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
am__remove_distdir = \
{ test ! -d $(distdir) \
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
&& rm -fr $(distdir); }; }
DIST_ARCHIVES = $(distdir).tar.gz
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
ACLOCAL = @ACLOCAL@
ADNS_LIBS = @ADNS_LIBS@
AMTAR = @AMTAR@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CC_FOR_BUILD = @CC_FOR_BUILD@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DOXYGEN = @DOXYGEN@
ECHO = @ECHO@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
ENABLE_STATIC = @ENABLE_STATIC@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
FLEX_PATH = @FLEX_PATH@
FOP = @FOP@
FRAMEWORKS = @FRAMEWORKS@
GETOPT_C = @GETOPT_C@
GETOPT_O = @GETOPT_O@
GLIB_CFLAGS = @GLIB_CFLAGS@
GLIB_CONFIG = @GLIB_CONFIG@
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
GLIB_LIBS = @GLIB_LIBS@
GLIB_MKENUMS = @GLIB_MKENUMS@
GOBJECT_QUERY = @GOBJECT_QUERY@
GREP = @GREP@
GTK_CFLAGS = @GTK_CFLAGS@
GTK_CONFIG = @GTK_CONFIG@
GTK_LIBS = @GTK_LIBS@
G_ASCII_STRCASECMP_C = @G_ASCII_STRCASECMP_C@
G_ASCII_STRCASECMP_LO = @G_ASCII_STRCASECMP_LO@
G_ASCII_STRCASECMP_O = @G_ASCII_STRCASECMP_O@
G_ASCII_STRTOULL_C = @G_ASCII_STRTOULL_C@
G_ASCII_STRTOULL_LO = @G_ASCII_STRTOULL_LO@
G_ASCII_STRTOULL_O = @G_ASCII_STRTOULL_O@
HAVE_DOXYGEN = @HAVE_DOXYGEN@
HAVE_FOP = @HAVE_FOP@
HAVE_HHC = @HAVE_HHC@
HAVE_PKGMK = @HAVE_PKGMK@
HAVE_PKGPROTO = @HAVE_PKGPROTO@
HAVE_PKGTRANS = @HAVE_PKGTRANS@
HAVE_RPM = @HAVE_RPM@
HAVE_SVR4_PACKAGING = @HAVE_SVR4_PACKAGING@
HAVE_XMLLINT = @HAVE_XMLLINT@
HAVE_XSLTPROC = @HAVE_XSLTPROC@
HHC = @HHC@
HTML_VIEWER = @HTML_VIEWER@
INET_ATON_C = @INET_ATON_C@
INET_ATON_LO = @INET_ATON_LO@
INET_ATON_O = @INET_ATON_O@
INET_NTOP_C = @INET_NTOP_C@
INET_NTOP_LO = @INET_NTOP_LO@
INET_NTOP_O = @INET_NTOP_O@
INET_PTON_C = @INET_PTON_C@
INET_PTON_LO = @INET_PTON_LO@
INET_PTON_O = @INET_PTON_O@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
KRB5_CONFIG = @KRB5_CONFIG@
KRB5_LIBS = @KRB5_LIBS@
LDFLAGS = @LDFLAGS@
LDFLAGS_SHAREDLIB = @LDFLAGS_SHAREDLIB@
LEX = @LEX@
LEXLIB = @LEXLIB@
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
LIBCAP_LIBS = @LIBCAP_LIBS@
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
LIBICONV = @LIBICONV@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBSMI_CFLAGS = @LIBSMI_CFLAGS@
LIBSMI_LDFLAGS = @LIBSMI_LDFLAGS@
LIBSMI_VERSION = @LIBSMI_VERSION@
LIBTOOL = @LIBTOOL@
LIBTOOL_DEPS = @LIBTOOL_DEPS@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
LUA_INCLUDES = @LUA_INCLUDES@
LUA_LIBS = @LUA_LIBS@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
MKSTEMP_C = @MKSTEMP_C@
MKSTEMP_O = @MKSTEMP_O@
NSL_LIBS = @NSL_LIBS@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PCAP_LIBS = @PCAP_LIBS@
PCRE_LIBS = @PCRE_LIBS@
PERL = @PERL@
PKG_CONFIG = @PKG_CONFIG@
PLUGIN_LIBS = @PLUGIN_LIBS@
POD2HTML = @POD2HTML@
POD2MAN = @POD2MAN@
PORTAUDIO_INCLUDES = @PORTAUDIO_INCLUDES@
PORTAUDIO_LIBS = @PORTAUDIO_LIBS@
PYTHON = @PYTHON@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SOCKET_LIBS = @SOCKET_LIBS@
SSL_LIBS = @SSL_LIBS@
STRCASECMP_C = @STRCASECMP_C@
STRCASECMP_O = @STRCASECMP_O@
STRERROR_C = @STRERROR_C@
STRERROR_O = @STRERROR_O@
STRIP = @STRIP@
STRNCASECMP_C = @STRNCASECMP_C@
STRNCASECMP_O = @STRNCASECMP_O@
STRPTIME_C = @STRPTIME_C@
STRPTIME_O = @STRPTIME_O@
VERSION = @VERSION@
XMLLINT = @XMLLINT@
XSLTPROC = @XSLTPROC@
YACC = @YACC@
YFLAGS = @YFLAGS@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_F77 = @ac_ct_F77@
ac_cv_wireshark_have_rpm = @ac_cv_wireshark_have_rpm@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
capinfos_bin = @capinfos_bin@
capinfos_man = @capinfos_man@
datadir = @datadir@
datarootdir = @datarootdir@
dftest_bin = @dftest_bin@
docdir = @docdir@
dumpcap_bin = @dumpcap_bin@
dumpcap_man = @dumpcap_man@
dvidir = @dvidir@
editcap_bin = @editcap_bin@
editcap_man = @editcap_man@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
idl2wrs_bin = @idl2wrs_bin@
idl2wrs_man = @idl2wrs_man@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mergecap_bin = @mergecap_bin@
mergecap_man = @mergecap_man@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
plugindir = @plugindir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
randpkt_bin = @randpkt_bin@
rdps_bin = @rdps_bin@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
subdirs = @subdirs@
sysconfdir = @sysconfdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
text2pcap_bin = @text2pcap_bin@
text2pcap_man = @text2pcap_man@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
tshark_bin = @tshark_bin@
tshark_man = @tshark_man@
wireshark_SUBDIRS = @wireshark_SUBDIRS@
wireshark_bin = @wireshark_bin@
wireshark_man = @wireshark_man@
wiresharkfilter_man = @wiresharkfilter_man@
ACLOCAL_AMFLAGS = `./aclocal-flags`
INCLUDES = @LUA_INCLUDES@
#
# This is a hideous hack.
#
# Automake needs to know into which sections to install various man
# pages; if the names in "man_MANS" have suffixes, it can infer the
# sections from the name (e.g., "hello.1" goes in section 1), but if
# they don't have suffixes, it can't tell what sections to put them, and
# it just gives up and doesn't create any rules to install them (and it
# gives up silently, so you have no clue what's wrong).
#
# Therefore, we can't just set "man_MANS" to a list of variables to be
# filled in by the configure script, as those variables don't have man
# page section numbers.
#
# It turns out (although this is not documented anywhere I could find
# in the automake Info file) that if you define, instead, variables with
# names like "man{section}_MANS", automake will infer that the names in
# those variables are the names of man pages to be installed in section
# "{section}".
#
# So, as all our man pages go in section 1, we define "man1_MANS" to
# contain all the man page.
#
# *However*, if "man_MANS" isn't defined at all, automake concludes that
# there are no man pages, the fact that, say, "man1_MANS" is defined
# nonwithstanding! (I suspect this is the result of a mistaken attempt
# to get people to fix their automake files not to use "MANS"; if "MANS"
# is defined, it prints a warning and sets the exit status, but doesn't
# exit, and then it just gives up if "man_MANS" isn't defined,
# presumably on the theory that the only reason it wouldn't be defined
# is because the automake file uses the obsolete "MANS" variable instead
# of the shiny new "man_MANS" variable.)
#
# So we also define "man_MANS", but don't define it as anything;
# automake will arrange that the Makefile define it as the union of all
# the "man{section}_MANS" variables.
#
bin_PROGRAMS = \
@wireshark_bin@ \
@tshark_bin@ \
@text2pcap_bin@ \
@mergecap_bin@ \
@capinfos_bin@ \
@editcap_bin@ \
@randpkt_bin@ \
@dftest_bin@ \
@dumpcap_bin@
bin_SCRIPTS = @idl2wrs_bin@
man1_MANS = \
@wireshark_man@ \
@tshark_man@ \
@text2pcap_man@ \
@mergecap_man@ \
@capinfos_man@ \
@editcap_man@ \
@dumpcap_man@ \
@idl2wrs_man@
man4_MANS = @wiresharkfilter_man@
man_MANS =
EXTRA_SCRIPTS = idl2wrs
#
# Wireshark configuration files are put in $(pkgdatadir).
#
pkgdata_DATA = AUTHORS-SHORT COPYING manuf services wireshark.html \
tshark.html wireshark-filter.html capinfos.html editcap.html \
idl2wrs.html mergecap.html text2pcap.html dumpcap.html \
cfilters colorfilters dfilters smi_modules
#
# Install the Diameter DTD and XML files in the "diameter" subdirectory
# of that directory.
#
diameterdir = $(pkgdatadir)/diameter
diameter_DATA = \
diameter/chargecontrol.xml \
diameter/dictionary.dtd \
diameter/dictionary.xml \
diameter/Ericsson.xml \
diameter/etsie2e4.xml \
diameter/gqpolicy.xml \
diameter/imscxdx.xml \
diameter/mobileipv4.xml \
diameter/nasreq.xml \
diameter/sip.xml \
diameter/sunping.xml \
diameter/TGPPSh.xml
#
# Install the DTDs directory files in the "dtds" subdirectory
# of that directory
#
dtdsdir = $(pkgdatadir)/dtds
dtds_DATA = \
dtds/dc.dtd \
dtds/itunes.dtd \
dtds/mscml.dtd \
dtds/pocsettings.dtd \
dtds/presence.dtd \
dtds/reginfo.dtd \
dtds/rlmi.dtd \
dtds/rss.dtd \
dtds/smil.dtd \
dtds/xcap-caps.dtd \
dtds/xcap-error.dtd \
dtds/watcherinfo.dtd
#
# Install the RADIUS directory files in the "radius" subdirectory
# of that directory.
#
radiusdir = $(pkgdatadir)/radius
radius_DATA = \
radius/dictionary \
radius/dictionary.3com \
radius/dictionary.3gpp \
radius/dictionary.3gpp2 \
radius/dictionary.acc \
radius/dictionary.alcatel \
radius/dictionary.alteon \
radius/dictionary.altiga \
radius/dictionary.aptis \
radius/dictionary.ascend \
radius/dictionary.bay \
radius/dictionary.bintec \
radius/dictionary.bristol \
radius/dictionary.cablelabs \
radius/dictionary.cabletron \
radius/dictionary.cisco \
radius/dictionary.cisco.bbsm \
radius/dictionary.cisco.vpn3000 \
radius/dictionary.cisco.vpn5000 \
radius/dictionary.colubris \
radius/dictionary.columbia_university \
radius/dictionary.compat \
radius/dictionary.cosine \
radius/dictionary.ericsson \
radius/dictionary.erx \
radius/dictionary.extreme \
radius/dictionary.foundry \
radius/dictionary.freeradius \
radius/dictionary.gandalf \
radius/dictionary.garderos \
radius/dictionary.gemtek \
radius/dictionary.itk \
radius/dictionary.juniper \
radius/dictionary.karlnet \
radius/dictionary.livingston \
radius/dictionary.localweb \
radius/dictionary.merit \
radius/dictionary.microsoft \
radius/dictionary.mikrotik \
radius/dictionary.navini \
radius/dictionary.netscreen \
radius/dictionary.nokia \
radius/dictionary.nomadix \
radius/dictionary.propel \
radius/dictionary.quintum \
radius/dictionary.redback \
radius/dictionary.redcreek \
radius/dictionary.shasta \
radius/dictionary.shiva \
radius/dictionary.sonicwall \
radius/dictionary.springtide \
radius/dictionary.t_systems_nova \
radius/dictionary.telebit \
radius/dictionary.trapeze \
radius/dictionary.tunnel \
radius/dictionary.unisphere \
radius/dictionary.unix \
radius/dictionary.usr \
radius/dictionary.valemount \
radius/dictionary.versanet \
radius/dictionary.wispr \
radius/dictionary.xedia
#
# Install the tpncp directory files in the "tpncp" subdirectory
# of that directory
#
tpncpdir = $(pkgdatadir)/tpncp
tpncp_DATA = \
tpncp/tpncp.dat
#
# Install the wimaxasncp directory files in the "wimaxasncp" subdirectory
# of that directory
#
wimaxasncpdir = $(pkgdatadir)/wimaxasncp
wimaxasncp_DATA = \
wimaxasncp/dictionary.xml \
wimaxasncp/dictionary.dtd
PLATFORM_SRC = capture-pcap-util-unix.c
@HAVE_PLUGINS_FALSE@plugin_ldadd =
@HAVE_PLUGINS_TRUE@plugin_ldadd = \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/agentx/agentx.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/artnet/artnet.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/asn1/asn1.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/ciscosm/ciscosm.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/docsis/docsis.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/enttec/enttec.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/ethercat/ethercat.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/giop/cosnaming.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/giop/coseventcomm.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/gryphon/gryphon.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/irda/irda.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/lwres/lwres.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/m2m/m2m.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/mate/mate.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/opcua/opcua.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/opsi/opsi.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/pcli/pcli.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/profinet/profinet.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/rlm/rlm.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/rtnet/rtnet.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/rudp/rudp.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/sbus/sbus.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/stats_tree/stats_tree.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/unistim/unistim.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/v5ua/v5ua.la \
@HAVE_PLUGINS_TRUE@ -dlopen plugins/wimax/wimax.la
@HAVE_PLUGINS_FALSE@WTAP_PLUGIN_SOURCES =
@HAVE_PLUGINS_TRUE@WTAP_PLUGIN_SOURCES = \
@HAVE_PLUGINS_TRUE@ epan/plugins.c \
@HAVE_PLUGINS_TRUE@ epan/report_err.c \
@HAVE_PLUGINS_TRUE@ epan/privileges.c \
@HAVE_PLUGINS_TRUE@ epan/filesystem.c
# "BUILT_SOURCES" are built before any "make all" or "make check" targets.
BUILT_HEADER_FILES = \
svnversion.h
BUILT_C_FILES = \
ps.c
BUILT_SOURCES = $(BUILT_C_FILES) $(BUILT_HEADER_FILES)
# Header files generated from source files.
GENERATED_HEADER_FILES = \
$(BUILT_HEADER_FILES)
# C source files generated from source files.
GENERATED_C_FILES = \
$(BUILT_C_FILES) \
tshark-tap-register.c
# All the generated files.
GENERATED_FILES = $(GENERATED_C_FILES) $(GENERATED_HEADER_FILES)
# sources common for wireshark and tshark
WIRESHARK_COMMON_SRC = \
$(PLATFORM_SRC) \
capture_errs.c \
capture-pcap-util.c \
capture_ui_utils.c \
cfile.c \
clopts_common.c \
disabled_protos.c \
packet-range.c \
print.c \
ps.c \
sync_pipe_write.c \
timestats.c \
util.c \
version_info.c
# corresponding headers
WIRESHARK_COMMON_INCLUDES = \
svnversion.h \
capture_errs.h \
capture-pcap-util.h \
capture-pcap-util-int.h \
capture_ui_utils.h \
cfile.h \
clopts_common.h \
cmdarg_err.h \
color.h \
disabled_protos.h \
file.h \
fileset.h \
isprint.h \
packet-range.h \
print.h \
ps.h \
register.h \
tempfile.h \
timestats.h \
util.h \
version_info.h
# sources for TShark taps
TSHARK_TAP_SRC = \
tap-afpstat.c \
tap-ansi_astat.c \
tap-bootpstat.c \
tap-camelcounter.c \
tap-camelsrt.c \
tap-dcerpcstat.c \
tap-funnel.c \
tap-gsm_astat.c \
tap-h225counter.c \
tap-h225rassrt.c \
tap-httpstat.c \
tap-iostat.c \
tap-iousers.c \
tap-mgcpstat.c \
tap-protocolinfo.c \
tap-protohierstat.c \
tap-radiusstat.c \
tap-rpcstat.c \
tap-rpcprogs.c \
tap-sctpchunkstat.c \
tap-sipstat.c \
tap-smbsids.c \
tap-smbstat.c \
tap-stats_tree.c \
tap-wspstat.c
# helpers already available on some platforms (and on others not)
EXTRA_wireshark_SOURCES = \
getopt.c \
inet_ntop.c \
inet_pton.c \
mkstemp.c \
strerror.c \
strcasecmp.c \
strncasecmp.c \
strptime.c
# corresponding headers
EXTRA_wireshark_INCLUDES = \
getopt.h \
inet_v6defs.h \
mkstemp.h \
strerror.h \
strptime.h
# wireshark specifics
wireshark_SOURCES = \
$(WIRESHARK_COMMON_SRC) \
airpcap_loader.c \
alert_box.c \
capture.c \
capture_info.c \
capture_opts.c \
capture_sync.c \
color_filters.c \
file.c \
fileset.c \
filters.c \
g711.c \
@INET_NTOP_C@ \
merge.c \
proto_hier_stats.c \
summary.c \
tempfile.c
# corresponding headers
wireshark_INCLUDES = \
airpcap.h \
airpcap_loader.h \
alert_box.h \
capture.h \
capture_info.h \
capture_opts.h \
capture_sync.h \
color_filters.h \
filters.h \
g711.h \
globals.h \
log.h \
main_window.h \
menu.h \
merge.h \
progress_dlg.h \
proto_hier_stats.h \
simple_dialog.h \
stat_menu.h \
statusbar.h \
summary.h \
sync_pipe.h \
tap_dfilter_dlg.h \
ui_util.h
# tshark specifics
tshark_SOURCES = \
$(WIRESHARK_COMMON_SRC) \
$(TSHARK_TAP_SRC) \
capture_opts.c \
capture_sync.c \
@INET_NTOP_C@ \
tempfile.c \
tshark-tap-register.c \
tshark.c
# text2pcap specifics
text2pcap_SOURCES = \
text2pcap.c \
text2pcap-scanner.l
# mergecap specifics
mergecap_SOURCES = \
mergecap.c \
merge.c \
svnversion.h
# editcap specifics
editcap_SOURCES = \
editcap.c \
epan/crypt/crypt-md5.c \
$(WTAP_PLUGIN_SOURCES)
capinfos_SOURCES = \
capinfos.c \
$(WTAP_PLUGIN_SOURCES)
# dftest specifics
dftest_SOURCES = \
dftest.c \
util.c
# randpkt specifics
randpkt_SOURCES = \
randpkt.c
# dumpcap specifics
dumpcap_SOURCES = \
$(PLATFORM_SRC) \
capture_opts.c \
capture_loop.c \
capture-pcap-util.c \
capture_stop_conditions.c \
clopts_common.c \
conditions.c \
dumpcap.c \
@INET_NTOP_C@ \
pcapio.c \
ringbuffer.c \
sync_pipe_write.c \
tempfile.c \
version_info.c \
epan/unicode-utils.c \
epan/privileges.c
# corresponding headers
dumpcap_INCLUDES = \
capture_loop.h \
capture_stop_conditions.h \
conditions.h \
pcapio.h \
ringbuffer.h \
epan/unicode-utils.h \
epan/privileges.h
# this target needed for distribution only
noinst_HEADERS = \
$(WIRESHARK_COMMON_INCLUDES) \
$(wireshark_INCLUDES) \
$(EXTRA_wireshark_INCLUDES) \
$(dumpcap_INCLUDES)
# Optional objects that I know how to build. These will be
# linked into the wireshark executable.
# They will also be linked into the tshark executable; if this
# list ever grows to include something that can't be linked with
# tshark, or if tshark needs something that wireshark doesn't,
# we should probably split this into stuff needed both
# by wireshark and tshark and stuff needed only by one or the
# other.
wireshark_optional_objects = @GETOPT_O@ @STRERROR_O@ \
@STRCASECMP_O@ @STRNCASECMP_O@ @MKSTEMP_O@ @STRPTIME_O@
@ENABLE_STATIC_FALSE@wireshark_LDFLAGS = -export-dynamic
@ENABLE_STATIC_TRUE@wireshark_LDFLAGS = -Wl,-static -all-static
# Libraries and plugin flags with which to link wireshark.
#
# Note that Wireshark doesn't have to be linked with @GLIB_LIBS@, as
# they are included in @GTK_LIBS@, and doesn't have to be linked with
# @SOCKET_LIBS@ or @NSL_LIBS@, as those should also be included in
# @GTK_LIBS@ (as those are also needed for X applications, and GTK+
# applications are X applications).
wireshark_LDADD = \
$(wireshark_optional_objects) \
gtk/libui.a \
codecs/libcodec.a \
wiretap/libwiretap.la \
epan/libwireshark.la \
@SSL_LIBS@ \
$(plugin_ldadd) \
@PCRE_LIBS@ \
@PCAP_LIBS@ @GTK_LIBS@ @ADNS_LIBS@ @KRB5_LIBS@ @FRAMEWORKS@ \
@LIBICONV@ \
@LIBGCRYPT_LIBS@ \
@LIBGNUTLS_LIBS@ \
@LIBSMI_LDFLAGS@ \
@PORTAUDIO_LIBS@
@ENABLE_STATIC_FALSE@tshark_LDFLAGS = -export-dynamic
@ENABLE_STATIC_TRUE@tshark_LDFLAGS = -Wl,-static -all-static
# Libraries and plugin flags with which to link tshark.
tshark_LDADD = \
$(wireshark_optional_objects) \
wiretap/libwiretap.la \
epan/libwireshark.la \
@SSL_LIBS@ \
$(plugin_ldadd) \
@PCRE_LIBS@ \
@GLIB_LIBS@ -lm \
@PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@ @ADNS_LIBS@ @KRB5_LIBS@ \
@FRAMEWORKS@ \
@LIBICONV@ \
@LIBGCRYPT_LIBS@ \
@LIBGNUTLS_LIBS@ \
@LIBSMI_LDFLAGS@
# Optional objects that I know how to build, and that are needed by
# text2pcap.
text2pcap_optional_objects = @STRERROR_O@ @STRPTIME_O@
# Libraries with which to link text2pcap.
text2pcap_LDADD = \
$(text2pcap_optional_objects) \
wiretap/libwiretap.la \
@GLIB_LIBS@ -lm
# Libraries with which to link mergecap.
mergecap_LDADD = \
wiretap/libwiretap.la \
@GLIB_LIBS@
# Libraries with which to link capinfos.
capinfos_LDADD = \
wiretap/libwiretap.la \
@GLIB_LIBS@
# Libraries with which to link editcap.
editcap_LDADD = \
wiretap/libwiretap.la \
@GLIB_LIBS@
# Libraries with which to link randpkt.
randpkt_LDADD = \
wiretap/libwiretap.la \
@GLIB_LIBS@ -lm \
@PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@ @ADNS_LIBS@
# Libraries and plugin flags with which to link dftest.
dftest_LDADD = \
$(wireshark_optional_objects) \
wiretap/libwiretap.la \
epan/libwireshark.la \
@SSL_LIBS@ \
$(plugin_ldadd) \
@PCRE_LIBS@ \
@GLIB_LIBS@ -lm \
@PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@ @ADNS_LIBS@ @KRB5_LIBS@ \
@LIBICONV@ \
@LIBGCRYPT_LIBS@ \
@LIBGNUTLS_LIBS@ \
@LIBSMI_LDFLAGS@
# Libraries with which to link dumpcap.
dumpcap_LDADD = \
wiretap/libwiretap.la \
@GLIB_LIBS@ \
@PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@ @FRAMEWORKS@ \
@LIBGCRYPT_LIBS@ \
@LIBCAP_LIBS@
# Common headers
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap \
$(LIBGNUTLS_CFLAGS) $(LIBGCRYPT_CFLAGS) $(LIBSMI_CFLAGS)
#
# Build shell scripts by doing variable substitution.
# Taken from autoconf 2.13.
#
editsh = sed -e 's,@''SHELL''@,$(SHELL),g'
SUFFIXES = .sh
#
# XXX - "svnversion.h" is distributed in the release tarball; should
# we be deleting it with "make clean", or should we only do that with
# "make maintainer-clean"?
#
CLEANFILES = \
svnversion.h \
@rdps_bin@ \
idl2wrs \
*~ \
vgcore.pid*
#
# XXX - "ps.c" is distributed in the source tarballs; why is it in the
# list of files removed by "make distclean"? (It's deliberately
# included in that list.)
#
DISTCLEANFILES = \
AUTHORS-SHORT \
AUTHORS-SHORT-FORMAT \
ps.c
MAINTAINERCLEANFILES = \
$(GENERATED_FILES) \
Makefile.in \
aclocal.m4 \
config.h.in \
configure \
depcomp \
install-sh \
ltmain.sh \
missing
EXTRA_DIST = \
FAQ \
INSTALL.configure \
Makefile.am.inc \
Makefile.common \
Makefile.nmake \
Makefile.nmake.inc \
README.aix \
README.bsd \
README.hpux \
README.irix \
README.linux \
README.macos \
README.tru64 \
README.vmware \
README.win32 \
aclocal-fallback/glib-2.0.m4 \
aclocal-fallback/glib.m4 \
aclocal-fallback/gtk-2.0.m4 \
aclocal-fallback/gtk.m4 \
aclocal-fallback/iconv.m4 \
aclocal-flags \
autogen.sh \
capinfos.c \
capture-wpcap.c \
capture-wpcap.h \
capture_wpcap_packet.c \
capture_wpcap_packet.h \
cfilters \
colorfilters \
config.h.win32 \
config.nmake \
debian/README.debian \
debian/changelog \
debian/control \
debian/copyright \
debian/dirs \
debian/docs \
debian/menu \
debian/postinst \
debian/prerm \
debian/rules \
dfilters \
doc/Makefile.am \
doc/Makefile.nmake \
doc/README.binarytrees \
doc/README.capture \
doc/README.design \
doc/README.developer \
doc/README.display_filter \
doc/README.idl2wrs \
doc/README.malloc \
doc/README.packaging \
doc/README.plugins \
doc/README.regression \
doc/README.request_response_tracking \
doc/README.stats_tree \
doc/README.tapping \
doc/README.xml-output \
doc/capinfos.pod \
doc/dfilter2pod.pl \
doc/dumpcap.pod \
doc/editcap.pod \
doc/eproto2sgml \
doc/idl2wrs.pod \
doc/mergecap.pod \
doc/randpkt.txt \
doc/sgml.doc.template \
doc/text2pcap.pod \
doc/tshark.pod \
doc/wireshark-filter.pod.template \
doc/wireshark.pod \
docbook/Makefile.auto.am \
doxygen.cfg.in \
dumpcap.c \
editcap.c \
epan/libwireshark.def \
example_snmp_users_file \
wireshark.desktop \
image/capinfos.rc.in \
image/clist_ascend.xpm \
image/clist_descend.xpm \
image/dn_arrow.xpm \
image/dumpcap.rc.in \
image/editcap.rc.in \
image/hi16-app-wireshark.png \
image/hi32-app-wireshark.png \
image/hi48-app-wireshark.png \
image/icon_layout_1.xpm \
image/icon_layout_2.xpm \
image/icon_layout_3.xpm \
image/icon_layout_4.xpm \
image/icon_layout_5.xpm \
image/icon_layout_6.xpm \
image/libwireshark.rc.in \
image/lo16-app-wireshark.png \
image/lo32-app-wireshark.png \
image/lo48-app-wireshark.png \
image/Makefile.nmake \
image/mergecap.rc.in \
image/nsis-checked.bmp \
image/nsis-unchecked.bmp \
image/README.image \
image/stock_dialog_error_48.xpm \
image/stock_dialog_info_48.xpm \
image/stock_dialog_question_48.xpm \
image/stock_dialog_stop_48.xpm \
image/stock_dialog_warning_48.xpm \
image/text2pcap.rc.in \
image/toolbar/autoscroll_24.xpm \
image/toolbar/capture_airpcap_16.xpm \
image/toolbar/capture_capture_16.xpm \
image/toolbar/capture_details_16.xpm \
image/toolbar/capture_details_24.xpm \
image/toolbar/capture_ethernet_16.xpm \
image/toolbar/capture_filter_24.xpm \
image/toolbar/capture_interfaces_24.xpm \
image/toolbar/capture_options_24.xpm \
image/toolbar/capture_prepare_16.xpm \
image/toolbar/capture_restart_24.xpm \
image/toolbar/capture_start_24.xpm \
image/toolbar/capture_stop_24.xpm \
image/toolbar/checkbox_16.xpm \
image/toolbar/colorize_24.xpm \
image/toolbar/conversations_16.xpm \
image/toolbar/decode_as_16.xpm \
image/toolbar/display_filter_24.xpm \
image/toolbar/endpoints_16.xpm \
image/toolbar/file_set_list_16.xpm \
image/toolbar/file_set_next_16.xpm \
image/toolbar/file_set_previous_16.xpm \
image/toolbar/graphs_16.xpm \
image/toolbar/internet_24.xpm \
image/toolbar/resize_columns_24.xpm \
image/toolbar/stock_add_24.xpm \
image/toolbar/stock_bottom_24.xpm \
image/toolbar/stock_clear_24.xpm \
image/toolbar/stock_close_24.xpm \
image/toolbar/stock_colorselector_24.xpm \
image/toolbar/stock_help_24.xpm \
image/toolbar/stock_jump_to_24.xpm \
image/toolbar/stock_left_arrow_24.xpm \
image/toolbar/stock_ok_20.xpm \
image/toolbar/stock_open_24.xpm \
image/toolbar/stock_preferences_24.xpm \
image/toolbar/stock_print_24.xpm \
image/toolbar/stock_properties_24.xpm \
image/toolbar/stock_refresh_24.xpm \
image/toolbar/stock_right_arrow_24.xpm \
image/toolbar/stock_save_24.xpm \
image/toolbar/stock_save_as_24.xpm \
image/toolbar/stock_search_24.xpm \
image/toolbar/stock_stop_24.xpm \
image/toolbar/stock_top_24.xpm \
image/toolbar/stock_zoom_1_24.xpm \
image/toolbar/stock_zoom_in_24.xpm \
image/toolbar/stock_zoom_out_24.xpm \
image/toolbar/telephony_16.xpm \
image/toolbar/time_24.xpm \
image/toolbar/web_support_24.xpm \
image/toolbar/wep_closed_24.xpm \
image/toolbar/wiki_24.xpm \
image/tshark.rc.in \
image/up_arrow.xpm \
image/win32-file-dlg.rc \
image/wiresharkdoc.ico \
image/wiresharkinst.ico \
image/wireshark.exe.manifest.in \
image/wireshark.ico \
image/wireshark.rc.in \
image/wiretap.rc.in \
image/wsicon.svg \
image/wsicon16.png \
image/wsicon16.xpm \
image/wsicon256.png \
image/wsicon32.png \
image/wsicon32.xpm \
image/wsicon48.png \
image/wsicon48.xpm \
image/wsicon64.png \
image/wsicon64.xpm \
image/wsiconcap.svg \
image/wsiconcap16.xpm \
image/wsiconcap256.png \
image/wsiconcap32.xpm \
image/wsiconcap48.xpm \
image/wsicondoc.svg \
image/wsicondoc256.png \
image/wsiconinst.svg \
image/wsiconinst256.png \
image/wslogo.eps \
image/wslogo.svg \
image/wssplash.xpm \
make-authors-format.pl \
make-authors-short.pl \
make-manuf \
make-tapreg-dotc \
make-version.pl \
manuf \
manuf.tmpl \
mergecap.c \
perlnoutf.pl \
print.ps \
$(diameter_DATA) \
$(dtds_DATA) \
$(radius_DATA) \
$(tpncp_DATA) \
$(wimaxasncp_DATA) \
randpkt.c \
rdps.c \
smi_modules \
text2pcap-scanner.l \
text2pcap.c \
text2pcap.h \
packaging/portableapps/win32/Installer.nsi \
packaging/portableapps/win32/WiresharkPortable.ini \
packaging/portableapps/win32/WiresharkPortable.nsi \
packaging/portableapps/win32/appinfo.tmpl \
packaging/portableapps/win32/makefile.nmake \
packaging/portableapps/win32/readme.txt \
packaging/u3/win32/README.txt \
packaging/u3/win32/makefile.nmake \
packaging/u3/win32/manifest.tmpl \
packaging/u3/win32/u3util.c \
packaging/u3/win32/wireshark.bat \
packaging/u3/tools/README.txt \
packaging/u3/tools/makefile.nmake \
packaging/u3/tools/sysdep.c \
packaging/u3/tools/sysdep.h \
packaging/u3/tools/utest.c \
packaging/u3/tools/uuid.c \
packaging/u3/tools/uuid.h \
services \
tools/idl2wrs.sh.in \
tools/setuid-root.pl.in \
wka.tmpl
DIST_SUBDIRS = asn1 codecs doc epan gtk help packaging plugins tools wiretap
@HAVE_PLUGINS_FALSE@SUBDIRS = tools wiretap doc epan packaging help @wireshark_SUBDIRS@
@HAVE_PLUGINS_TRUE@SUBDIRS = tools wiretap doc epan plugins packaging help @wireshark_SUBDIRS@
# We load top_stagedir with an explicit path so that libtool doesn't freak.
top_stagedir = `cd $(top_srcdir) && pwd`/packaging/svr4.stage
stagedir = $(top_stagedir)/$(PACKAGE).stage
rpm_topdir = `cd $(top_srcdir) && pwd`/packaging/rpm
all: $(BUILT_SOURCES) config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
.SUFFIXES:
.SUFFIXES: .sh .c .l .lo .o .obj
am--refresh:
@:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/Makefile.common $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
cd $(srcdir) && $(AUTOMAKE) --gnu \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
echo ' $(SHELL) ./config.status'; \
$(SHELL) ./config.status;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
$(top_srcdir)/configure: $(am__configure_deps)
cd $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
config.h: stamp-h1
@if test ! -f $@; then \
rm -f stamp-h1; \
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
else :; fi
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status config.h
$(srcdir)/config.h.in: $(am__configure_deps)
cd $(top_srcdir) && $(AUTOHEADER)
rm -f stamp-h1
touch $@
distclean-hdr:
-rm -f config.h stamp-h1
doxygen.cfg: $(top_builddir)/config.status $(srcdir)/doxygen.cfg.in
cd $(top_builddir) && $(SHELL) ./config.status $@
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
@list='$(bin_PROGRAMS)'; for p in $$list; do \
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
if test -f $$p \
|| test -f $$p1 \
; then \
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
else :; fi; \
done
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
@list='$(bin_PROGRAMS)'; for p in $$list; do \
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
rm -f "$(DESTDIR)$(bindir)/$$f"; \
done
clean-binPROGRAMS:
@list='$(bin_PROGRAMS)'; for p in $$list; do \
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
echo " rm -f $$p $$f"; \
rm -f $$p $$f ; \
done
capinfos$(EXEEXT): $(capinfos_OBJECTS) $(capinfos_DEPENDENCIES)
@rm -f capinfos$(EXEEXT)
$(LINK) $(capinfos_OBJECTS) $(capinfos_LDADD) $(LIBS)
dftest$(EXEEXT): $(dftest_OBJECTS) $(dftest_DEPENDENCIES)
@rm -f dftest$(EXEEXT)
$(LINK) $(dftest_OBJECTS) $(dftest_LDADD) $(LIBS)
dumpcap$(EXEEXT): $(dumpcap_OBJECTS) $(dumpcap_DEPENDENCIES)
@rm -f dumpcap$(EXEEXT)
$(LINK) $(dumpcap_OBJECTS) $(dumpcap_LDADD) $(LIBS)
editcap$(EXEEXT): $(editcap_OBJECTS) $(editcap_DEPENDENCIES)
@rm -f editcap$(EXEEXT)
$(LINK) $(editcap_OBJECTS) $(editcap_LDADD) $(LIBS)
mergecap$(EXEEXT): $(mergecap_OBJECTS) $(mergecap_DEPENDENCIES)
@rm -f mergecap$(EXEEXT)
$(LINK) $(mergecap_OBJECTS) $(mergecap_LDADD) $(LIBS)
randpkt$(EXEEXT): $(randpkt_OBJECTS) $(randpkt_DEPENDENCIES)
@rm -f randpkt$(EXEEXT)
$(LINK) $(randpkt_OBJECTS) $(randpkt_LDADD) $(LIBS)
text2pcap$(EXEEXT): $(text2pcap_OBJECTS) $(text2pcap_DEPENDENCIES)
@rm -f text2pcap$(EXEEXT)
$(LINK) $(text2pcap_OBJECTS) $(text2pcap_LDADD) $(LIBS)
tshark$(EXEEXT): $(tshark_OBJECTS) $(tshark_DEPENDENCIES)
@rm -f tshark$(EXEEXT)
$(tshark_LINK) $(tshark_OBJECTS) $(tshark_LDADD) $(LIBS)
wireshark$(EXEEXT): $(wireshark_OBJECTS) $(wireshark_DEPENDENCIES)
@rm -f wireshark$(EXEEXT)
$(wireshark_LINK) $(wireshark_OBJECTS) $(wireshark_LDADD) $(LIBS)
install-binSCRIPTS: $(bin_SCRIPTS)
@$(NORMAL_INSTALL)
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
@list='$(bin_SCRIPTS)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
if test -f $$d$$p; then \
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
$(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
else :; fi; \
done
uninstall-binSCRIPTS:
@$(NORMAL_UNINSTALL)
@list='$(bin_SCRIPTS)'; for p in $$list; do \
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
rm -f "$(DESTDIR)$(bindir)/$$f"; \
done
mostlyclean-compile:
-rm -f *.$(OBJEXT)
distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/airpcap_loader.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alert_box.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capinfos.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capture-pcap-util-unix.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capture-pcap-util.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capture.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capture_errs.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capture_info.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capture_loop.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capture_opts.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capture_stop_conditions.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capture_sync.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capture_ui_utils.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfile.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clopts_common.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color_filters.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conditions.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypt-md5.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dftest.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disabled_protos.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumpcap.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editcap.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileset.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filesystem.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filters.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g711.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_ntop.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_pton.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mergecap.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkstemp.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet-range.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcapio.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugins.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/privileges.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proto_hier_stats.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ps.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/randpkt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/report_err.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ringbuffer.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strptime.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/summary.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sync_pipe_write.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-afpstat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-ansi_astat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-bootpstat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-camelcounter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-camelsrt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-dcerpcstat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-funnel.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-gsm_astat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-h225counter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-h225rassrt.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-httpstat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-iostat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-iousers.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-mgcpstat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-protocolinfo.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-protohierstat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-radiusstat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-rpcprogs.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-rpcstat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-sctpchunkstat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-sipstat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-smbsids.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-smbstat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-stats_tree.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-wspstat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tempfile.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text2pcap-scanner.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text2pcap.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timestats.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tshark-tap-register.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tshark.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicode-utils.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version_info.Po@am__quote@
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
plugins.o: epan/plugins.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT plugins.o -MD -MP -MF $(DEPDIR)/plugins.Tpo -c -o plugins.o `test -f 'epan/plugins.c' || echo '$(srcdir)/'`epan/plugins.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/plugins.Tpo $(DEPDIR)/plugins.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epan/plugins.c' object='plugins.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o plugins.o `test -f 'epan/plugins.c' || echo '$(srcdir)/'`epan/plugins.c
plugins.obj: epan/plugins.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT plugins.obj -MD -MP -MF $(DEPDIR)/plugins.Tpo -c -o plugins.obj `if test -f 'epan/plugins.c'; then $(CYGPATH_W) 'epan/plugins.c'; else $(CYGPATH_W) '$(srcdir)/epan/plugins.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/plugins.Tpo $(DEPDIR)/plugins.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epan/plugins.c' object='plugins.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o plugins.obj `if test -f 'epan/plugins.c'; then $(CYGPATH_W) 'epan/plugins.c'; else $(CYGPATH_W) '$(srcdir)/epan/plugins.c'; fi`
report_err.o: epan/report_err.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT report_err.o -MD -MP -MF $(DEPDIR)/report_err.Tpo -c -o report_err.o `test -f 'epan/report_err.c' || echo '$(srcdir)/'`epan/report_err.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/report_err.Tpo $(DEPDIR)/report_err.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epan/report_err.c' object='report_err.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o report_err.o `test -f 'epan/report_err.c' || echo '$(srcdir)/'`epan/report_err.c
report_err.obj: epan/report_err.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT report_err.obj -MD -MP -MF $(DEPDIR)/report_err.Tpo -c -o report_err.obj `if test -f 'epan/report_err.c'; then $(CYGPATH_W) 'epan/report_err.c'; else $(CYGPATH_W) '$(srcdir)/epan/report_err.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/report_err.Tpo $(DEPDIR)/report_err.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epan/report_err.c' object='report_err.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o report_err.obj `if test -f 'epan/report_err.c'; then $(CYGPATH_W) 'epan/report_err.c'; else $(CYGPATH_W) '$(srcdir)/epan/report_err.c'; fi`
privileges.o: epan/privileges.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT privileges.o -MD -MP -MF $(DEPDIR)/privileges.Tpo -c -o privileges.o `test -f 'epan/privileges.c' || echo '$(srcdir)/'`epan/privileges.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/privileges.Tpo $(DEPDIR)/privileges.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epan/privileges.c' object='privileges.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o privileges.o `test -f 'epan/privileges.c' || echo '$(srcdir)/'`epan/privileges.c
privileges.obj: epan/privileges.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT privileges.obj -MD -MP -MF $(DEPDIR)/privileges.Tpo -c -o privileges.obj `if test -f 'epan/privileges.c'; then $(CYGPATH_W) 'epan/privileges.c'; else $(CYGPATH_W) '$(srcdir)/epan/privileges.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/privileges.Tpo $(DEPDIR)/privileges.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epan/privileges.c' object='privileges.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o privileges.obj `if test -f 'epan/privileges.c'; then $(CYGPATH_W) 'epan/privileges.c'; else $(CYGPATH_W) '$(srcdir)/epan/privileges.c'; fi`
filesystem.o: epan/filesystem.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT filesystem.o -MD -MP -MF $(DEPDIR)/filesystem.Tpo -c -o filesystem.o `test -f 'epan/filesystem.c' || echo '$(srcdir)/'`epan/filesystem.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/filesystem.Tpo $(DEPDIR)/filesystem.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epan/filesystem.c' object='filesystem.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o filesystem.o `test -f 'epan/filesystem.c' || echo '$(srcdir)/'`epan/filesystem.c
filesystem.obj: epan/filesystem.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT filesystem.obj -MD -MP -MF $(DEPDIR)/filesystem.Tpo -c -o filesystem.obj `if test -f 'epan/filesystem.c'; then $(CYGPATH_W) 'epan/filesystem.c'; else $(CYGPATH_W) '$(srcdir)/epan/filesystem.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/filesystem.Tpo $(DEPDIR)/filesystem.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epan/filesystem.c' object='filesystem.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o filesystem.obj `if test -f 'epan/filesystem.c'; then $(CYGPATH_W) 'epan/filesystem.c'; else $(CYGPATH_W) '$(srcdir)/epan/filesystem.c'; fi`
unicode-utils.o: epan/unicode-utils.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unicode-utils.o -MD -MP -MF $(DEPDIR)/unicode-utils.Tpo -c -o unicode-utils.o `test -f 'epan/unicode-utils.c' || echo '$(srcdir)/'`epan/unicode-utils.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/unicode-utils.Tpo $(DEPDIR)/unicode-utils.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epan/unicode-utils.c' object='unicode-utils.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unicode-utils.o `test -f 'epan/unicode-utils.c' || echo '$(srcdir)/'`epan/unicode-utils.c
unicode-utils.obj: epan/unicode-utils.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unicode-utils.obj -MD -MP -MF $(DEPDIR)/unicode-utils.Tpo -c -o unicode-utils.obj `if test -f 'epan/unicode-utils.c'; then $(CYGPATH_W) 'epan/unicode-utils.c'; else $(CYGPATH_W) '$(srcdir)/epan/unicode-utils.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/unicode-utils.Tpo $(DEPDIR)/unicode-utils.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epan/unicode-utils.c' object='unicode-utils.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unicode-utils.obj `if test -f 'epan/unicode-utils.c'; then $(CYGPATH_W) 'epan/unicode-utils.c'; else $(CYGPATH_W) '$(srcdir)/epan/unicode-utils.c'; fi`
crypt-md5.o: epan/crypt/crypt-md5.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypt-md5.o -MD -MP -MF $(DEPDIR)/crypt-md5.Tpo -c -o crypt-md5.o `test -f 'epan/crypt/crypt-md5.c' || echo '$(srcdir)/'`epan/crypt/crypt-md5.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/crypt-md5.Tpo $(DEPDIR)/crypt-md5.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epan/crypt/crypt-md5.c' object='crypt-md5.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypt-md5.o `test -f 'epan/crypt/crypt-md5.c' || echo '$(srcdir)/'`epan/crypt/crypt-md5.c
crypt-md5.obj: epan/crypt/crypt-md5.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypt-md5.obj -MD -MP -MF $(DEPDIR)/crypt-md5.Tpo -c -o crypt-md5.obj `if test -f 'epan/crypt/crypt-md5.c'; then $(CYGPATH_W) 'epan/crypt/crypt-md5.c'; else $(CYGPATH_W) '$(srcdir)/epan/crypt/crypt-md5.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/crypt-md5.Tpo $(DEPDIR)/crypt-md5.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epan/crypt/crypt-md5.c' object='crypt-md5.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypt-md5.obj `if test -f 'epan/crypt/crypt-md5.c'; then $(CYGPATH_W) 'epan/crypt/crypt-md5.c'; else $(CYGPATH_W) '$(srcdir)/epan/crypt/crypt-md5.c'; fi`
.l.c:
$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
distclean-libtool:
-rm -f libtool
install-man1: $(man1_MANS) $(man_MANS)
@$(NORMAL_INSTALL)
test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.1*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
else file=$$i; fi; \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
case "$$ext" in \
1*) ;; \
*) ext='1' ;; \
esac; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed -e 's/^.*\///'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
done
uninstall-man1:
@$(NORMAL_UNINSTALL)
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.1*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
case "$$ext" in \
1*) ;; \
*) ext='1' ;; \
esac; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed -e 's/^.*\///'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
done
install-man4: $(man4_MANS) $(man_MANS)
@$(NORMAL_INSTALL)
test -z "$(man4dir)" || $(MKDIR_P) "$(DESTDIR)$(man4dir)"
@list='$(man4_MANS) $(dist_man4_MANS) $(nodist_man4_MANS)'; \
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.4*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
else file=$$i; fi; \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
case "$$ext" in \
4*) ;; \
*) ext='4' ;; \
esac; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed -e 's/^.*\///'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man4dir)/$$inst'"; \
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man4dir)/$$inst"; \
done
uninstall-man4:
@$(NORMAL_UNINSTALL)
@list='$(man4_MANS) $(dist_man4_MANS) $(nodist_man4_MANS)'; \
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.4*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
case "$$ext" in \
4*) ;; \
*) ext='4' ;; \
esac; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed -e 's/^.*\///'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " rm -f '$(DESTDIR)$(man4dir)/$$inst'"; \
rm -f "$(DESTDIR)$(man4dir)/$$inst"; \
done
install-diameterDATA: $(diameter_DATA)
@$(NORMAL_INSTALL)
test -z "$(diameterdir)" || $(MKDIR_P) "$(DESTDIR)$(diameterdir)"
@list='$(diameter_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
echo " $(diameterDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(diameterdir)/$$f'"; \
$(diameterDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(diameterdir)/$$f"; \
done
uninstall-diameterDATA:
@$(NORMAL_UNINSTALL)
@list='$(diameter_DATA)'; for p in $$list; do \
f=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(diameterdir)/$$f'"; \
rm -f "$(DESTDIR)$(diameterdir)/$$f"; \
done
install-dtdsDATA: $(dtds_DATA)
@$(NORMAL_INSTALL)
test -z "$(dtdsdir)" || $(MKDIR_P) "$(DESTDIR)$(dtdsdir)"
@list='$(dtds_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
echo " $(dtdsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dtdsdir)/$$f'"; \
$(dtdsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dtdsdir)/$$f"; \
done
uninstall-dtdsDATA:
@$(NORMAL_UNINSTALL)
@list='$(dtds_DATA)'; for p in $$list; do \
f=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(dtdsdir)/$$f'"; \
rm -f "$(DESTDIR)$(dtdsdir)/$$f"; \
done
install-pkgdataDATA: $(pkgdata_DATA)
@$(NORMAL_INSTALL)
test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
@list='$(pkgdata_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
$(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
done
uninstall-pkgdataDATA:
@$(NORMAL_UNINSTALL)
@list='$(pkgdata_DATA)'; for p in $$list; do \
f=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
done
install-radiusDATA: $(radius_DATA)
@$(NORMAL_INSTALL)
test -z "$(radiusdir)" || $(MKDIR_P) "$(DESTDIR)$(radiusdir)"
@list='$(radius_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
echo " $(radiusDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(radiusdir)/$$f'"; \
$(radiusDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(radiusdir)/$$f"; \
done
uninstall-radiusDATA:
@$(NORMAL_UNINSTALL)
@list='$(radius_DATA)'; for p in $$list; do \
f=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(radiusdir)/$$f'"; \
rm -f "$(DESTDIR)$(radiusdir)/$$f"; \
done
install-tpncpDATA: $(tpncp_DATA)
@$(NORMAL_INSTALL)
test -z "$(tpncpdir)" || $(MKDIR_P) "$(DESTDIR)$(tpncpdir)"
@list='$(tpncp_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
echo " $(tpncpDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(tpncpdir)/$$f'"; \
$(tpncpDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(tpncpdir)/$$f"; \
done
uninstall-tpncpDATA:
@$(NORMAL_UNINSTALL)
@list='$(tpncp_DATA)'; for p in $$list; do \
f=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(tpncpdir)/$$f'"; \
rm -f "$(DESTDIR)$(tpncpdir)/$$f"; \
done
install-wimaxasncpDATA: $(wimaxasncp_DATA)
@$(NORMAL_INSTALL)
test -z "$(wimaxasncpdir)" || $(MKDIR_P) "$(DESTDIR)$(wimaxasncpdir)"
@list='$(wimaxasncp_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
echo " $(wimaxasncpDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(wimaxasncpdir)/$$f'"; \
$(wimaxasncpDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(wimaxasncpdir)/$$f"; \
done
uninstall-wimaxasncpDATA:
@$(NORMAL_UNINSTALL)
@list='$(wimaxasncp_DATA)'; for p in $$list; do \
f=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(wimaxasncpdir)/$$f'"; \
rm -f "$(DESTDIR)$(wimaxasncpdir)/$$f"; \
done
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS):
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
$(RECURSIVE_CLEAN_TARGETS):
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
case "$@" in \
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
*) list='$(SUBDIRS)' ;; \
esac; \
rev=''; for subdir in $$list; do \
if test "$$subdir" = "."; then :; else \
rev="$$subdir $$rev"; \
fi; \
done; \
rev="$$rev ."; \
target=`echo $@ | sed s/-recursive//`; \
for subdir in $$rev; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
mkid -fID $$unique
tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
empty_fix=.; \
else \
include_option=--include; \
empty_fix=; \
fi; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
$(am__remove_distdir)
test -d $(distdir) || mkdir $(distdir)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
distdir=`$(am__cd) $(distdir) && pwd`; \
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
(cd $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$$top_distdir" \
distdir="$$distdir/$$subdir" \
am__remove_distdir=: \
am__skip_length_check=: \
distdir) \
|| exit 1; \
fi; \
done
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r $(distdir)
dist-gzip: distdir
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__remove_distdir)
dist-bzip2: distdir
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
$(am__remove_distdir)
dist-tarZ: distdir
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__remove_distdir)
dist-shar: distdir
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
$(am__remove_distdir)
dist-zip: distdir
-rm -f $(distdir).zip
zip -rq $(distdir).zip $(distdir)
$(am__remove_distdir)
dist dist-all: distdir
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__remove_distdir)
# This target untars the dist file and tries a VPATH configuration. Then
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.Z*) \
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
esac
chmod -R a-w $(distdir); chmod a+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
&& cd $(distdir)/_build \
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
$(DISTCHECK_CONFIGURE_FLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) check \
&& $(MAKE) $(AM_MAKEFLAGS) install \
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
distuninstallcheck \
&& chmod -R a-w "$$dc_install_base" \
&& ({ \
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
} || { rm -rf "$$dc_destdir"; exit 1; }) \
&& rm -rf "$$dc_destdir" \
&& $(MAKE) $(AM_MAKEFLAGS) dist \
&& rm -rf $(DIST_ARCHIVES) \
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
$(am__remove_distdir)
@(echo "$(distdir) archives ready for distribution: "; \
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
distuninstallcheck:
@cd $(distuninstallcheck_dir) \
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|| { echo "ERROR: files left after uninstall:" ; \
if test -n "$(DESTDIR)"; then \
echo " (check DESTDIR support)"; \
fi ; \
$(distuninstallcheck_listfiles) ; \
exit 1; } >&2
distcleancheck: distclean
@if test '$(srcdir)' = . ; then \
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
exit 1 ; \
fi
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|| { echo "ERROR: files left in build directory after distclean:" ; \
$(distcleancheck_listfiles) ; \
exit 1; } >&2
check-am: all-am
check: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) check-recursive
all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) $(HEADERS) \
config.h
installdirs: installdirs-recursive
installdirs-am:
for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man4dir)" "$(DESTDIR)$(diameterdir)" "$(DESTDIR)$(dtdsdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(radiusdir)" "$(DESTDIR)$(tpncpdir)" "$(DESTDIR)$(wimaxasncpdir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-recursive
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
-rm -f text2pcap-scanner.c
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
clean: clean-recursive
clean-am: clean-binPROGRAMS clean-generic clean-libtool clean-local \
mostlyclean-am
distclean: distclean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -rf ./$(DEPDIR)
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-hdr distclean-libtool distclean-tags
dvi: dvi-recursive
dvi-am:
html: html-recursive
info: info-recursive
info-am:
install-data-am: install-diameterDATA install-dtdsDATA install-man \
install-pkgdataDATA install-radiusDATA install-tpncpDATA \
install-wimaxasncpDATA
install-dvi: install-dvi-recursive
install-exec-am: install-binPROGRAMS install-binSCRIPTS
@$(NORMAL_INSTALL)
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
install-html: install-html-recursive
install-info: install-info-recursive
install-man: install-man1 install-man4
install-pdf: install-pdf-recursive
install-ps: install-ps-recursive
installcheck-am:
maintainer-clean: maintainer-clean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -rf $(top_srcdir)/autom4te.cache
-rm -rf ./$(DEPDIR)
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
mostlyclean-libtool
pdf: pdf-recursive
pdf-am:
ps: ps-recursive
ps-am:
uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
uninstall-diameterDATA uninstall-dtdsDATA uninstall-man \
uninstall-pkgdataDATA uninstall-radiusDATA uninstall-tpncpDATA \
uninstall-wimaxasncpDATA
uninstall-man: uninstall-man1 uninstall-man4
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
install-exec-am install-strip
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am am--refresh check check-am clean clean-binPROGRAMS \
clean-generic clean-libtool clean-local ctags ctags-recursive \
dist dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ \
dist-zip distcheck distclean distclean-compile \
distclean-generic distclean-hdr distclean-libtool \
distclean-tags distcleancheck distdir distuninstallcheck dvi \
dvi-am html html-am info info-am install install-am \
install-binPROGRAMS install-binSCRIPTS install-data \
install-data-am install-diameterDATA install-dtdsDATA \
install-dvi install-dvi-am install-exec install-exec-am \
install-exec-hook install-html install-html-am install-info \
install-info-am install-man install-man1 install-man4 \
install-pdf install-pdf-am install-pkgdataDATA install-ps \
install-ps-am install-radiusDATA install-strip \
install-tpncpDATA install-wimaxasncpDATA installcheck \
installcheck-am installdirs installdirs-am maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-compile \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags tags-recursive uninstall uninstall-am \
uninstall-binPROGRAMS uninstall-binSCRIPTS \
uninstall-diameterDATA uninstall-dtdsDATA uninstall-man \
uninstall-man1 uninstall-man4 uninstall-pkgdataDATA \
uninstall-radiusDATA uninstall-tpncpDATA \
uninstall-wimaxasncpDATA
idl2wrs: tools/idl2wrs.sh Makefile
cp tools/idl2wrs.sh idl2wrs
chmod +x idl2wrs
#
# Build the version string
#
# FORCE is the portable version of .PHONY
FORCE:
svnversion.h: FORCE
$(PERL) $(srcdir)/make-version.pl $(srcdir)
#
# Build the short version of the authors file for the about dialog
#
AUTHORS-SHORT: AUTHORS make-authors-short.pl
$(PERL) $(srcdir)/perlnoutf.pl $(srcdir)/make-authors-short.pl < $(srcdir)/AUTHORS > AUTHORS-SHORT
#
# Build the short version of the authors file with formatting codes for the
# man page
#
AUTHORS-SHORT-FORMAT: AUTHORS-SHORT make-authors-format.pl
$(PERL) $(srcdir)/perlnoutf.pl $(srcdir)/make-authors-format.pl < AUTHORS-SHORT > AUTHORS-SHORT-FORMAT
.sh:
rm -f $@ $@.tmp
$(editsh) $< > $@.tmp && chmod +x $@.tmp && mv $@.tmp $@
#
# Build "tshark-tap-register.c", which contains a function
# "register_all_tap_listeners()"
# that calls the register routines for all tshark tap listeners.
#
# We do this by grepping through sources.
#
# Formatting conventions: The name of the tap_listener_register_*
# routines must start in column zero, or must be preceded only by
# "void " starting in column zero, and must not be inside #if.
#
# The first argument is the directory in which the source files live.
# All subsequent arguments are the files to scan.
#
tshark-tap-register.c: $(TSHARK_TAP_SRC) $(srcdir)/make-tapreg-dotc
@echo Making tshark-tap-register.c
@$(srcdir)/make-tapreg-dotc tshark-tap-register.c $(srcdir) $(TSHARK_TAP_SRC)
ps.c: print.ps rdps
./rdps $(srcdir)/print.ps ps.c
rdps: rdps.c
$(CC) $(CFLAGS) -o rdps $(srcdir)/rdps.c
@SETUID_INSTALL_TRUE@install-exec-hook:
@SETUID_INSTALL_TRUE@ -chmod +s $(DESTDIR)$(bindir)/dumpcap
@SETUID_INSTALL_TRUE@ -chmod +s $(DESTDIR)$(bindir)/tshark
@SETUID_INSTALL_FALSE@install-exec-hook:
wireshark.1: doc/wireshark.pod AUTHORS-SHORT-FORMAT
(cd doc ; \
$(MAKE) ../wireshark.1 )
tshark.1: doc/tshark.pod
(cd doc ; \
$(MAKE) ../tshark.1 )
wireshark-filter.4: tshark doc/wireshark-filter.pod.template
(cd doc ; \
$(MAKE) ../wireshark-filter.4 )
capinfos.1: doc/capinfos.pod
(cd doc ; \
$(MAKE) ../capinfos.1 )
editcap.1: doc/editcap.pod
(cd doc ; \
$(MAKE) ../editcap.1 )
idl2wrs.1: doc/idl2wrs.pod
(cd doc ; \
$(MAKE) ../idl2wrs.1 )
mergecap.1: doc/mergecap.pod
(cd doc ; \
$(MAKE) ../mergecap.1 )
text2pcap.1: doc/text2pcap.pod
(cd doc ; \
$(MAKE) ../text2pcap.1 )
dumpcap.1: doc/dumpcap.pod
(cd doc ; \
$(MAKE) ../dumpcap.1 )
wireshark.html: doc/wireshark.pod AUTHORS-SHORT-FORMAT
(cd doc ; \
$(MAKE) ../wireshark.html )
tshark.html: doc/tshark.pod
(cd doc ; \
$(MAKE) ../tshark.html )
wireshark-filter.html: tshark doc/wireshark-filter.pod.template
(cd doc ; \
$(MAKE) ../wireshark-filter.html )
capinfos.html: doc/capinfos.pod
(cd doc ; \
$(MAKE) ../capinfos.html )
editcap.html: doc/editcap.pod
(cd doc ; \
$(MAKE) ../editcap.html )
idl2wrs.html: doc/idl2wrs.pod
(cd doc ; \
$(MAKE) ../idl2wrs.html )
mergecap.html: doc/mergecap.pod
(cd doc ; \
$(MAKE) ../mergecap.html )
text2pcap.html: doc/text2pcap.pod
(cd doc ; \
$(MAKE) ../text2pcap.html )
dumpcap.html: doc/dumpcap.pod
(cd doc ; \
$(MAKE) ../dumpcap.html )
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
svr4-package: $(bin_SCRIPTS) $(lib_LTLIBRARIES)
@if test x$(HAVE_SVR4_PACKAGING) = xyes ; then \
rm -rf $(stagedir) ; \
$(MAKE) DESTDIR=$(stagedir) install; \
$(srcdir)/packaging/svr4/mkpkg \
$(PACKAGE) \
$(PACKAGE)-$(VERSION)-$(host_os)-$(host_cpu)-local \
$(prefix) \
$(top_stagedir) ; \
else \
echo "Error: SVR4 packaging tools not found." ; \
echo "Package build abandoned." ; \
fi
solaris-package: svr4-package
rpm-package: dist
if test x$(HAVE_RPM) = xyes ; then \
cd $(rpm_topdir) ; \
mkdir -p BUILD RPMS SOURCES ; \
cd SOURCES ; \
ln -s ../../../$(distdir).tar.gz ; \
ln -s ../../../wireshark.desktop ; \
ln -s ../../../image/wsicon64.png wireshark.png ; \
cd .. ; \
rpmbuild --define "_topdir `cd . && pwd`" -bb SPECS/wireshark.spec && \
echo "Package successfully built in `pwd`/RPMS." ; \
else \
echo "Error: RPM executable and/or source directory not found." ; \
fi
srpm-package: dist
if test x$(HAVE_RPM) = xyes ; then \
cd $(rpm_topdir) ; \
mkdir -p BUILD SRPMS SOURCES ; \
cd SOURCES ; \
ln -s ../../../$(distdir).tar.gz ; \
ln -s ../../../wireshark.desktop ; \
ln -s ../../../image/wsicon64.png wireshark.png ; \
cd .. ; \
rpmbuild --define "_topdir `cd . && pwd`" -bs SPECS/wireshark.spec && \
echo "Package successfully built in `pwd`/SRPMS." ; \
else \
echo "Error: RPM executable and/or source directory not found." ; \
fi
debian-package: debian/rules
dpkg-buildpackage -rfakeroot -us -uc
clean-local:
rm -rf $(top_stagedir)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
syntax highlighted by Code2HTML, v. 0.9.1