range.h moved from gtk to .
[obnox/wireshark/wip.git] / gtk / Makefile.am
1 # Makefile.am
2 # Automake file for the GTK interface routines for Ethereal
3 #
4 # $Id: Makefile.am,v 1.83 2003/12/29 21:18:12 jmayer Exp $
5 #
6 # Ethereal - Network traffic analyzer
7 # By Gerald Combs <gerald@ethereal.com>
8 # Copyright 1998 Gerald Combs
9 #
10 # This program is free software; you can redistribute it and/or
11 # modify it under the terms of the GNU General Public License
12 # as published by the Free Software Foundation; either version 2
13 # of the License, or (at your option) any later version.
14 #
15 # This program is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 # GNU General Public License for more details.
19 #
20 # You should have received a copy of the GNU General Public License
21 # along with this program; if not, write to the Free Software
22 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
23
24 noinst_LIBRARIES = libui.a
25
26 CLEANFILES = \
27         libui.a         \
28         *~
29
30 ETHEREAL_TAP_SRC = \
31         ansi_a_stat.c   \
32         ansi_map_stat.c \
33         bootp_stat.c    \
34         dcerpc_stat.c   \
35         endpoint_talkers_eth.c  \
36         endpoint_talkers_fc.c   \
37         endpoint_talkers_fddi.c \
38         endpoint_talkers_ip.c   \
39         endpoint_talkers_ipx.c  \
40         endpoint_talkers_tcpip.c        \
41         endpoint_talkers_tr.c   \
42         endpoint_talkers_udpip.c        \
43         fc_stat.c       \
44         gsm_a_stat.c    \
45         h225_counter.c  \
46         h225_ras_srt.c  \
47         http_stat.c     \
48         io_stat.c       \
49         isup_stat.c     \
50         ldap_stat.c     \
51         mgcp_stat.c     \
52         rpc_stat.c      \
53         rpc_progs.c     \
54         smb_stat.c      \
55         rtp_analysis.c  \
56         rtp_stream_dlg.c \
57         wsp_stat.c
58
59 ethereal-tap-register.c: $(ETHEREAL_TAP_SRC) $(top_srcdir)/make-tapreg-dotc
60         @echo Making ethereal-tap-register.c
61         @$(top_srcdir)/make-tapreg-dotc ethereal-tap-register.c $(srcdir) $(ETHEREAL_TAP_SRC)
62
63 if USE_GTK2
64 libui_a_SOURCES = \
65         capture_combo_utils.c \
66         capture_combo_utils.h \
67         capture_dlg.c   \
68         capture_dlg.h   \
69         capture_prefs.c \
70         capture_prefs.h \
71         capture_info_dlg.c \
72         color_dlg.c     \
73         color_dlg.h     \
74         color_filters.c \
75         color_filters.h \
76         color_utils.c   \
77         color_utils.h   \
78         colors.c        \
79         colors.h        \
80         column_prefs.c  \
81         column_prefs.h  \
82         compat_macros.h \
83         decode_as_dlg.c \
84         decode_as_dlg.h \
85         dfilter_expr_dlg.c \
86         dfilter_expr_dlg.h \
87         display_opts.c  \
88         display_opts.h  \
89         dlg_utils.c     \
90         dlg_utils.h     \
91         endpoint_talkers_table.c \
92         endpoint_talkers_table.h \
93         ethereal-tap-register.c \
94         file_dlg.c      \
95         file_dlg.h      \
96         filter_prefs.c  \
97         filter_prefs.h  \
98         find_dlg.c      \
99         find_dlg.h      \
100         follow_dlg.c    \
101         follow_dlg.h    \
102         goto_dlg.c      \
103         goto_dlg.h      \
104         gtkglobals.h    \
105         gtk_stat_util.c \
106         gtk_stat_util.h \
107         gui_prefs.c     \
108         gui_prefs.h     \
109         help_dlg.c      \
110         help_dlg.h      \
111         keys.h          \
112         main.c          \
113         main.h          \
114         menu.c          \
115         menu.h          \
116         nameres_prefs.c \
117         nameres_prefs.h \
118         packet_list.c   \
119         packet_win.c    \
120         packet_win.h    \
121         plugins_dlg.c   \
122         prefs_dlg.c     \
123         prefs_dlg.h     \
124         print_dlg.c     \
125         print_prefs.c   \
126         print_prefs.h   \
127         progress_dlg.c  \
128         proto_dlg.c     \
129         proto_dlg.h     \
130         proto_draw.c    \
131         proto_draw.h    \
132         proto_hier_stats_dlg.h  \
133         proto_hier_stats_dlg.c  \
134         range.c \
135         rtp_analysis.h  \
136         rtp_stream.c    \
137         rtp_stream.h    \
138         rtp_stream_dlg.h \
139         service_response_time_table.c   \
140         service_response_time_table.h   \
141         simple_dialog.c \
142         stream_prefs.c  \
143         stream_prefs.h  \
144         summary_dlg.c   \
145         summary_dlg.h   \
146         supported_protos_dlg.c   \
147         supported_protos_dlg.h   \
148         tap_dfilter_dlg.c \
149         tap_dfilter_dlg.h \
150         tcp_graph.c     \
151         tcp_graph.h     \
152         toolbar.c       \
153         toolbar.h       \
154         ui_util.c       \
155         ui_util.h       \
156         $(ETHEREAL_TAP_SRC)
157 else
158 libui_a_SOURCES = \
159         capture_combo_utils.c \
160         capture_combo_utils.h \
161         capture_dlg.c   \
162         capture_dlg.h   \
163         capture_prefs.c \
164         capture_prefs.h \
165         capture_info_dlg.c \
166         color_dlg.c     \
167         color_dlg.h     \
168         color_filters.c \
169         color_filters.h \
170         color_utils.c   \
171         color_utils.h   \
172         colors.c        \
173         colors.h        \
174         column_prefs.c  \
175         column_prefs.h  \
176         decode_as_dlg.c \
177         decode_as_dlg.h \
178         dfilter_expr_dlg.c \
179         dfilter_expr_dlg.h \
180         display_opts.c  \
181         display_opts.h  \
182         dlg_utils.c     \
183         dlg_utils.h     \
184         endpoint_talkers_table.c \
185         endpoint_talkers_table.h \
186         ethereal-tap-register.c \
187         file_dlg.c      \
188         file_dlg.h      \
189         filter_prefs.c  \
190         filter_prefs.h  \
191         find_dlg.c      \
192         find_dlg.h      \
193         follow_dlg.c    \
194         follow_dlg.h    \
195         goto_dlg.c      \
196         goto_dlg.h      \
197         gtkclist_v12.c  \
198         gtkclist_v12.h  \
199         gtkglobals.h    \
200         gtk_stat_util.c \
201         gtk_stat_util.h \
202         gui_prefs.c     \
203         gui_prefs.h     \
204         help_dlg.c      \
205         help_dlg.h      \
206         keys.h          \
207         main.c          \
208         main.h          \
209         menu.c          \
210         menu.h          \
211         nameres_prefs.c \
212         nameres_prefs.h \
213         packet_list.c   \
214         packet_win.c    \
215         packet_win.h    \
216         plugins_dlg.c   \
217         prefs_dlg.c     \
218         prefs_dlg.h     \
219         print_dlg.c     \
220         print_prefs.c   \
221         print_prefs.h   \
222         progress_dlg.c  \
223         proto_dlg.c     \
224         proto_dlg.h     \
225         proto_draw.c    \
226         proto_draw.h    \
227         proto_hier_stats_dlg.h  \
228         proto_hier_stats_dlg.c  \
229         range.c \
230         rtp_analysis.h  \
231         rtp_stream.c    \
232         rtp_stream.h    \
233         rtp_stream_dlg.h \
234         service_response_time_table.c   \
235         service_response_time_table.h   \
236         simple_dialog.c \
237         stream_prefs.c  \
238         stream_prefs.h  \
239         summary_dlg.c   \
240         summary_dlg.h   \
241         supported_protos_dlg.c   \
242         supported_protos_dlg.h   \
243         tap_dfilter_dlg.c \
244         tap_dfilter_dlg.h \
245         tcp_graph.c     \
246         tcp_graph.h     \
247         toolbar.c       \
248         toolbar.h       \
249         ui_util.c       \
250         ui_util.h       \
251         $(ETHEREAL_TAP_SRC)
252 endif
253
254 EXTRA_DIST = \
255         Makefile.nmake \
256         compat_macros.h \
257         print_mswin.c  \
258         print_mswin.h
259
260 # Common headers
261 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap