Allow "capture info data" to not be a singleton.
[metze/wireshark/wip.git] / ui / 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 # Wireshark - Network traffic analyzer
7 # By Gerald Combs <gerald@wireshark.org>
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
24 # Generated header files that we want in the distribution.
25 GENERATED_HEADER_FILES = \
26         text_import_scanner_lex.h
27
28 # Generated C source files that we want in the distribution.
29 GENERATED_C_FILES =
30
31 DIRTY_GENERATED_C_FILES = \
32         text_import_scanner.c
33
34 # All the generated files we want in the distribution.
35 GENERATED_FILES = \
36         $(GENERATED_HEADER_FILES) \
37         $(GENERATED_C_FILES) \
38         $(DIRTY_GENERATED_C_FILES)
39
40 # Files that generate compileable files
41 GENERATOR_FILES = \
42         text_import_scanner.l
43
44 WIRESHARK_UI_SRC = \
45         alert_box.c             \
46         capture.c               \
47         capture_ui_utils.c      \
48         console.c               \
49         decode_as_utils.c       \
50         export_object.c         \
51         export_object_dicom.c   \
52         export_object_http.c    \
53         export_object_smb.c     \
54         export_object_tftp.c    \
55         filters.c               \
56         follow.c                \
57         iface_lists.c           \
58         io_graph_item.c         \
59         language.c              \
60         help_url.c              \
61         mcast_stream.c          \
62         packet_list_utils.c     \
63         persfilepath_opt.c      \
64         preference_utils.c      \
65         profile.c               \
66         proto_hier_stats.c      \
67         recent.c                \
68         rtp_media.c             \
69         rtp_stream.c            \
70         service_response_time.c \
71         software_update.c       \
72         ssl_key_export.c        \
73         tap_export_pdu.c        \
74         tap-iax2-analysis.c     \
75         tap-rlc-graph.c \
76         tap-rtp-common.c        \
77         tap-sctp-analysis.c \
78         tap-sequence-analysis.c \
79         tap-tcp-stream.c        \
80         text_import.c           \
81         time_shift.c            \
82         traffic_table_ui.c      \
83         util.c                  \
84         voip_calls.c
85
86 noinst_HEADERS = \
87         alert_box.h             \
88         capture.h               \
89         capture_globals.h       \
90         capture_ui_utils.h      \
91         console.h               \
92         decode_as_utils.h       \
93         export_object.h         \
94         last_open_dir.h         \
95         file_dialog.h           \
96         filters.h               \
97         follow.h                \
98         help_url.h              \
99         packet_list_utils.h     \
100         iface_lists.h           \
101         io_graph_item.h         \
102         language.h              \
103         mcast_stream.h          \
104         main_statusbar.h        \
105         persfilepath_opt.h      \
106         preference_utils.h      \
107         profile.h               \
108         progress_dlg.h          \
109         proto_hier_stats.h      \
110         recent.h                \
111         recent_utils.h          \
112         rtp_media.h             \
113         rtp_stream.h            \
114         service_response_time.h \
115         simple_dialog.h         \
116         software_update.h       \
117         ssl_key_export.h        \
118         tap_export_pdu.h        \
119         tap-iax2-analysis.h     \
120         tap-rlc-graph.h \
121         tap-rtp-analysis.h      \
122         tap-rtp-common.h        \
123         tap-sctp-analysis.h  \
124         tap-sequence-analysis.h \
125         tap-tcp-stream.h        \
126         text_import.h           \
127         text_import_scanner.h   \
128         time_shift.h            \
129         traffic_table_ui.h      \
130         ui_util.h               \
131         util.h                  \
132         voip_calls.h