name change
[metze/wireshark/wip.git] / epan / Makefile.common
1 # Makefile.common
2 #     Contains the stuff from Makefile.am and Makefile.nmake that is
3 #     a) common to both files and
4 #     b) portable between both files
5 #
6 # $Id$
7 #
8 # Wireshark - Network traffic analyzer
9 # By Gerald Combs <gerald@wireshark.org>
10 # Copyright 1998 Gerald Combs
11 #
12 # This program is free software; you can redistribute it and/or
13 # modify it under the terms of the GNU General Public License
14 # as published by the Free Software Foundation; either version 2
15 # of the License, or (at your option) any later version.
16 #
17 # This program is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 # GNU General Public License for more details.
21 #
22 # You should have received a copy of the GNU General Public License
23 # along with this program; if not, write to the Free Software
24 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
25
26 LIBETHEREAL_SRC =               \
27         addr_and_mask.c         \
28         addr_resolv.c           \
29         adler32.c               \
30         afn.c                   \
31         asn1.c                  \
32         atalk-utils.c           \
33         base64.c                \
34         bitswap.c               \
35         charsets.c              \
36         circuit.c               \
37         column.c                \
38         column-utils.c          \
39         conversation.c          \
40         crc16.c                 \
41         crc32.c                 \
42         crypt-des.c             \
43         crypt-md4.c             \
44         crypt-md5.c             \
45         crypt-rc4.c             \
46         dtd_grammar.c   \
47         dtd_parse.c             \
48         dtd_preparse.c  \
49         emem.c                  \
50         epan.c                  \
51         ex-opt.c                \
52         except.c                \
53         expert.c                \
54         filesystem.c            \
55         follow.c                \
56         frame_data.c            \
57         funnel.c    \
58         h225-persistentdata.c   \
59         in_cksum.c              \
60         ipproto.c               \
61         ipv4.c                  \
62         nstime.c                \
63         oid_resolv.c            \
64         osi-utils.c             \
65         packet.c                \
66         plugins.c               \
67         prefs.c                 \
68         privileges.c            \
69         proto.c                 \
70         radius_dict.c           \
71         range.c                 \
72         reassemble.c            \
73         req_resp_hdrs.c         \
74         sha1.c                  \
75         sigcomp_state_hdlr.c    \
76         sigcomp-udvm.c          \
77         sminmpec.c              \
78         sna-utils.c             \
79         stat_cmd_args.c         \
80         stats_tree.c            \
81         strutil.c               \
82         stream.c                \
83         t35.c                   \
84         tap.c                   \
85         timestamp.c             \
86         to_str.c                \
87         tvbparse.c              \
88         tvbuff.c                \
89         value_string.c          \
90         xdlc.c                  \
91         xmlstub.c
92
93 LIBETHEREAL_INCLUDES =          \
94         addr_and_mask.h         \
95         addr_resolv.h           \
96         address.h               \
97         adler32.h               \
98         afn.h                   \
99         aftypes.h               \
100         arcnet_pids.h           \
101         arptypes.h              \
102         asn1.h                  \
103         atalk-utils.h           \
104         base64.h                \
105         bitswap.h               \
106         bridged_pids.h          \
107         charsets.h              \
108         chdlctypes.h            \
109         circuit.h               \
110         column.h                \
111         column_info.h           \
112         column-utils.h          \
113         conversation.h          \
114         crc16.h                 \
115         crc32.h                 \
116         crypt-des.h             \
117         crypt-md4.h             \
118         crypt-md5.h             \
119         crypt-rc4.h             \
120         dtd.h                   \
121         dtd_grammar.h           \
122         dtd_parse.h             \
123         emem.h                  \
124         epan.h                  \
125         epan_dissect.h          \
126         etypes.h                \
127         ex-opt.h                \
128         except.h                \
129         exceptions.h            \
130         expert.h                \
131         filesystem.h            \
132         follow.h                \
133         frame_data.h            \
134         funnel.h                \
135         gnuc_format_check.h     \
136         greproto.h              \
137         h225-persistentdata.h   \
138         iax2_codec_type.h       \
139         in_cksum.h              \
140         ip_opts.h               \
141         ipproto.h               \
142         ipv4.h                  \
143         ipv6-utils.h            \
144         guid-utils.h            \
145         lapd_sapi.h             \
146         llcsaps.h               \
147         nlpid.h                 \
148         nstime.h                \
149         oid_resolv.h            \
150         osi-utils.h             \
151         oui.h                   \
152         packet.h                \
153         packet_info.h           \
154         pint.h                  \
155         plugins.h               \
156         ppptypes.h              \
157         prefs.h                 \
158         prefs-int.h             \
159         privileges.h            \
160         proto.h                 \
161         ptvcursor.h             \
162         range.h                 \
163         reassemble.h            \
164         report_err.h            \
165         req_resp_hdrs.h         \
166         rtp_pt.h                \
167         sctpppids.h             \
168         sha1.h                  \
169         sigcomp_state_hdlr.h    \
170         sigcomp-udvm.h          \
171         slab.h                  \
172         sminmpec.h              \
173         sna-utils.h             \
174         stat_cmd_args.h         \
175         stats_tree.h            \
176         stats_tree_priv.h       \
177         stream.h                \
178         strutil.h               \
179         t35.h                   \
180         tap.h                   \
181         timestamp.h             \
182         to_str.h                \
183         tvbparse.h              \
184         tvbuff.h                \
185         value_string.h          \
186         x264_prt_id.h           \
187         xdlc.h                  \
188         xmlstub.h
189
190