fb1adb9dfa88374425b0922fc7299728f4f33344
[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 # Ethereal - Network traffic analyzer
9 # By Gerald Combs <gerald@ethereal.com>
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         except.c                \
52         expert.c                \
53         filesystem.c            \
54         follow.c                \
55         frame_data.c            \
56         h225-persistentdata.c   \
57         in_cksum.c              \
58         ipproto.c               \
59         ipv4.c                  \
60         nstime.c                \
61         osi-utils.c             \
62         packet.c                \
63         plugins.c               \
64         prefs.c                 \
65         proto.c                 \
66         ptvcursor.c             \
67         radius_dict.c           \
68         range.c                 \
69         reassemble.c            \
70         req_resp_hdrs.c         \
71         sha1.c                  \
72         sigcomp_state_hdlr.c    \
73         sigcomp-udvm.c          \
74         sminmpec.c              \
75         sna-utils.c             \
76         stat_cmd_args.c         \
77         stats_tree.c            \
78         strutil.c               \
79         t35.c                   \
80         tap.c                   \
81         timestamp.c             \
82         to_str.c                \
83         tvbparse.c              \
84         tvbuff.c                \
85         value_string.c          \
86         xdlc.c                  \
87         xmlstub.c
88
89 LIBETHEREAL_INCLUDES =          \
90         addr_and_mask.h         \
91         addr_resolv.h           \
92         address.h               \
93         adler32.h               \
94         afn.h                   \
95         aftypes.h               \
96         arcnet_pids.h           \
97         arptypes.h              \
98         asn1.h                  \
99         atalk-utils.h           \
100         base64.h                \
101         bitswap.h               \
102         bridged_pids.h          \
103         charsets.h              \
104         chdlctypes.h            \
105         circuit.h               \
106         column.h                \
107         column_info.h           \
108         column-utils.h          \
109         conversation.h          \
110         crc16.h                 \
111         crc32.h                 \
112         crypt-des.h             \
113         crypt-md4.h             \
114         crypt-md5.h             \
115         crypt-rc4.h             \
116         dtd.h                   \
117         dtd_grammar.h           \
118         dtd_parse.h             \
119         emem.h                  \
120         epan.h                  \
121         epan_dissect.h          \
122         etypes.h                \
123         except.h                \
124         exceptions.h            \
125         expert.h                \
126         filesystem.h            \
127         follow.h                \
128         frame_data.h            \
129         gnuc_format_check.h     \
130         greproto.h              \
131         h225-persistentdata.h   \
132         iax2_codec_type.h       \
133         in_cksum.h              \
134         ip_opts.h               \
135         ipproto.h               \
136         ipv4.h                  \
137         ipv6-utils.h            \
138         lapd_sapi.h             \
139         llcsaps.h               \
140         nlpid.h                 \
141         nstime.h                \
142         osi-utils.h             \
143         oui.h                   \
144         packet.h                \
145         packet_info.h           \
146         pint.h                  \
147         plugins.h               \
148         ppptypes.h              \
149         prefs.h                 \
150         prefs-int.h             \
151         proto.h                 \
152         ptvcursor.h             \
153         range.h                 \
154         reassemble.h            \
155         report_err.h            \
156         req_resp_hdrs.h         \
157         rtp_pt.h                \
158         sctpppids.h             \
159         sha1.h                  \
160         sigcomp_state_hdlr.h    \
161         sigcomp-udvm.h          \
162         slab.h                  \
163         sminmpec.h              \
164         sna-utils.h             \
165         stat_cmd_args.h         \
166         stats_tree.h            \
167         stats_tree_priv.h       \
168         strutil.h               \
169         t35.h                   \
170         tap.h                   \
171         timestamp.h             \
172         to_str.h                \
173         tvbparse.h              \
174         tvbuff.h                \
175         value_string.h          \
176         x264_prt_id.h           \
177         xdlc.h                  \
178         xmlstub.h
179
180