From Oleg Terletsky: Support for SCTP chunk counters. Modified to handle bundling...
[obnox/wireshark/wip.git] / gtk / 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 # Generated header files that we want in the distribution.
27 # (None, so far.)
28 GENERATED_HEADER_FILES =
29
30 # Generated C source files that we want in the distribution.
31 GENERATED_C_FILES = \
32         ethereal-tap-register.c
33
34 # All the generated files we want in the distribution.
35 GENERATED_FILES = $(GENERATED_HEADER_FILES) $(GENERATED_C_FILES)
36
37 #
38 # ethclist.obj is not in here because it is currently gtk+-1.2-only
39 # code, while the DLL for GTK+ on Windows is gtk+-1.3 or gtk+-2.x.
40 #
41 ETHEREAL_GTK_SRC = \
42         about_dlg.c     \
43         capture_dlg.c   \
44         capture_if_dlg.c        \
45         capture_info_dlg.c      \
46         capture_prefs.c \
47         cfilter_combo_utils.c   \
48         color_dlg.c     \
49         color_utils.c   \
50         colors.c        \
51         column_prefs.c  \
52         conversations_table.c   \
53         decode_as_dlg.c \
54         decode_as_dcerpc.c      \
55         dfilter_expr_dlg.c      \
56         dlg_utils.c     \
57         drag_and_drop.c         \
58         ethereal-tap-register.c \
59         file_dlg.c      \
60         filter_dlg.c    \
61         find_dlg.c      \
62         follow_dlg.c    \
63         font_utils.c    \
64         goto_dlg.c      \
65         graph_analysis.c \
66         gtk_stat_util.c \
67         gui_prefs.c     \
68         help_dlg.c      \
69         hostlist_table.c \
70         layout_prefs.c  \
71         main.c  \
72         menu.c  \
73         nameres_prefs.c \
74         packet_history.c        \
75         packet_list.c   \
76         packet_win.c    \
77         plugins_dlg.c   \
78         prefs_dlg.c     \
79         print_dlg.c     \
80         print_prefs.c   \
81         progress_dlg.c  \
82         proto_dlg.c     \
83         proto_draw.c    \
84         proto_hier_stats_dlg.c  \
85         range_utils.c \
86         recent.c        \
87         rtp_stream.c    \
88         sctp_stat.c     \
89         sctp_graph_dlg.c        \
90         sctp_byte_graph_dlg.c   \
91         sctp_error_dlg.c        \
92         service_response_time_table.c   \
93         simple_dialog.c \
94         stream_prefs.c  \
95         summary_dlg.c   \
96         supported_protos_dlg.c  \
97         tap_dfilter_dlg.c       \
98         text_page.c     \
99         toolbar.c       \
100         ui_util.c \
101         voip_calls.c \
102         webbrowser.c
103
104
105 ETHEREAL_TAP_SRC = \
106         ansi_a_stat.c   \
107         ansi_map_stat.c \
108         bootp_stat.c    \
109         sctp_chunk_stat.c       \
110         conversations_eth.c     \
111         conversations_fc.c      \
112         conversations_fddi.c    \
113         conversations_ip.c      \
114         conversations_ipx.c     \
115         conversations_sctp.c    \
116         conversations_tcpip.c   \
117         conversations_tr.c      \
118         conversations_udpip.c   \
119         conversations_wlan.c    \
120         dcerpc_stat.c   \
121         fc_stat.c       \
122         gsm_a_stat.c    \
123         gsm_map_stat.c  \
124         gsm_map_summary.c       \
125         h225_counter.c  \
126         h225_ras_srt.c  \
127         hostlist_eth.c \
128         hostlist_fc.c \
129         hostlist_fddi.c \
130         hostlist_ip.c \
131         hostlist_ipx.c \
132         hostlist_tcpip.c \
133         hostlist_tr.c \
134         hostlist_udpip.c \
135         hostlist_wlan.c \
136         http_stat.c     \
137         io_stat.c       \
138         isup_stat.c     \
139         ldap_stat.c     \
140         mgcp_stat.c     \
141         mtp3_stat.c     \
142         mtp3_summary.c  \
143         rpc_progs.c     \
144         rpc_stat.c      \
145         rtp_analysis.c  \
146         rtp_stream_dlg.c        \
147         stats_tree_stat.c       \
148         sctp_assoc_analyse.c    \
149         sctp_stat_dlg.c \
150 #       sctp_chunk_stat_dlg.c   \
151         sip_stat.c      \
152         smb_stat.c      \
153         tcp_graph.c     \
154         voip_calls_dlg.c \
155         wsp_stat.c