2 # Automake file for Wireshark
6 # Wireshark - Network traffic analyzer
7 # By Gerald Combs <gerald@wireshark.org>
8 # Copyright 1998 Gerald Combs
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.
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.
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
34 pidl/lib/Parse/Pidl.pm \
35 pidl/lib/Parse/Pidl/CUtil.pm \
36 pidl/lib/Parse/Pidl/Compat.pm \
37 pidl/lib/Parse/Pidl/Dump.pm \
38 pidl/lib/Parse/Pidl/Expr.pm \
39 pidl/lib/Parse/Pidl/IDL.pm \
40 pidl/lib/Parse/Pidl/NDR.pm \
41 pidl/lib/Parse/Pidl/ODL.pm \
42 pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm \
43 pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm \
44 pidl/lib/Parse/Pidl/Samba4.pm \
45 pidl/lib/Parse/Pidl/Samba4/COM/Header.pm \
46 pidl/lib/Parse/Pidl/Samba4/COM/Proxy.pm \
47 pidl/lib/Parse/Pidl/Samba4/COM/Stub.pm \
48 pidl/lib/Parse/Pidl/Samba4/Header.pm \
49 pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm \
50 pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm \
51 pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm \
52 pidl/lib/Parse/Pidl/Samba4/Python.pm \
53 pidl/lib/Parse/Pidl/Samba4/TDR.pm \
54 pidl/lib/Parse/Pidl/Samba4/Template.pm \
55 pidl/lib/Parse/Pidl/Typelist.pm \
56 pidl/lib/Parse/Pidl/Util.pm \
57 pidl/lib/Parse/Pidl/Wireshark/Conformance.pm \
58 pidl/lib/Parse/Pidl/Wireshark/NDR.pm \
59 pidl/lib/Parse/Yapp/Driver.pm \
64 pidl/tests/header.pl \
66 pidl/tests/ndr_align.pl \
67 pidl/tests/ndr_alloc.pl \
68 pidl/tests/ndr_array.pl \
69 pidl/tests/ndr_compat.pl \
70 pidl/tests/ndr_deprecations.pl \
71 pidl/tests/ndr_fullptr.pl \
72 pidl/tests/ndr_refptr.pl \
73 pidl/tests/ndr_represent.pl \
74 pidl/tests/ndr_simple.pl \
75 pidl/tests/ndr_string.pl \
76 pidl/tests/ndr_tagtype.pl \
77 pidl/tests/parse_idl.pl \
78 pidl/tests/samba-ndr.pl \
79 pidl/tests/samba3-cli.pl \
80 pidl/tests/samba3-srv.pl \
82 pidl/tests/test_util.pl \
83 pidl/tests/typelist.pl \
85 pidl/tests/wireshark-conf.pl \
86 pidl/tests/wireshark-ndr.pl
95 cppcheck/cppcheck.sh \
97 cppcheck/suppressions \
100 extract_asn1_from_spec.pl \
101 fix-encoding-args.pl \
110 install_rpms_for_devel.sh \
112 list_protos_in_cap.sh \
115 make-dissector-reg.py \
126 process-x11-fields.pl \
135 valgrind-wireshark.sh \
142 ws-coding-style.cfg \
145 noinst_SCRIPTS = setuid-root.pl
146 setuid-root.pl: setuid-root.pl.in Makefile
148 -e 's,@BIN_PREFIX\@,$(bindir),' \
149 -e 's,@TSHARK_BIN\@,$(tshark_bin)$(EEXT),' \
150 -e 's,@DUMPCAP_BIN\@,$(dumpcap_bin)$(EEXT),' \
151 < $(srcdir)/setuid-root.pl.in > setuid-root.pl
152 chmod +x setuid-root.pl
160 MAINTAINERCLEANFILES = \