beb6fee9b58d5cd9f6331d8940c2411059df50dc
[obnox/wireshark/wip.git] / wiretap / Makefile.am
1 # Makefile.am
2 # Automake file for Wiretap
3 #
4 # $Id: Makefile.am,v 1.48 2003/12/02 19:37:04 guy Exp $
5 #
6 # Ethereal - Network traffic analyzer
7 # By Gerald Combs <gerald@ethereal.com>
8 # Copyright 1998 Gerald Combs
9 #
10 # This program is free software; you can redistribute it and/or
11 # modify it under the terms of the GNU General Public License
12 # as published by the Free Software Foundation; either version 2
13 # of the License, or (at your option) any later version.
14 #
15 # This program is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 # GNU General Public License for more details.
19 #
20 # You should have received a copy of the GNU General Public License
21 # along with this program; if not, write to the Free Software
22 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
23
24 ACLOCAL_AMFLAGS = `../aclocal-flags`
25
26 noinst_LIBRARIES = libwiretap.a
27
28 #EXTRA_LIBRARIES = libwiretap.a
29
30 CLEANFILES = \
31         libwiretap.a            \
32         *~
33
34 libwiretap_a_SOURCES = \
35         airopeek9.c             \
36         airopeek9.h             \
37         ascend-grammar.y        \
38         ascend-scanner.l        \
39         ascend.c                \
40         ascend.h                \
41         ascend-int.h            \
42         atm.c                   \
43         atm.h                   \
44         buffer.c                \
45         buffer.h                \
46         cosine.h                \
47         cosine.c                \
48         csids.c                 \
49         csids.h                 \
50         dbs-etherwatch.c        \
51         dbs-etherwatch.h        \
52         erf.c                   \
53         erf.h                   \
54         etherpeek.c             \
55         etherpeek.h             \
56         file_access.c           \
57         file_wrappers.c         \
58         file_wrappers.h         \
59         hcidump.c               \
60         hcidump.h               \
61         i4btrace.c              \
62         i4btrace.h              \
63         i4b_trace.h             \
64         iptrace.c               \
65         iptrace.h               \
66         lanalyzer.c             \
67         lanalyzer.h             \
68         libpcap.c               \
69         libpcap.h               \
70         netmon.c                \
71         netmon.h                \
72         nettl.c                 \
73         nettl.h                 \
74         network_instruments.c   \
75         network_instruments.h   \
76         netxray.c               \
77         netxray.h               \
78         ngsniffer.c             \
79         ngsniffer.h             \
80         pppdump.c               \
81         pppdump.h               \
82         radcom.c                \
83         radcom.h                \
84         snoop.c                 \
85         snoop.h                 \
86         toshiba.c               \
87         toshiba.h               \
88         visual.c                \
89         visual.h                \
90         vms.c                   \
91         vms.h                   \
92         wtap.c                  \
93         wtap.h                  \
94         wtap-capture.h          \
95         wtap-int.h              \
96         5views.c                \
97         5views.h
98
99 EXTRA_DIST = \
100         README.developer        \
101         ascend-grammar.c        \
102         ascend-grammar.h        \
103         ascend-scanner.c        \
104         config.h.win32          \
105         Makefile.nmake          \
106         wtap.def
107
108 # Any POSIX-compatible YACC should honor the -p flag
109 AM_YFLAGS=-d -p ascend
110
111 ascend-scanner.c : ascend-scanner.l
112         $(LEX) -Pascend -oascend-scanner.c $(srcdir)/ascend-scanner.l