* Add a category param to the uat.
[obnox/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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
25
26 LIBWIRESHARK_SRC =              \
27         addr_and_mask.c         \
28         addr_resolv.c           \
29         adler32.c               \
30         afn.c                   \
31         atalk-utils.c           \
32         base64.c                \
33         bitswap.c               \
34         camel-persistentdata.c  \
35         charsets.c              \
36         circuit.c               \
37         column.c                \
38         column-utils.c          \
39         conversation.c          \
40         crc16.c                 \
41         crc32.c                 \
42         crcdrm.c                \
43         dtd_grammar.c   \
44         dtd_parse.c             \
45         dtd_preparse.c  \
46         emem.c                  \
47         epan.c                  \
48         ex-opt.c                \
49         except.c                \
50         expert.c                \
51         filesystem.c            \
52         follow.c                \
53         frame_data.c            \
54         funnel.c    \
55         guid-utils.c    \
56         h225-persistentdata.c   \
57         in_cksum.c              \
58         ipproto.c               \
59         ipv4.c                  \
60         next_tvb.c              \
61         nstime.c                \
62         oid_resolv.c            \
63         osi-utils.c             \
64         packet.c                \
65         plugins.c               \
66         prefs.c                 \
67         privileges.c            \
68         proto.c                 \
69         radius_dict.c           \
70         range.c                 \
71         reassemble.c            \
72         reedsolomon.c           \
73         req_resp_hdrs.c         \
74         sigcomp_state_hdlr.c    \
75         sigcomp-udvm.c          \
76         sminmpec.c              \
77         sna-utils.c             \
78         stat_cmd_args.c         \
79         stats_tree.c            \
80         strutil.c               \
81         stream.c                \
82         t35.c                   \
83         tap.c                   \
84         tcap-persistentdata.c   \
85         timestamp.c             \
86         tfs.c                   \
87         to_str.c                \
88         tvbparse.c              \
89         tvbuff.c                \
90         uat.c                   \
91         uat_load.c \
92         unicode-utils.c         \
93         value_string.c          \
94         xdlc.c                  \
95         xmlstub.c
96
97 LIBWIRESHARK_INCLUDES =         \
98         addr_and_mask.h         \
99         addr_resolv.h           \
100         address.h               \
101         adler32.h               \
102         afn.h                   \
103         aftypes.h               \
104         arcnet_pids.h           \
105         arptypes.h              \
106         atalk-utils.h           \
107         base64.h                \
108         bitswap.h               \
109         bridged_pids.h          \
110         camel-persistentdata.h  \
111         charsets.h              \
112         chdlctypes.h            \
113         circuit.h               \
114         column.h                \
115         column_info.h           \
116         column-utils.h          \
117         conversation.h          \
118         crc16.h                 \
119         crc32.h                 \
120         crcdrm.h                \
121         dtd.h                   \
122         dtd_grammar.h           \
123         dtd_parse.h             \
124         emem.h                  \
125         epan.h                  \
126         epan_dissect.h          \
127         etypes.h                \
128         ex-opt.h                \
129         except.h                \
130         exceptions.h            \
131         expert.h                \
132         filesystem.h            \
133         follow.h                \
134         frame_data.h            \
135         funnel.h                \
136         gnuc_format_check.h     \
137         greproto.h              \
138         guid-utils.h            \
139         h225-persistentdata.h   \
140         iax2_codec_type.h       \
141         in_cksum.h              \
142         ip_opts.h               \
143         ipproto.h               \
144         ipv4.h                  \
145         ipv6-utils.h            \
146         lapd_sapi.h             \
147         llcsaps.h               \
148         next_tvb.h              \
149         nlpid.h                 \
150         nstime.h                \
151         oid_resolv.h            \
152         osi-utils.h             \
153         oui.h                   \
154         packet.h                \
155         packet_info.h           \
156         pint.h                  \
157         plugins.h               \
158         ppptypes.h              \
159         prefs.h                 \
160         prefs-int.h             \
161         privileges.h            \
162         proto.h                 \
163         ptvcursor.h             \
164         range.h                 \
165         reassemble.h            \
166         reedsolomon.h           \
167         report_err.h            \
168         req_resp_hdrs.h         \
169         rtp_pt.h                \
170         sctpppids.h             \
171         sigcomp_state_hdlr.h    \
172         sigcomp-udvm.h          \
173         slab.h                  \
174         sminmpec.h              \
175         sna-utils.h             \
176         stat_cmd_args.h         \
177         stats_tree.h            \
178         stats_tree_priv.h       \
179         stream.h                \
180         strutil.h               \
181         t35.h                   \
182         tap.h                   \
183         tcap-persistentdata.h   \
184         timestamp.h             \
185         tfs.h                   \
186         to_str.h                \
187         tvbparse.h              \
188         tvbuff.h                \
189         uat.h   \
190         uat-int.h       \
191         unicode-utils.h         \
192         value_string.h          \
193         x264_prt_id.h           \
194         xdlc.h                  \
195         xmlstub.h
196
197