ethereal->wireshark updates
[obnox/wireshark/wip.git] / tools / 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 SUBDIRS = lemon
25
26 PIDL_FILES= \
27         pidl/MANIFEST                                   \
28         pidl/Makefile.PL                                \
29         pidl/README                                     \
30         pidl/TODO                                       \
31         pidl/idl.yp                                     \
32         pidl/lib/Parse/Pidl.pm                          \
33         pidl/lib/Parse/Pidl/Compat.pm                   \
34         pidl/lib/Parse/Pidl/Dump.pm                     \
35         pidl/lib/Parse/Pidl/Ethereal/Conformance.pm     \
36         pidl/lib/Parse/Pidl/Ethereal/NDR.pm             \
37         pidl/lib/Parse/Pidl/IDL.pm                      \
38         pidl/lib/Parse/Pidl/NDR.pm                      \
39         pidl/lib/Parse/Pidl/ODL.pm                      \
40         pidl/lib/Parse/Pidl/Samba4/COM/Header.pm        \
41         pidl/lib/Parse/Pidl/Samba4/COM/Proxy.pm         \
42         pidl/lib/Parse/Pidl/Samba4/COM/Stub.pm          \
43         pidl/lib/Parse/Pidl/Samba4/EJS.pm               \
44         pidl/lib/Parse/Pidl/Samba4/Header.pm            \
45         pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm        \
46         pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm        \
47         pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm        \
48         pidl/lib/Parse/Pidl/Samba4/SWIG.pm              \
49         pidl/lib/Parse/Pidl/Samba4/TDR.pm               \
50         pidl/lib/Parse/Pidl/Samba4/Template.pm          \
51         pidl/lib/Parse/Pidl/Typelist.pm                 \
52         pidl/lib/Parse/Pidl/Util.pm                     \
53         pidl/pidl                                       \
54         pidl/ref_notes.txt                              \
55         pidl/smb_interfaces.pm                          \
56         pidl/smb_interfaces.yp                          \
57         pidl/tests/Util.pm                              \
58         pidl/tests/ndr_align.pl                         \
59         pidl/tests/ndr_alloc.pl                         \
60         pidl/tests/ndr_array.pl                         \
61         pidl/tests/ndr_refptr.pl                        \
62         pidl/tests/ndr_simple.pl                        \
63         pidl/tests/ndr_string.pl                        \
64         pidl/tests/parse_idl.pl
65
66 EXTRA_DIST = \
67         $(PIDL_FILES)                                   \
68         EtherealXML.py                                  \
69         Makefile.nmake                                  \
70         asn2wrs.py                                      \
71         cvsdiff-fix.py                                  \
72         dfilter-test.py                                 \
73         fuzz-test.sh                                    \
74         lex.py                                          \
75         make-dissector-reg                              \
76         make-dissector-reg.py                           \
77         msnchat                                         \
78         netscreen2dump.py                               \
79         pkt-from-core.py                                \
80         unix2dos.pl                                     \
81         win32-setup.sh                                  \
82         yacc.py
83
84 MAINTAINERCLEANFILES = \
85         Makefile.in
86