Ply updated to v2.3
[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/expr.yp                                    \
32         pidl/idl.yp                                     \
33         pidl/lib/Parse/Pidl.pm                          \
34         pidl/lib/Parse/Pidl/Compat.pm                   \
35         pidl/lib/Parse/Pidl/Dump.pm                     \
36         pidl/lib/Parse/Pidl/Expr.pm                     \
37         pidl/lib/Parse/Pidl/IDL.pm                      \
38         pidl/lib/Parse/Pidl/NDR.pm                      \
39         pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm         \
40         pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm         \
41         pidl/lib/Parse/Pidl/Samba4.pm                   \
42         pidl/lib/Parse/Pidl/Samba4/EJS.pm               \
43         pidl/lib/Parse/Pidl/Samba4/Header.pm            \
44         pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm        \
45         pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm        \
46         pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm        \
47         pidl/lib/Parse/Pidl/Samba4/SWIG.pm              \
48         pidl/lib/Parse/Pidl/Samba4/TDR.pm               \
49         pidl/lib/Parse/Pidl/Samba4/Template.pm          \
50         pidl/lib/Parse/Pidl/Typelist.pm                 \
51         pidl/lib/Parse/Pidl/Util.pm                     \
52         pidl/lib/Parse/Pidl/Wireshark/Conformance.pm    \
53         pidl/lib/Parse/Pidl/Wireshark/NDR.pm            \
54         pidl/lib/Parse/Yapp/Driver.pm                   \
55         pidl/pidl                                       \
56         pidl/ref_notes.txt                              \
57         pidl/smb_interfaces.pm                          \
58         pidl/smb_interfaces.yp                          \
59         pidl/tests/Util.pm                              \
60         pidl/tests/dump.pl                              \
61         pidl/tests/header.pl                            \
62         pidl/tests/ndr.pl                               \
63         pidl/tests/ndr_align.pl                         \
64         pidl/tests/ndr_alloc.pl                         \
65         pidl/tests/ndr_array.pl                         \
66         pidl/tests/ndr_compat.pl                        \
67         pidl/tests/ndr_deprecations.pl                  \
68         pidl/tests/ndr_fullptr.pl                       \
69         pidl/tests/ndr_refptr.pl                        \
70         pidl/tests/ndr_represent.pl                     \
71         pidl/tests/ndr_simple.pl                        \
72         pidl/tests/ndr_string.pl                        \
73         pidl/tests/ndr_tagtype.pl                       \
74         pidl/tests/parse_idl.pl                         \
75         pidl/tests/samba-ndr.pl                         \
76         pidl/tests/samba3-cli.pl                        \
77         pidl/tests/tdr.pl                               \
78         pidl/tests/test_util.pl                         \
79         pidl/tests/typelist.pl                          \
80         pidl/tests/util.pl                              \
81         pidl/tests/wireshark-conf.pl                    \
82         pidl/tests/wireshark-ndr.pl
83
84 EXTRA_DIST = \
85         $(PIDL_FILES)                                   \
86         WiresharkXML.py                                 \
87         Makefile.nmake                                  \
88         asn2wrs.py                                      \
89         cvsdiff-fix.py                                  \
90         dfilter-test.py                                 \
91         fuzz-test.sh                                    \
92         idl2wrs.sh                                      \
93         lex.py                                          \
94         make-dissector-reg                              \
95         make-dissector-reg.py                           \
96         msnchat                                         \
97         netscreen2dump.py                               \
98         pkt-from-core.py                                \
99         unix2dos.pl                                     \
100         win32-setup.sh                                  \
101         wireshark_be.py                                 \
102         wireshark_gen.py                                \
103         yacc.py
104
105 MAINTAINERCLEANFILES = \
106         Makefile.in
107