add parameter dcerpc_info to PIDL_dissect_ipv?address()
[wireshark-wip.git] / ui / Makefile.common
blob6b6567e23e853de4bd5f955fd465a9e998ffa39a
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
6 # $Id$
8 # Wireshark - Network traffic analyzer
9 # By Gerald Combs <gerald@wireshark.org>
10 # Copyright 1998 Gerald Combs
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.
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.
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
26 # Generated header files that we want in the distribution.
27 GENERATED_HEADER_FILES = \
28         text_import_scanner_lex.h
30 # Generated C source files that we want in the distribution.
31 GENERATED_C_FILES =
33 DIRTY_GENERATED_C_FILES = \
34         text_import_scanner.c
36 # All the generated files we want in the distribution.
37 GENERATED_FILES = \
38         $(GENERATED_HEADER_FILES) \
39         $(GENERATED_C_FILES) \
40         $(DIRTY_GENERATED_C_FILES)
42 # Files that generate compileable files
43 GENERATOR_FILES = \
44         text_import_scanner.l
46 WIRESHARK_UI_SRC = \
47         alert_box.c             \
48         export_object.c         \
49         export_object_dicom.c   \
50         export_object_http.c    \
51         export_object_smb.c     \
52         follow.c                \
53         iface_lists.c           \
54         help_url.c              \
55         packet_list_utils.c     \
56         preference_utils.c      \
57         profile.c               \
58         recent.c                \
59         software_update.c       \
60         ssl_key_export.c        \
61         tap-megaco-common.c     \
62         tap-rtp-common.c        \
63         tap-sctp-analysis.c \
64         tap-sequence-analysis.c \
65         tap-tcp-stream.c        \
66         text_import.c           \
67         time_shift.c            \
68         util.c
70 noinst_HEADERS = \
71         alert_box.h             \
72         capture_globals.h       \
73         export_object.h         \
74         last_open_dir.h         \
75         file_dialog.h           \
76         follow.h                \
77         help_url.h              \
78         packet_list_utils.h     \
79         iface_lists.h           \
80         main_statusbar.h        \
81         preference_utils.h      \
82         profile.h               \
83         progress_dlg.h          \
84         recent.h                \
85         recent_utils.h          \
86         rtp_analysis.h          \
87         rtp_stream.h            \
88         simple_dialog.h         \
89         software_update.h       \
90         ssl_key_export.h        \
91         tap-megaco-common.h     \
92         tap-rtp-common.h        \
93         tap-sctp-analysis.h  \
94         tap-sequence-analysis.h \
95         tap-tcp-stream.h        \
96         text_import.h           \
97         text_import_scanner.h   \
98         time_shift.h            \
99         ui_util.h               \
100         utf8_entities.h         \
101         util.h