Change the formatting strings used to create the Conversation Filter submenu
[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_stream.c            \
69         software_update.c       \
70         ssl_key_export.c        \
71         tap_export_pdu.c        \
72         tap-megaco-common.c     \
73         tap-rtp-common.c        \
74         tap-sctp-analysis.c \
75         tap-sequence-analysis.c \
76         tap-tcp-stream.c        \
77         text_import.c           \
78         time_shift.c            \
79         traffic_table_ui.c      \
80         util.c                  \
81         voip_calls.c
82
83 noinst_HEADERS = \
84         alert_box.h             \
85         capture.h               \
86         capture_globals.h       \
87         capture_ui_utils.h      \
88         console.h               \
89         decode_as_utils.h       \
90         export_object.h         \
91         last_open_dir.h         \
92         file_dialog.h           \
93         filters.h               \
94         follow.h                \
95         help_url.h              \
96         packet_list_utils.h     \
97         iface_lists.h           \
98         io_graph_item.h         \
99         language.h              \
100         mcast_stream.h          \
101         main_statusbar.h        \
102         persfilepath_opt.h      \
103         preference_utils.h      \
104         profile.h               \
105         progress_dlg.h          \
106         proto_hier_stats.h      \
107         recent.h                \
108         recent_utils.h          \
109         rtp_analysis.h          \
110         rtp_stream.h            \
111         simple_dialog.h         \
112         software_update.h       \
113         ssl_key_export.h        \
114         tap_export_pdu.h        \
115         tap-megaco-common.h     \
116         tap-rtp-common.h        \
117         tap-sctp-analysis.h  \
118         tap-sequence-analysis.h \
119         tap-tcp-stream.h        \
120         text_import.h           \
121         text_import_scanner.h   \
122         time_shift.h            \
123         traffic_table_ui.h      \
124         ui_util.h               \
125         utf8_entities.h         \
126         util.h                  \
127         voip_calls.h