Add LTE MAC statistics to tshark.
[metze/wireshark/wip.git] / 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 # "BUILT_SOURCES" are built before any "make all" or "make check" targets.
27 BUILT_HEADER_FILES =    \
28         svnversion.h
29
30 BUILT_C_FILES =         \
31         ps.c
32
33 BUILT_SOURCES = $(BUILT_C_FILES) $(BUILT_HEADER_FILES)
34
35 # Header files generated from source files.
36 GENERATED_HEADER_FILES = \
37         $(BUILT_HEADER_FILES)
38
39 # C source files generated from source files.
40 GENERATED_C_FILES = \
41         $(BUILT_C_FILES)        \
42         tshark-tap-register.c
43
44 # All the generated files.
45 GENERATED_FILES = $(GENERATED_C_FILES) $(GENERATED_HEADER_FILES)
46
47 # sources common for wireshark, tshark, and rawshark
48 WIRESHARK_COMMON_SRC =  \
49         $(PLATFORM_SRC) \
50         capture-pcap-util.c     \
51         cfile.c \
52         clopts_common.c \
53         disabled_protos.c       \
54         frame_data_sequence.c   \
55         packet-range.c  \
56         print.c \
57         ps.c    \
58         sync_pipe_write.c       \
59         timestats.c     \
60         util.c  \
61         tap-megaco-common.c     \
62         tap-rtp-common.c        \
63         version_info.c
64
65 # corresponding headers
66 WIRESHARK_COMMON_INCLUDES =     \
67         svnversion.h            \
68         capture-pcap-util.h     \
69         capture-pcap-util-int.h \
70         cfile.h \
71         clopts_common.h \
72         cmdarg_err.h    \
73         console_io.h    \
74         color.h \
75         disabled_protos.h       \
76         file.h  \
77         fileset.h       \
78         frame_data_sequence.h   \
79         isprint.h       \
80         packet-range.h  \
81         print.h \
82         ps.h    \
83         register.h      \
84         tempfile.h      \
85         timestats.h     \
86         util.h  \
87         tap-megaco-common.h     \
88         tap-rtp-common.h        \
89         version_info.h
90
91 # sources common for wireshark and tshark, but not rawshark;
92 # these are for programs that capture traffic by running dumpcap
93 SHARK_COMMON_CAPTURE_SRC =      \
94         capture_errs.c          \
95         capture_ifinfo.c        \
96         capture_ui_utils.c
97
98 # corresponding headers
99 SHARK_COMMON_CAPTURE_INCLUDES = \
100         capture_errs.h  \
101         capture_ifinfo.h        \
102         capture_ui_utils.h
103
104 # sources for TShark taps
105 TSHARK_TAP_SRC =        \
106         tap-afpstat.c   \
107         tap-ansi_astat.c        \
108         tap-bootpstat.c \
109         tap-camelcounter.c      \
110         tap-camelsrt.c  \
111         tap-comparestat.c       \
112         tap-dcerpcstat.c        \
113         tap-diameter-avp.c \
114         tap-funnel.c \
115         tap-gsm_astat.c \
116         tap-h225counter.c       \
117         tap-h225rassrt.c        \
118         tap-hosts.c     \
119         tap-httpstat.c  \
120         tap-icmpstat.c  \
121         tap-icmpv6stat.c        \
122         tap-iostat.c    \
123         tap-iousers.c   \
124         tap-macltestat.c        \
125         tap-mgcpstat.c  \
126         tap-megacostat.c        \
127         tap-protocolinfo.c      \
128         tap-protohierstat.c     \
129         tap-radiusstat.c        \
130         tap-rpcstat.c   \
131         tap-rpcprogs.c  \
132         tap-rtp.c       \
133         tap-rtspstat.c  \
134         tap-scsistat.c  \
135         tap-sctpchunkstat.c     \
136         tap-sipstat.c \
137         tap-smbsids.c   \
138         tap-smbstat.c   \
139         tap-stats_tree.c        \
140         tap-sv.c \
141         tap-wspstat.c
142
143 # wireshark specifics
144 wireshark_SOURCES =     \
145         $(WIRESHARK_COMMON_SRC) \
146         $(SHARK_COMMON_CAPTURE_SRC) \
147         airpcap_loader.c \
148         alert_box.c     \
149         capture.c       \
150         capture_info.c  \
151         capture_opts.c \
152         capture_sync.c  \
153         color_filters.c \
154         file.c  \
155         fileset.c       \
156         filters.c       \
157         g711.c \
158         merge.c \
159         proto_hier_stats.c      \
160         summary.c       \
161         tempfile.c      \
162         u3.c
163
164 # corresponding headers
165 wireshark_INCLUDES =    \
166         airpcap.h       \
167         airpcap_loader.h \
168         alert_box.h     \
169         capture.h       \
170         capture_info.h  \
171         capture_opts.h  \
172         capture_sync.h  \
173         color_filters.h \
174         filters.h       \
175         g711.h  \
176         globals.h       \
177         log.h   \
178         main_statusbar.h        \
179         merge.h \
180         progress_dlg.h  \
181         proto_hier_stats.h      \
182         simple_dialog.h \
183         stat_menu.h     \
184         summary.h       \
185         sync_pipe.h     \
186         u3.h    \
187         ui_util.h
188
189 # tshark specifics
190 tshark_SOURCES =        \
191         $(WIRESHARK_COMMON_SRC) \
192         $(SHARK_COMMON_CAPTURE_SRC) \
193         $(TSHARK_TAP_SRC)       \
194         capture_opts.c          \
195         capture_sync.c          \
196         tempfile.c              \
197         tshark-tap-register.c   \
198         tshark.c
199
200 # rawshark specifics
201 rawshark_SOURCES =      \
202         $(WIRESHARK_COMMON_SRC) \
203         rawshark.c
204
205 # text2pcap specifics
206 text2pcap_SOURCES = \
207         text2pcap.c \
208         text2pcap-scanner.l
209
210 # mergecap specifics
211 mergecap_SOURCES = \
212         mergecap.c \
213         merge.c \
214         svnversion.h
215
216 # editcap specifics
217 editcap_SOURCES = \
218         editcap.c       \
219         epan/crypt/crypt-md5.c \
220         epan/nstime.c \
221         $(WTAP_PLUGIN_SOURCES)
222
223 capinfos_SOURCES = \
224         capinfos.c \
225         $(WTAP_PLUGIN_SOURCES)
226
227 # dftest specifics
228 dftest_SOURCES =        \
229         dftest.c        \
230         util.c
231
232 # randpkt specifics
233 randpkt_SOURCES = \
234         randpkt.c
235
236 # dumpcap specifics
237 dumpcap_SOURCES =       \
238         $(PLATFORM_SRC) \
239         capture_opts.c \
240         capture-pcap-util.c     \
241         capture_stop_conditions.c       \
242         clopts_common.c \
243         conditions.c    \
244         dumpcap.c       \
245         pcapio.c        \
246         ringbuffer.c    \
247         sync_pipe_write.c       \
248         tempfile.c      \
249         version_info.c
250
251 # corresponding headers
252 dumpcap_INCLUDES = \
253         capture_stop_conditions.h       \
254         conditions.h    \
255         pcapio.h        \
256         ringbuffer.h
257
258 # this target needed for distribution only
259 noinst_HEADERS =        \
260         $(WIRESHARK_COMMON_INCLUDES) \
261         $(SHARK_COMMON_CAPTURE_INCLUDES) \
262         $(wireshark_INCLUDES) \
263         $(dumpcap_INCLUDES)