Feature for Gtk2: GUI version of IO-STAT. Looks reasonable with one graph. Looks...
[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.49 2002/11/14 10:32:21 sahlberg 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         dcerpc_stat.c   \
32         dcerpc_stat.h   \
33         io_stat.c       \
34         io_stat.h       \
35         rpc_stat.c      \
36         rpc_stat.h      \
37         rpc_progs.c     \
38         rpc_progs.h     
39
40 ethereal-tap-register.c: $(ETHEREAL_TAP_SRC) $(top_srcdir)/make-tapreg-dotc
41         @echo Making ethereal-tap-register.c
42         @$(top_srcdir)/make-tapreg-dotc ethereal-tap-register.c $(top_srcdir) $(ETHEREAL_TAP_SRC)
43         
44
45 if USE_GTK2
46 libui_a_SOURCES = \
47         capture_dlg.c   \
48         capture_dlg.h   \
49         capture_prefs.c \
50         capture_prefs.h \
51         color_dlg.c     \
52         color_dlg.h     \
53         colors.c        \
54         colors.h        \
55         color_utils.c   \
56         color_utils.h   \
57         column_prefs.c  \
58         column_prefs.h  \
59         compat_macros.h \
60         decode_as_dlg.c \
61         decode_as_dlg.h \
62         dfilter_expr_dlg.c \
63         dfilter_expr_dlg.h \
64         display_opts.c  \
65         display_opts.h  \
66         dlg_utils.c     \
67         dlg_utils.h     \
68         ethereal-tap-register.c \
69         file_dlg.c      \
70         file_dlg.h      \
71         filter_prefs.c  \
72         filter_prefs.h  \
73         find_dlg.c      \
74         find_dlg.h      \
75         follow_dlg.c    \
76         follow_dlg.h    \
77         goto_dlg.c      \
78         goto_dlg.h      \
79         gtkglobals.h    \
80         gui_prefs.c     \
81         gui_prefs.h     \
82         help_dlg.c      \
83         help_dlg.h      \
84         keys.h          \
85         main.c          \
86         main.h          \
87         menu.c          \
88         menu.h          \
89         nameres_prefs.c \
90         nameres_prefs.h \
91         packet_list.c   \
92         packet_win.c    \
93         packet_win.h    \
94         plugins_dlg.c   \
95         prefs_dlg.c     \
96         prefs_dlg.h     \
97         print_dlg.c     \
98         print_prefs.c   \
99         print_prefs.h   \
100         progress_dlg.c  \
101         proto_dlg.c     \
102         proto_dlg.h     \
103         proto_draw.c    \
104         proto_draw.h    \
105         proto_hier_stats_dlg.h  \
106         proto_hier_stats_dlg.c  \
107         simple_dialog.c \
108         stream_prefs.c  \
109         stream_prefs.h  \
110         summary_dlg.c   \
111         summary_dlg.h   \
112         tcp_graph.c     \
113         tcp_graph.h     \
114         ui_util.c       \
115         ui_util.h       \
116         $(ETHEREAL_TAP_SRC)
117 else
118 libui_a_SOURCES = \
119         capture_dlg.c   \
120         capture_dlg.h   \
121         capture_prefs.c \
122         capture_prefs.h \
123         color_dlg.c     \
124         color_dlg.h     \
125         colors.c        \
126         colors.h        \
127         color_utils.c   \
128         color_utils.h   \
129         column_prefs.c  \
130         column_prefs.h  \
131         decode_as_dlg.c \
132         decode_as_dlg.h \
133         dfilter_expr_dlg.c \
134         dfilter_expr_dlg.h \
135         display_opts.c  \
136         display_opts.h  \
137         dlg_utils.c     \
138         dlg_utils.h     \
139         ethereal-tap-register.c \
140         file_dlg.c      \
141         file_dlg.h      \
142         filter_prefs.c  \
143         filter_prefs.h  \
144         find_dlg.c      \
145         find_dlg.h      \
146         follow_dlg.c    \
147         follow_dlg.h    \
148         goto_dlg.c      \
149         goto_dlg.h      \
150         gtkclist.c      \
151         gtkclist.h      \
152         gtkglobals.h    \
153         gui_prefs.c     \
154         gui_prefs.h     \
155         help_dlg.c      \
156         help_dlg.h      \
157         keys.h          \
158         main.c          \
159         main.h          \
160         menu.c          \
161         menu.h          \
162         nameres_prefs.c \
163         nameres_prefs.h \
164         packet_list.c   \
165         packet_win.c    \
166         packet_win.h    \
167         plugins_dlg.c   \
168         prefs_dlg.c     \
169         prefs_dlg.h     \
170         print_dlg.c     \
171         print_prefs.c   \
172         print_prefs.h   \
173         progress_dlg.c  \
174         proto_dlg.c     \
175         proto_dlg.h     \
176         proto_draw.c    \
177         proto_draw.h    \
178         proto_hier_stats_dlg.h  \
179         proto_hier_stats_dlg.c  \
180         simple_dialog.c \
181         stream_prefs.c  \
182         stream_prefs.h  \
183         summary_dlg.c   \
184         summary_dlg.h   \
185         tcp_graph.c     \
186         tcp_graph.h     \
187         ui_util.c       \
188         ui_util.h       \
189         $(ETHEREAL_TAP_SRC)
190 endif
191
192 EXTRA_DIST = \
193         Makefile.nmake \
194         print_mswin.c  \
195         print_mswin.h