nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # Makefile.in generated by automake 1.15 from Makefile.am. |
2 | # @configure_input@ |
||
3 | |||
4 | # Copyright (C) 1994-2014 Free Software Foundation, Inc. |
||
5 | |||
6 | # This Makefile.in is free software; the Free Software Foundation |
||
7 | # gives unlimited permission to copy and/or distribute it, |
||
8 | # with or without modifications, as long as this notice is preserved. |
||
9 | |||
10 | # This program is distributed in the hope that it will be useful, |
||
11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
||
12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
||
13 | # PARTICULAR PURPOSE. |
||
14 | |||
15 | @SET_MAKE@ |
||
16 | |||
17 | # Makefile.am |
||
18 | # Automake file for the common-to-all-toolkits user interface routines |
||
19 | # for Wireshark |
||
20 | # |
||
21 | # Wireshark - Network traffic analyzer |
||
22 | # By Gerald Combs <gerald@wireshark.org> |
||
23 | # Copyright 1998 Gerald Combs |
||
24 | # |
||
25 | # This program is free software; you can redistribute it and/or |
||
26 | # modify it under the terms of the GNU General Public License |
||
27 | # as published by the Free Software Foundation; either version 2 |
||
28 | # of the License, or (at your option) any later version. |
||
29 | # |
||
30 | # This program is distributed in the hope that it will be useful, |
||
31 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
||
32 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||
33 | # GNU General Public License for more details. |
||
34 | # |
||
35 | # You should have received a copy of the GNU General Public License |
||
36 | # along with this program; if not, write to the Free Software |
||
37 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
||
38 | |||
39 | # Makefile.am.inc |
||
40 | # Include file for Makefile.am files to get additional rules |
||
41 | # |
||
42 | # Wireshark - Network traffic analyzer |
||
43 | # By Gerald Combs <gerald@wireshark.org> |
||
44 | # Copyright 1998 Gerald Combs |
||
45 | # |
||
46 | # This program is free software; you can redistribute it and/or |
||
47 | # modify it under the terms of the GNU General Public License |
||
48 | # as published by the Free Software Foundation; either version 2 |
||
49 | # of the License, or (at your option) any later version. |
||
50 | # |
||
51 | # This program is distributed in the hope that it will be useful, |
||
52 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
||
53 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||
54 | # GNU General Public License for more details. |
||
55 | # |
||
56 | # You should have received a copy of the GNU General Public License |
||
57 | # along with this program; if not, write to the Free Software |
||
58 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
||
59 | |||
60 | VPATH = @srcdir@ |
||
61 | am__is_gnu_make = { \ |
||
62 | if test -z '$(MAKELEVEL)'; then \ |
||
63 | false; \ |
||
64 | elif test -n '$(MAKE_HOST)'; then \ |
||
65 | true; \ |
||
66 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
||
67 | true; \ |
||
68 | else \ |
||
69 | false; \ |
||
70 | fi; \ |
||
71 | } |
||
72 | am__make_running_with_option = \ |
||
73 | case $${target_option-} in \ |
||
74 | ?) ;; \ |
||
75 | *) echo "am__make_running_with_option: internal error: invalid" \ |
||
76 | "target option '$${target_option-}' specified" >&2; \ |
||
77 | exit 1;; \ |
||
78 | esac; \ |
||
79 | has_opt=no; \ |
||
80 | sane_makeflags=$$MAKEFLAGS; \ |
||
81 | if $(am__is_gnu_make); then \ |
||
82 | sane_makeflags=$$MFLAGS; \ |
||
83 | else \ |
||
84 | case $$MAKEFLAGS in \ |
||
85 | *\\[\ \ ]*) \ |
||
86 | bs=\\; \ |
||
87 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
||
88 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
||
89 | esac; \ |
||
90 | fi; \ |
||
91 | skip_next=no; \ |
||
92 | strip_trailopt () \ |
||
93 | { \ |
||
94 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
||
95 | }; \ |
||
96 | for flg in $$sane_makeflags; do \ |
||
97 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
||
98 | case $$flg in \ |
||
99 | *=*|--*) continue;; \ |
||
100 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
||
101 | -*I?*) strip_trailopt 'I';; \ |
||
102 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
||
103 | -*O?*) strip_trailopt 'O';; \ |
||
104 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
||
105 | -*l?*) strip_trailopt 'l';; \ |
||
106 | -[dEDm]) skip_next=yes;; \ |
||
107 | -[JT]) skip_next=yes;; \ |
||
108 | esac; \ |
||
109 | case $$flg in \ |
||
110 | *$$target_option*) has_opt=yes; break;; \ |
||
111 | esac; \ |
||
112 | done; \ |
||
113 | test $$has_opt = yes |
||
114 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
||
115 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
||
116 | pkgdatadir = $(datadir)/@PACKAGE@ |
||
117 | pkgincludedir = $(includedir)/@PACKAGE@ |
||
118 | pkglibdir = $(libdir)/@PACKAGE@ |
||
119 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
||
120 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
||
121 | install_sh_DATA = $(install_sh) -c -m 644 |
||
122 | install_sh_PROGRAM = $(install_sh) -c |
||
123 | install_sh_SCRIPT = $(install_sh) -c |
||
124 | INSTALL_HEADER = $(INSTALL_DATA) |
||
125 | transform = $(program_transform_name) |
||
126 | NORMAL_INSTALL = : |
||
127 | PRE_INSTALL = : |
||
128 | POST_INSTALL = : |
||
129 | NORMAL_UNINSTALL = : |
||
130 | PRE_UNINSTALL = : |
||
131 | POST_UNINSTALL = : |
||
132 | build_triplet = @build@ |
||
133 | host_triplet = @host@ |
||
134 | target_triplet = @target@ |
||
135 | subdir = ui |
||
136 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
||
137 | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_flag.m4 \ |
||
138 | $(top_srcdir)/m4/ax_compiler_vendor.m4 \ |
||
139 | $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ |
||
140 | $(top_srcdir)/m4/ax_lib_socket_nsl.m4 \ |
||
141 | $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \ |
||
142 | $(top_srcdir)/m4/libgcrypt.m4 $(top_srcdir)/m4/libsmi.m4 \ |
||
143 | $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/ws_osx.m4 \ |
||
144 | $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac |
||
145 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
||
146 | $(ACLOCAL_M4) |
||
147 | DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
||
148 | mkinstalldirs = $(install_sh) -d |
||
149 | CONFIG_HEADER = $(top_builddir)/config.h |
||
150 | CONFIG_CLEAN_FILES = doxygen.cfg |
||
151 | CONFIG_CLEAN_VPATH_FILES = |
||
152 | LIBRARIES = $(noinst_LIBRARIES) |
||
153 | ARFLAGS = cru |
||
154 | AM_V_AR = $(am__v_AR_@AM_V@) |
||
155 | am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) |
||
156 | am__v_AR_0 = @echo " AR " $@; |
||
157 | am__v_AR_1 = |
||
158 | libui_a_AR = $(AR) $(ARFLAGS) |
||
159 | libui_a_LIBADD = |
||
160 | am__objects_1 = alert_box.$(OBJEXT) capture.$(OBJEXT) \ |
||
161 | capture_ui_utils.$(OBJEXT) commandline.$(OBJEXT) \ |
||
162 | console.$(OBJEXT) decode_as_utils.$(OBJEXT) \ |
||
163 | export_object.$(OBJEXT) export_object_dicom.$(OBJEXT) \ |
||
164 | export_object_http.$(OBJEXT) export_object_smb.$(OBJEXT) \ |
||
165 | export_object_tftp.$(OBJEXT) export_pdu_ui_utils.$(OBJEXT) \ |
||
166 | firewall_rules.$(OBJEXT) iface_lists.$(OBJEXT) \ |
||
167 | io_graph_item.$(OBJEXT) language.$(OBJEXT) help_url.$(OBJEXT) \ |
||
168 | mcast_stream.$(OBJEXT) packet_list_utils.$(OBJEXT) \ |
||
169 | persfilepath_opt.$(OBJEXT) preference_utils.$(OBJEXT) \ |
||
170 | profile.$(OBJEXT) proto_hier_stats.$(OBJEXT) recent.$(OBJEXT) \ |
||
171 | rtp_media.$(OBJEXT) rtp_stream.$(OBJEXT) \ |
||
172 | service_response_time.$(OBJEXT) software_update.$(OBJEXT) \ |
||
173 | ssl_key_export.$(OBJEXT) tap_export_pdu.$(OBJEXT) \ |
||
174 | tap-iax2-analysis.$(OBJEXT) tap-rlc-graph.$(OBJEXT) \ |
||
175 | tap-rtp-common.$(OBJEXT) tap-sctp-analysis.$(OBJEXT) \ |
||
176 | tap-sequence-analysis.$(OBJEXT) tap-tcp-stream.$(OBJEXT) \ |
||
177 | text_import.$(OBJEXT) time_shift.$(OBJEXT) \ |
||
178 | traffic_table_ui.$(OBJEXT) util.$(OBJEXT) voip_calls.$(OBJEXT) |
||
179 | am__objects_2 = |
||
180 | am_libui_a_OBJECTS = $(am__objects_1) $(am__objects_2) \ |
||
181 | $(am__objects_2) $(am__objects_2) |
||
182 | libui_a_OBJECTS = $(am_libui_a_OBJECTS) |
||
183 | libui_dirty_a_AR = $(AR) $(ARFLAGS) |
||
184 | libui_dirty_a_LIBADD = |
||
185 | am__objects_3 = libui_dirty_a-text_import_scanner.$(OBJEXT) |
||
186 | am_libui_dirty_a_OBJECTS = $(am__objects_3) |
||
187 | libui_dirty_a_OBJECTS = $(am_libui_dirty_a_OBJECTS) |
||
188 | AM_V_P = $(am__v_P_@AM_V@) |
||
189 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
||
190 | am__v_P_0 = false |
||
191 | am__v_P_1 = : |
||
192 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
||
193 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
||
194 | am__v_GEN_0 = @echo " GEN " $@; |
||
195 | am__v_GEN_1 = |
||
196 | AM_V_at = $(am__v_at_@AM_V@) |
||
197 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
||
198 | am__v_at_0 = @ |
||
199 | am__v_at_1 = |
||
200 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
||
201 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
||
202 | am__depfiles_maybe = depfiles |
||
203 | am__mv = mv -f |
||
204 | AM_V_lt = $(am__v_lt_@AM_V@) |
||
205 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
||
206 | am__v_lt_0 = --silent |
||
207 | am__v_lt_1 = |
||
208 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
||
209 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
||
210 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
||
211 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ |
||
212 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
||
213 | $(AM_CFLAGS) $(CFLAGS) |
||
214 | AM_V_CC = $(am__v_CC_@AM_V@) |
||
215 | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
||
216 | am__v_CC_0 = @echo " CC " $@; |
||
217 | am__v_CC_1 = |
||
218 | CCLD = $(CC) |
||
219 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
||
220 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
||
221 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
||
222 | AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
||
223 | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
||
224 | am__v_CCLD_0 = @echo " CCLD " $@; |
||
225 | am__v_CCLD_1 = |
||
226 | SOURCES = $(libui_a_SOURCES) $(libui_dirty_a_SOURCES) |
||
227 | DIST_SOURCES = $(libui_a_SOURCES) $(libui_dirty_a_SOURCES) |
||
228 | am__can_run_installinfo = \ |
||
229 | case $$AM_UPDATE_INFO_DIR in \ |
||
230 | n|no|NO) false;; \ |
||
231 | *) (install-info --version) >/dev/null 2>&1;; \ |
||
232 | esac |
||
233 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
||
234 | # Read a list of newline-separated strings from the standard input, |
||
235 | # and print each of them once, without duplicates. Input order is |
||
236 | # *not* preserved. |
||
237 | am__uniquify_input = $(AWK) '\ |
||
238 | BEGIN { nonempty = 0; } \ |
||
239 | { items[$$0] = 1; nonempty = 1; } \ |
||
240 | END { if (nonempty) { for (i in items) print i; }; } \ |
||
241 | ' |
||
242 | # Make sure the list of sources is unique. This is necessary because, |
||
243 | # e.g., the same source file might be shared among _SOURCES variables |
||
244 | # for different programs/libraries. |
||
245 | am__define_uniq_tagged_files = \ |
||
246 | list='$(am__tagged_files)'; \ |
||
247 | unique=`for i in $$list; do \ |
||
248 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
||
249 | done | $(am__uniquify_input)` |
||
250 | ETAGS = etags |
||
251 | CTAGS = ctags |
||
252 | am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/doxygen.cfg.in \ |
||
253 | $(top_srcdir)/Makefile.am.inc $(top_srcdir)/depcomp |
||
254 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
||
255 | A2X = @A2X@ |
||
256 | A2X_LYNX = @A2X_LYNX@ |
||
257 | ACLOCAL = @ACLOCAL@ |
||
258 | AC_MIN_VERSION = @AC_MIN_VERSION@ |
||
259 | AMTAR = @AMTAR@ |
||
260 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
||
261 | APPLICATIONSERVICES_FRAMEWORKS = @APPLICATIONSERVICES_FRAMEWORKS@ |
||
262 | AR = @AR@ |
||
263 | AUTOCONF = @AUTOCONF@ |
||
264 | AUTOHEADER = @AUTOHEADER@ |
||
265 | AUTOMAKE = @AUTOMAKE@ |
||
266 | AWK = @AWK@ |
||
267 | BUILD_EXEEXT = @BUILD_EXEEXT@ |
||
268 | BUILD_OBJEXT = @BUILD_OBJEXT@ |
||
269 | CC = @CC@ |
||
270 | CCDEPMODE = @CCDEPMODE@ |
||
271 | CC_FOR_BUILD = @CC_FOR_BUILD@ |
||
272 | CFLAGS = @CFLAGS@ |
||
273 | CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ |
||
274 | CFLAGS_SSE42 = @CFLAGS_SSE42@ |
||
275 | CONFIG_ARGS = @CONFIG_ARGS@ |
||
276 | COREFOUNDATION_FRAMEWORKS = @COREFOUNDATION_FRAMEWORKS@ |
||
277 | CPP = @CPP@ |
||
278 | CPPFLAGS = @CPPFLAGS@ |
||
279 | CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ |
||
280 | CPP_FOR_BUILD = @CPP_FOR_BUILD@ |
||
281 | CXX = @CXX@ |
||
282 | CXXCPP = @CXXCPP@ |
||
283 | CXXDEPMODE = @CXXDEPMODE@ |
||
284 | CXXFLAGS = @CXXFLAGS@ |
||
285 | CYGPATH_W = @CYGPATH_W@ |
||
286 | C_ARES_LIBS = @C_ARES_LIBS@ |
||
287 | DEFS = @DEFS@ |
||
288 | DEPDIR = @DEPDIR@ |
||
289 | DESKTOP_FILE_INSTALL = @DESKTOP_FILE_INSTALL@ |
||
290 | DLLTOOL = @DLLTOOL@ |
||
291 | DOXYGEN = @DOXYGEN@ |
||
292 | DSYMUTIL = @DSYMUTIL@ |
||
293 | DUMPBIN = @DUMPBIN@ |
||
294 | DUMPCAP_GROUP = @DUMPCAP_GROUP@ |
||
295 | ECHO_C = @ECHO_C@ |
||
296 | ECHO_N = @ECHO_N@ |
||
297 | ECHO_T = @ECHO_T@ |
||
298 | EGREP = @EGREP@ |
||
299 | ENABLE_STATIC = @ENABLE_STATIC@ |
||
300 | EXEEXT = @EXEEXT@ |
||
301 | FGREP = @FGREP@ |
||
302 | FOP = @FOP@ |
||
303 | GEOIP_LIBS = @GEOIP_LIBS@ |
||
304 | GLIB_CFLAGS = @GLIB_CFLAGS@ |
||
305 | GLIB_LIBS = @GLIB_LIBS@ |
||
306 | GLIB_MIN_VERSION = @GLIB_MIN_VERSION@ |
||
307 | GREP = @GREP@ |
||
308 | GTK2_MIN_VERSION = @GTK2_MIN_VERSION@ |
||
309 | GTK3_MIN_VERSION = @GTK3_MIN_VERSION@ |
||
310 | GTK_CFLAGS = @GTK_CFLAGS@ |
||
311 | GTK_LIBS = @GTK_LIBS@ |
||
312 | GUI_CONFIGURE_FLAGS = @GUI_CONFIGURE_FLAGS@ |
||
313 | HAVE_BLESS = @HAVE_BLESS@ |
||
314 | HAVE_CXX11 = @HAVE_CXX11@ |
||
315 | HAVE_DOXYGEN = @HAVE_DOXYGEN@ |
||
316 | HAVE_DPKG_BUILDPACKAGE = @HAVE_DPKG_BUILDPACKAGE@ |
||
317 | HAVE_HDIUTIL = @HAVE_HDIUTIL@ |
||
318 | HAVE_OSX_PACKAGING = @HAVE_OSX_PACKAGING@ |
||
319 | HAVE_PKGMK = @HAVE_PKGMK@ |
||
320 | HAVE_PKGPROTO = @HAVE_PKGPROTO@ |
||
321 | HAVE_PKGTRANS = @HAVE_PKGTRANS@ |
||
322 | HAVE_SVR4_PACKAGING = @HAVE_SVR4_PACKAGING@ |
||
323 | HAVE_XCODEBUILD = @HAVE_XCODEBUILD@ |
||
324 | INSTALL = @INSTALL@ |
||
325 | INSTALL_DATA = @INSTALL_DATA@ |
||
326 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
||
327 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
||
328 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
||
329 | KRB5_CFLAGS = @KRB5_CFLAGS@ |
||
330 | KRB5_CONFIG = @KRB5_CONFIG@ |
||
331 | KRB5_LIBS = @KRB5_LIBS@ |
||
332 | LD = @LD@ |
||
333 | LDFLAGS = @LDFLAGS@ |
||
334 | LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ |
||
335 | LDFLAGS_SHAREDLIB = @LDFLAGS_SHAREDLIB@ |
||
336 | LEX = @LEX@ |
||
337 | LEXLIB = @LEXLIB@ |
||
338 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
||
339 | LIBCAP_LIBS = @LIBCAP_LIBS@ |
||
340 | LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ |
||
341 | LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ |
||
342 | LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ |
||
343 | LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ |
||
344 | LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ |
||
345 | LIBNL_CFLAGS = @LIBNL_CFLAGS@ |
||
346 | LIBNL_LIBS = @LIBNL_LIBS@ |
||
347 | LIBOBJS = @LIBOBJS@ |
||
348 | LIBS = @LIBS@ |
||
349 | LIBSMI_CFLAGS = @LIBSMI_CFLAGS@ |
||
350 | LIBSMI_LDFLAGS = @LIBSMI_LDFLAGS@ |
||
351 | LIBSMI_VERSION = @LIBSMI_VERSION@ |
||
352 | LIBSSH_LIBS = @LIBSSH_LIBS@ |
||
353 | LIBTOOL = @LIBTOOL@ |
||
354 | LIBTOOL_DEPS = @LIBTOOL_DEPS@ |
||
355 | LIPO = @LIPO@ |
||
356 | LN_S = @LN_S@ |
||
357 | LRELEASE = @LRELEASE@ |
||
358 | LTLIBOBJS = @LTLIBOBJS@ |
||
359 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
||
360 | LUA_CFLAGS = @LUA_CFLAGS@ |
||
361 | LUA_LIBS = @LUA_LIBS@ |
||
362 | MAKEINFO = @MAKEINFO@ |
||
363 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
||
364 | MKDIR_P = @MKDIR_P@ |
||
365 | MOC = @MOC@ |
||
366 | MOC_OPTIONS = @MOC_OPTIONS@ |
||
367 | NM = @NM@ |
||
368 | NMEDIT = @NMEDIT@ |
||
369 | OBJDUMP = @OBJDUMP@ |
||
370 | OBJEXT = @OBJEXT@ |
||
371 | OSX_APP_FLAGS = @OSX_APP_FLAGS@ |
||
372 | OSX_DMG_FLAGS = @OSX_DMG_FLAGS@ |
||
373 | OSX_MIN_VERSION = @OSX_MIN_VERSION@ |
||
374 | OTOOL = @OTOOL@ |
||
375 | OTOOL64 = @OTOOL64@ |
||
376 | PACKAGE = @PACKAGE@ |
||
377 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
||
378 | PACKAGE_NAME = @PACKAGE_NAME@ |
||
379 | PACKAGE_STRING = @PACKAGE_STRING@ |
||
380 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
||
381 | PACKAGE_URL = @PACKAGE_URL@ |
||
382 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
||
383 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
||
384 | PCAP_CONFIG = @PCAP_CONFIG@ |
||
385 | PCAP_LIBS = @PCAP_LIBS@ |
||
386 | PERL = @PERL@ |
||
387 | PIE_CFLAGS = @PIE_CFLAGS@ |
||
388 | PIE_LDFLAGS = @PIE_LDFLAGS@ |
||
389 | PKG_CONFIG = @PKG_CONFIG@ |
||
390 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ |
||
391 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
||
392 | PLUGIN_LIBS = @PLUGIN_LIBS@ |
||
393 | POD2HTML = @POD2HTML@ |
||
394 | POD2MAN = @POD2MAN@ |
||
395 | PORTAUDIO_INCLUDES = @PORTAUDIO_INCLUDES@ |
||
396 | PORTAUDIO_LIBS = @PORTAUDIO_LIBS@ |
||
397 | PYTHON = @PYTHON@ |
||
398 | QTCHOOSER = @QTCHOOSER@ |
||
399 | QT_MIN_VERSION = @QT_MIN_VERSION@ |
||
400 | Qt_CFLAGS = @Qt_CFLAGS@ |
||
401 | Qt_LDFLAGS = @Qt_LDFLAGS@ |
||
402 | Qt_LIBS = @Qt_LIBS@ |
||
403 | RANLIB = @RANLIB@ |
||
404 | RCC = @RCC@ |
||
405 | RPMBUILD = @RPMBUILD@ |
||
406 | RPMBUILD_WITH_ARGS = @RPMBUILD_WITH_ARGS@ |
||
407 | RPM_VERSION = @RPM_VERSION@ |
||
408 | SBC_CFLAGS = @SBC_CFLAGS@ |
||
409 | SBC_LIBS = @SBC_LIBS@ |
||
410 | SED = @SED@ |
||
411 | SETCAP = @SETCAP@ |
||
412 | SET_MAKE = @SET_MAKE@ |
||
413 | SHELL = @SHELL@ |
||
414 | SPEEXDSP_CFLAGS = @SPEEXDSP_CFLAGS@ |
||
415 | SPEEXDSP_LIBS = @SPEEXDSP_LIBS@ |
||
416 | SSL_LIBS = @SSL_LIBS@ |
||
417 | STRIP = @STRIP@ |
||
418 | SYSTEMCONFIGURATION_FRAMEWORKS = @SYSTEMCONFIGURATION_FRAMEWORKS@ |
||
419 | UIC = @UIC@ |
||
420 | VERSION = @VERSION@ |
||
421 | WERROR = @WERROR@ |
||
422 | WS_CFLAGS = @WS_CFLAGS@ |
||
423 | WS_CFLAGS_FOR_BUILD = @WS_CFLAGS_FOR_BUILD@ |
||
424 | WS_CPPFLAGS = @WS_CPPFLAGS@ |
||
425 | WS_CXXFLAGS = @WS_CXXFLAGS@ |
||
426 | WS_LDFLAGS = @WS_LDFLAGS@ |
||
427 | XSLTPROC = @XSLTPROC@ |
||
428 | YACC = @YACC@ |
||
429 | YFLAGS = @YFLAGS@ |
||
430 | abs_builddir = @abs_builddir@ |
||
431 | abs_srcdir = @abs_srcdir@ |
||
432 | abs_top_builddir = @abs_top_builddir@ |
||
433 | abs_top_srcdir = @abs_top_srcdir@ |
||
434 | ac_ct_AR = @ac_ct_AR@ |
||
435 | ac_ct_CC = @ac_ct_CC@ |
||
436 | ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@ |
||
437 | ac_ct_CXX = @ac_ct_CXX@ |
||
438 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
||
439 | am__include = @am__include@ |
||
440 | am__leading_dot = @am__leading_dot@ |
||
441 | am__quote = @am__quote@ |
||
442 | am__tar = @am__tar@ |
||
443 | am__untar = @am__untar@ |
||
444 | androiddump_bin = @androiddump_bin@ |
||
445 | androiddump_man = @androiddump_man@ |
||
446 | bindir = @bindir@ |
||
447 | build = @build@ |
||
448 | build_alias = @build_alias@ |
||
449 | build_cpu = @build_cpu@ |
||
450 | build_os = @build_os@ |
||
451 | build_vendor = @build_vendor@ |
||
452 | builddir = @builddir@ |
||
453 | capinfos_bin = @capinfos_bin@ |
||
454 | capinfos_man = @capinfos_man@ |
||
455 | captype_bin = @captype_bin@ |
||
456 | captype_man = @captype_man@ |
||
457 | ciscodump_bin = @ciscodump_bin@ |
||
458 | ciscodump_man = @ciscodump_man@ |
||
459 | datadir = @datadir@ |
||
460 | datarootdir = @datarootdir@ |
||
461 | dftest_bin = @dftest_bin@ |
||
462 | dftest_man = @dftest_man@ |
||
463 | docdir = @docdir@ |
||
464 | dumpcap_bin = @dumpcap_bin@ |
||
465 | dumpcap_man = @dumpcap_man@ |
||
466 | dvidir = @dvidir@ |
||
467 | echld_dir = @echld_dir@ |
||
468 | echld_test_bin = @echld_test_bin@ |
||
469 | editcap_bin = @editcap_bin@ |
||
470 | editcap_man = @editcap_man@ |
||
471 | exec_prefix = @exec_prefix@ |
||
472 | extcap_man = @extcap_man@ |
||
473 | extcap_subdir = @extcap_subdir@ |
||
474 | extcapdir = @extcapdir@ |
||
475 | have_sw_vers = @have_sw_vers@ |
||
476 | host = @host@ |
||
477 | host_alias = @host_alias@ |
||
478 | host_cpu = @host_cpu@ |
||
479 | host_os = @host_os@ |
||
480 | host_vendor = @host_vendor@ |
||
481 | htmldir = @htmldir@ |
||
482 | includedir = @includedir@ |
||
483 | infodir = @infodir@ |
||
484 | install_sh = @install_sh@ |
||
485 | libdir = @libdir@ |
||
486 | libexecdir = @libexecdir@ |
||
487 | localedir = @localedir@ |
||
488 | localstatedir = @localstatedir@ |
||
489 | mandir = @mandir@ |
||
490 | mergecap_bin = @mergecap_bin@ |
||
491 | mergecap_man = @mergecap_man@ |
||
492 | mkdir_p = @mkdir_p@ |
||
493 | oldincludedir = @oldincludedir@ |
||
494 | pdfdir = @pdfdir@ |
||
495 | plugindir = @plugindir@ |
||
496 | plugins_dir = @plugins_dir@ |
||
497 | prefix = @prefix@ |
||
498 | program_transform_name = @program_transform_name@ |
||
499 | psdir = @psdir@ |
||
500 | randpkt_bin = @randpkt_bin@ |
||
501 | randpkt_man = @randpkt_man@ |
||
502 | randpktdump_bin = @randpktdump_bin@ |
||
503 | randpktdump_man = @randpktdump_man@ |
||
504 | rawshark_bin = @rawshark_bin@ |
||
505 | rawshark_man = @rawshark_man@ |
||
506 | reordercap_bin = @reordercap_bin@ |
||
507 | reordercap_man = @reordercap_man@ |
||
508 | runstatedir = @runstatedir@ |
||
509 | sbindir = @sbindir@ |
||
510 | sharedstatedir = @sharedstatedir@ |
||
511 | srcdir = @srcdir@ |
||
512 | sshdump_bin = @sshdump_bin@ |
||
513 | sshdump_man = @sshdump_man@ |
||
514 | sysconfdir = @sysconfdir@ |
||
515 | target = @target@ |
||
516 | target_alias = @target_alias@ |
||
517 | target_cpu = @target_cpu@ |
||
518 | target_os = @target_os@ |
||
519 | target_vendor = @target_vendor@ |
||
520 | text2pcap_bin = @text2pcap_bin@ |
||
521 | text2pcap_man = @text2pcap_man@ |
||
522 | tfshark_bin = @tfshark_bin@ |
||
523 | tfshark_man = @tfshark_man@ |
||
524 | top_build_prefix = @top_build_prefix@ |
||
525 | top_builddir = @top_builddir@ |
||
526 | top_srcdir = @top_srcdir@ |
||
527 | tshark_bin = @tshark_bin@ |
||
528 | tshark_man = @tshark_man@ |
||
529 | wireshark_SUBDIRS = @wireshark_SUBDIRS@ |
||
530 | wireshark_bin = @wireshark_bin@ |
||
531 | wireshark_man = @wireshark_man@ |
||
532 | wiresharkfilter_man = @wiresharkfilter_man@ |
||
533 | AUTOMAKE_OPTIONS = -Wno-portability |
||
534 | lemon_srcdir = $(top_srcdir)/tools/lemon |
||
535 | lemon_builddir = $(top_builddir)/tools/lemon |
||
536 | LEMON = $(lemon_builddir)/lemon$(EXEEXT) |
||
537 | RUNLEX = $(top_srcdir)/tools/runlex.sh |
||
538 | INCLUDEDIRS = -I$(top_srcdir) |
||
539 | |||
540 | #AM_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS) |
||
541 | AM_CFLAGS = $(WERROR) $(WS_CFLAGS) |
||
542 | GENERATED_CFLAGS = $(WS_CFLAGS) |
||
543 | AM_CXXFLAGS = $(WERROR) $(WS_CXXFLAGS) |
||
544 | GENERATED_CXXFLAGS = $(WS_CXXFLAGS) |
||
545 | AM_LDFLAGS = $(WS_LDFLAGS) |
||
546 | AM_V_PERL = $(am__v_PERL_@AM_V@) |
||
547 | am__v_PERL_ = $(am__v_PERL_@AM_DEFAULT_V@) |
||
548 | am__v_PERL_0 = @echo " PERL " $@; |
||
549 | AM_V_AWK = $(am__v_AWK_@AM_V@) |
||
550 | am__v_AWK_ = $(am__v_AWK_@AM_DEFAULT_V@) |
||
551 | am__v_AWK_0 = @echo " AWK " $@; |
||
552 | AM_V_LEMON = $(am__v_LEMON_@AM_V@) |
||
553 | am__v_LEMON_ = $(am__v_LEMON_@AM_DEFAULT_V@) |
||
554 | am__v_LEMON_0 = @echo " LEMON " $@; |
||
555 | AM_V_RUNLEX = $(am__v_RUNLEX_@AM_V@) |
||
556 | am__v_RUNLEX_ = $(am__v_RUNLEX_@AM_DEFAULT_V@) |
||
557 | am__v_RUNLEX_0 = @echo " RUNLEX " $@; |
||
558 | AM_V_SED = $(am__v_SED_@AM_V@) |
||
559 | am__v_SED_ = $(am__v_SED_@AM_DEFAULT_V@) |
||
560 | am__v_SED_0 = @echo " SED " $@; |
||
561 | AM_V_LN_S = $(am__v_LN_S_@AM_V@) |
||
562 | am__v_LN_S_ = $(am__v_LN_S_@AM_DEFAULT_V@) |
||
563 | am__v_LN_S_0 = @echo " LN_S " $@; |
||
564 | |||
565 | # _PYTHON is a reserved automake keyword |
||
566 | AM_V_python = $(am__v_python_@AM_V@) |
||
567 | am__v_python_ = $(am__v_python_@AM_DEFAULT_V@) |
||
568 | am__v_python_0 = @echo " PYTHON " $@; |
||
569 | AM_V_YACC = $(am__v_YACC_@AM_V@) |
||
570 | am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) |
||
571 | am__v_YACC_0 = @echo " YACC " $@; |
||
572 | |||
573 | # abi-compliance-checker descriptor |
||
574 | abi_incdirs = $(subst -I,NEWLINE,$(filter -I%,$(WS_CFLAGS) -I$(abs_top_srcdir) -I$(abs_srcdir))) |
||
575 | abi_sysdirs = $(subst -isystem,NEWLINE,$(filter -isystem%,$(WS_CFLAGS))) |
||
576 | abi_includes = $(abi_incdirs) $(abi_sysdirs) |
||
577 | AM_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS) -DDOC_DIR=\"$(docdir)\" \ |
||
578 | $(GLIB_CFLAGS) $(LIBGCRYPT_CFLAGS) $(LIBGNUTLS_CFLAGS) $(PORTAUDIO_INCLUDES) |
||
579 | |||
580 | noinst_LIBRARIES = libui.a libui_dirty.a |
||
581 | |||
582 | # Generated header files that we want in the distribution. |
||
583 | GENERATED_HEADER_FILES = \ |
||
584 | text_import_scanner_lex.h |
||
585 | |||
586 | |||
587 | # Generated C source files that we want in the distribution. |
||
588 | GENERATED_C_FILES = |
||
589 | DIRTY_GENERATED_C_FILES = \ |
||
590 | text_import_scanner.c |
||
591 | |||
592 | |||
593 | # All the generated files we want in the distribution. |
||
594 | GENERATED_FILES = \ |
||
595 | $(GENERATED_HEADER_FILES) \ |
||
596 | $(GENERATED_C_FILES) \ |
||
597 | $(DIRTY_GENERATED_C_FILES) |
||
598 | |||
599 | |||
600 | # Files that generate compileable files |
||
601 | GENERATOR_FILES = \ |
||
602 | text_import_scanner.l |
||
603 | |||
604 | WIRESHARK_UI_SRC = \ |
||
605 | alert_box.c \ |
||
606 | capture.c \ |
||
607 | capture_ui_utils.c \ |
||
608 | commandline.c \ |
||
609 | console.c \ |
||
610 | decode_as_utils.c \ |
||
611 | export_object.c \ |
||
612 | export_object_dicom.c \ |
||
613 | export_object_http.c \ |
||
614 | export_object_smb.c \ |
||
615 | export_object_tftp.c \ |
||
616 | export_pdu_ui_utils.c \ |
||
617 | firewall_rules.c \ |
||
618 | iface_lists.c \ |
||
619 | io_graph_item.c \ |
||
620 | language.c \ |
||
621 | help_url.c \ |
||
622 | mcast_stream.c \ |
||
623 | packet_list_utils.c \ |
||
624 | persfilepath_opt.c \ |
||
625 | preference_utils.c \ |
||
626 | profile.c \ |
||
627 | proto_hier_stats.c \ |
||
628 | recent.c \ |
||
629 | rtp_media.c \ |
||
630 | rtp_stream.c \ |
||
631 | service_response_time.c \ |
||
632 | software_update.c \ |
||
633 | ssl_key_export.c \ |
||
634 | tap_export_pdu.c \ |
||
635 | tap-iax2-analysis.c \ |
||
636 | tap-rlc-graph.c \ |
||
637 | tap-rtp-common.c \ |
||
638 | tap-sctp-analysis.c \ |
||
639 | tap-sequence-analysis.c \ |
||
640 | tap-tcp-stream.c \ |
||
641 | text_import.c \ |
||
642 | time_shift.c \ |
||
643 | traffic_table_ui.c \ |
||
644 | util.c \ |
||
645 | voip_calls.c |
||
646 | |||
647 | WIRESHARK_UI_INCLUDES = \ |
||
648 | alert_box.h \ |
||
649 | all_files_wildcard.h \ |
||
650 | capture.h \ |
||
651 | capture_globals.h \ |
||
652 | capture_ui_utils.h \ |
||
653 | commandline.h \ |
||
654 | console.h \ |
||
655 | decode_as_utils.h \ |
||
656 | export_object.h \ |
||
657 | export_pdu_ui_utils.h \ |
||
658 | last_open_dir.h \ |
||
659 | file_dialog.h \ |
||
660 | help_url.h \ |
||
661 | packet_list_utils.h \ |
||
662 | firewall_rules.h \ |
||
663 | iface_lists.h \ |
||
664 | io_graph_item.h \ |
||
665 | language.h \ |
||
666 | mcast_stream.h \ |
||
667 | main_statusbar.h \ |
||
668 | persfilepath_opt.h \ |
||
669 | preference_utils.h \ |
||
670 | profile.h \ |
||
671 | progress_dlg.h \ |
||
672 | proto_hier_stats.h \ |
||
673 | recent.h \ |
||
674 | recent_utils.h \ |
||
675 | rtp_media.h \ |
||
676 | rtp_stream.h \ |
||
677 | service_response_time.h \ |
||
678 | simple_dialog.h \ |
||
679 | software_update.h \ |
||
680 | ssl_key_export.h \ |
||
681 | tap_export_pdu.h \ |
||
682 | tap-iax2-analysis.h \ |
||
683 | tap-rlc-graph.h \ |
||
684 | tap-rtp-analysis.h \ |
||
685 | tap-rtp-common.h \ |
||
686 | tap-sctp-analysis.h \ |
||
687 | tap-sequence-analysis.h \ |
||
688 | tap-tcp-stream.h \ |
||
689 | text_import.h \ |
||
690 | text_import_scanner.h \ |
||
691 | time_shift.h \ |
||
692 | traffic_table_ui.h \ |
||
693 | ui_util.h \ |
||
694 | util.h \ |
||
695 | voip_calls.h |
||
696 | |||
697 | |||
698 | # All sources that should be put in the source distribution tarball |
||
699 | libui_a_SOURCES = \ |
||
700 | $(WIRESHARK_UI_SRC) \ |
||
701 | $(WIRESHARK_UI_INCLUDES) \ |
||
702 | $(GENERATED_HEADER_FILES) \ |
||
703 | $(GENERATED_C_FILES) |
||
704 | |||
705 | libui_dirty_a_SOURCES = \ |
||
706 | $(DIRTY_GENERATED_C_FILES) |
||
707 | |||
708 | libui_dirty_a_CFLAGS = $(GENERATED_CFLAGS) |
||
709 | EXTRA_DIST = \ |
||
710 | .editorconfig \ |
||
711 | $(GENERATOR_FILES) \ |
||
712 | CMakeLists.txt \ |
||
713 | doxygen.cfg.in \ |
||
714 | win32 |
||
715 | |||
716 | BUILT_SOURCES = $(GENERATED_HEADER_FILES) |
||
717 | CLEANFILES = \ |
||
718 | doxygen-ui.tag \ |
||
719 | libui.a \ |
||
720 | libui_dirty.a \ |
||
721 | *~ |
||
722 | |||
723 | MAINTAINERCLEANFILES = \ |
||
724 | $(GENERATED_FILES) \ |
||
725 | Makefile.in |
||
726 | |||
727 | all: $(BUILT_SOURCES) |
||
728 | $(MAKE) $(AM_MAKEFLAGS) all-am |
||
729 | |||
730 | .SUFFIXES: |
||
731 | .SUFFIXES: .c .l .lo .o .obj |
||
732 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.inc $(am__configure_deps) |
||
733 | @for dep in $?; do \ |
||
734 | case '$(am__configure_deps)' in \ |
||
735 | *$$dep*) \ |
||
736 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
||
737 | && { if test -f $@; then exit 0; else break; fi; }; \ |
||
738 | exit 1;; \ |
||
739 | esac; \ |
||
740 | done; \ |
||
741 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ui/Makefile'; \ |
||
742 | $(am__cd) $(top_srcdir) && \ |
||
743 | $(AUTOMAKE) --gnu ui/Makefile |
||
744 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
||
745 | @case '$?' in \ |
||
746 | *config.status*) \ |
||
747 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
||
748 | *) \ |
||
749 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
||
750 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
||
751 | esac; |
||
752 | $(top_srcdir)/Makefile.am.inc $(am__empty): |
||
753 | |||
754 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
||
755 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
756 | |||
757 | $(top_srcdir)/configure: $(am__configure_deps) |
||
758 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
759 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
||
760 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
761 | $(am__aclocal_m4_deps): |
||
762 | doxygen.cfg: $(top_builddir)/config.status $(srcdir)/doxygen.cfg.in |
||
763 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
||
764 | |||
765 | clean-noinstLIBRARIES: |
||
766 | -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
||
767 | |||
768 | libui.a: $(libui_a_OBJECTS) $(libui_a_DEPENDENCIES) $(EXTRA_libui_a_DEPENDENCIES) |
||
769 | $(AM_V_at)-rm -f libui.a |
||
770 | $(AM_V_AR)$(libui_a_AR) libui.a $(libui_a_OBJECTS) $(libui_a_LIBADD) |
||
771 | $(AM_V_at)$(RANLIB) libui.a |
||
772 | |||
773 | libui_dirty.a: $(libui_dirty_a_OBJECTS) $(libui_dirty_a_DEPENDENCIES) $(EXTRA_libui_dirty_a_DEPENDENCIES) |
||
774 | $(AM_V_at)-rm -f libui_dirty.a |
||
775 | $(AM_V_AR)$(libui_dirty_a_AR) libui_dirty.a $(libui_dirty_a_OBJECTS) $(libui_dirty_a_LIBADD) |
||
776 | $(AM_V_at)$(RANLIB) libui_dirty.a |
||
777 | |||
778 | mostlyclean-compile: |
||
779 | -rm -f *.$(OBJEXT) |
||
780 | |||
781 | distclean-compile: |
||
782 | -rm -f *.tab.c |
||
783 | |||
784 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alert_box.Po@am__quote@ |
||
785 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capture.Po@am__quote@ |
||
786 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capture_ui_utils.Po@am__quote@ |
||
787 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commandline.Po@am__quote@ |
||
788 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/console.Po@am__quote@ |
||
789 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode_as_utils.Po@am__quote@ |
||
790 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/export_object.Po@am__quote@ |
||
791 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/export_object_dicom.Po@am__quote@ |
||
792 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/export_object_http.Po@am__quote@ |
||
793 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/export_object_smb.Po@am__quote@ |
||
794 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/export_object_tftp.Po@am__quote@ |
||
795 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/export_pdu_ui_utils.Po@am__quote@ |
||
796 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/firewall_rules.Po@am__quote@ |
||
797 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help_url.Po@am__quote@ |
||
798 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iface_lists.Po@am__quote@ |
||
799 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io_graph_item.Po@am__quote@ |
||
800 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language.Po@am__quote@ |
||
801 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libui_dirty_a-text_import_scanner.Po@am__quote@ |
||
802 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcast_stream.Po@am__quote@ |
||
803 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet_list_utils.Po@am__quote@ |
||
804 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/persfilepath_opt.Po@am__quote@ |
||
805 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preference_utils.Po@am__quote@ |
||
806 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profile.Po@am__quote@ |
||
807 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proto_hier_stats.Po@am__quote@ |
||
808 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recent.Po@am__quote@ |
||
809 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtp_media.Po@am__quote@ |
||
810 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rtp_stream.Po@am__quote@ |
||
811 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/service_response_time.Po@am__quote@ |
||
812 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/software_update.Po@am__quote@ |
||
813 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssl_key_export.Po@am__quote@ |
||
814 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-iax2-analysis.Po@am__quote@ |
||
815 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-rlc-graph.Po@am__quote@ |
||
816 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-rtp-common.Po@am__quote@ |
||
817 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-sctp-analysis.Po@am__quote@ |
||
818 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-sequence-analysis.Po@am__quote@ |
||
819 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap-tcp-stream.Po@am__quote@ |
||
820 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap_export_pdu.Po@am__quote@ |
||
821 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text_import.Po@am__quote@ |
||
822 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_shift.Po@am__quote@ |
||
823 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/traffic_table_ui.Po@am__quote@ |
||
824 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@ |
||
825 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/voip_calls.Po@am__quote@ |
||
826 | |||
827 | .c.o: |
||
828 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
||
829 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
||
830 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
||
831 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
||
832 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
833 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
||
834 | |||
835 | .c.obj: |
||
836 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
||
837 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
||
838 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
||
839 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
||
840 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
841 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
||
842 | |||
843 | .c.lo: |
||
844 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ |
||
845 | @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
||
846 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo |
||
847 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
||
848 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
849 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< |
||
850 | |||
851 | libui_dirty_a-text_import_scanner.o: text_import_scanner.c |
||
852 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libui_dirty_a_CFLAGS) $(CFLAGS) -MT libui_dirty_a-text_import_scanner.o -MD -MP -MF $(DEPDIR)/libui_dirty_a-text_import_scanner.Tpo -c -o libui_dirty_a-text_import_scanner.o `test -f 'text_import_scanner.c' || echo '$(srcdir)/'`text_import_scanner.c |
||
853 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libui_dirty_a-text_import_scanner.Tpo $(DEPDIR)/libui_dirty_a-text_import_scanner.Po |
||
854 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='text_import_scanner.c' object='libui_dirty_a-text_import_scanner.o' libtool=no @AMDEPBACKSLASH@ |
||
855 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
856 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libui_dirty_a_CFLAGS) $(CFLAGS) -c -o libui_dirty_a-text_import_scanner.o `test -f 'text_import_scanner.c' || echo '$(srcdir)/'`text_import_scanner.c |
||
857 | |||
858 | libui_dirty_a-text_import_scanner.obj: text_import_scanner.c |
||
859 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libui_dirty_a_CFLAGS) $(CFLAGS) -MT libui_dirty_a-text_import_scanner.obj -MD -MP -MF $(DEPDIR)/libui_dirty_a-text_import_scanner.Tpo -c -o libui_dirty_a-text_import_scanner.obj `if test -f 'text_import_scanner.c'; then $(CYGPATH_W) 'text_import_scanner.c'; else $(CYGPATH_W) '$(srcdir)/text_import_scanner.c'; fi` |
||
860 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libui_dirty_a-text_import_scanner.Tpo $(DEPDIR)/libui_dirty_a-text_import_scanner.Po |
||
861 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='text_import_scanner.c' object='libui_dirty_a-text_import_scanner.obj' libtool=no @AMDEPBACKSLASH@ |
||
862 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
863 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libui_dirty_a_CFLAGS) $(CFLAGS) -c -o libui_dirty_a-text_import_scanner.obj `if test -f 'text_import_scanner.c'; then $(CYGPATH_W) 'text_import_scanner.c'; else $(CYGPATH_W) '$(srcdir)/text_import_scanner.c'; fi` |
||
864 | |||
865 | mostlyclean-libtool: |
||
866 | -rm -f *.lo |
||
867 | |||
868 | clean-libtool: |
||
869 | -rm -rf .libs _libs |
||
870 | |||
871 | ID: $(am__tagged_files) |
||
872 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
||
873 | tags: tags-am |
||
874 | TAGS: tags |
||
875 | |||
876 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
||
877 | set x; \ |
||
878 | here=`pwd`; \ |
||
879 | $(am__define_uniq_tagged_files); \ |
||
880 | shift; \ |
||
881 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
||
882 | test -n "$$unique" || unique=$$empty_fix; \ |
||
883 | if test $$# -gt 0; then \ |
||
884 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
885 | "$$@" $$unique; \ |
||
886 | else \ |
||
887 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
888 | $$unique; \ |
||
889 | fi; \ |
||
890 | fi |
||
891 | ctags: ctags-am |
||
892 | |||
893 | CTAGS: ctags |
||
894 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
||
895 | $(am__define_uniq_tagged_files); \ |
||
896 | test -z "$(CTAGS_ARGS)$$unique" \ |
||
897 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
||
898 | $$unique |
||
899 | |||
900 | GTAGS: |
||
901 | here=`$(am__cd) $(top_builddir) && pwd` \ |
||
902 | && $(am__cd) $(top_srcdir) \ |
||
903 | && gtags -i $(GTAGS_ARGS) "$$here" |
||
904 | cscopelist: cscopelist-am |
||
905 | |||
906 | cscopelist-am: $(am__tagged_files) |
||
907 | list='$(am__tagged_files)'; \ |
||
908 | case "$(srcdir)" in \ |
||
909 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
||
910 | *) sdir=$(subdir)/$(srcdir) ;; \ |
||
911 | esac; \ |
||
912 | for i in $$list; do \ |
||
913 | if test -f "$$i"; then \ |
||
914 | echo "$(subdir)/$$i"; \ |
||
915 | else \ |
||
916 | echo "$$sdir/$$i"; \ |
||
917 | fi; \ |
||
918 | done >> $(top_builddir)/cscope.files |
||
919 | |||
920 | distclean-tags: |
||
921 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
||
922 | |||
923 | distdir: $(DISTFILES) |
||
924 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
925 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
926 | list='$(DISTFILES)'; \ |
||
927 | dist_files=`for file in $$list; do echo $$file; done | \ |
||
928 | sed -e "s|^$$srcdirstrip/||;t" \ |
||
929 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
||
930 | case $$dist_files in \ |
||
931 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
||
932 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
||
933 | sort -u` ;; \ |
||
934 | esac; \ |
||
935 | for file in $$dist_files; do \ |
||
936 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
||
937 | if test -d $$d/$$file; then \ |
||
938 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
||
939 | if test -d "$(distdir)/$$file"; then \ |
||
940 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
941 | fi; \ |
||
942 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
||
943 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
||
944 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
945 | fi; \ |
||
946 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
||
947 | else \ |
||
948 | test -f "$(distdir)/$$file" \ |
||
949 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
||
950 | || exit 1; \ |
||
951 | fi; \ |
||
952 | done |
||
953 | check-am: all-am |
||
954 | check: $(BUILT_SOURCES) |
||
955 | $(MAKE) $(AM_MAKEFLAGS) check-am |
||
956 | all-am: Makefile $(LIBRARIES) |
||
957 | installdirs: |
||
958 | install: $(BUILT_SOURCES) |
||
959 | $(MAKE) $(AM_MAKEFLAGS) install-am |
||
960 | install-exec: install-exec-am |
||
961 | install-data: install-data-am |
||
962 | uninstall: uninstall-am |
||
963 | |||
964 | install-am: all-am |
||
965 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
||
966 | |||
967 | installcheck: installcheck-am |
||
968 | install-strip: |
||
969 | if test -z '$(STRIP)'; then \ |
||
970 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
971 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
972 | install; \ |
||
973 | else \ |
||
974 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
975 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
976 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
||
977 | fi |
||
978 | mostlyclean-generic: |
||
979 | |||
980 | clean-generic: |
||
981 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
||
982 | |||
983 | distclean-generic: |
||
984 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
||
985 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
||
986 | |||
987 | maintainer-clean-generic: |
||
988 | @echo "This command is intended for maintainers to use" |
||
989 | @echo "it deletes files that may require special tools to rebuild." |
||
990 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
||
991 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
||
992 | clean: clean-am |
||
993 | |||
994 | clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \ |
||
995 | mostlyclean-am |
||
996 | |||
997 | distclean: distclean-am |
||
998 | -rm -rf ./$(DEPDIR) |
||
999 | -rm -f Makefile |
||
1000 | distclean-am: clean-am distclean-compile distclean-generic \ |
||
1001 | distclean-tags |
||
1002 | |||
1003 | dvi: dvi-am |
||
1004 | |||
1005 | dvi-am: |
||
1006 | |||
1007 | html: html-am |
||
1008 | |||
1009 | html-am: |
||
1010 | |||
1011 | info: info-am |
||
1012 | |||
1013 | info-am: |
||
1014 | |||
1015 | install-data-am: |
||
1016 | |||
1017 | install-dvi: install-dvi-am |
||
1018 | |||
1019 | install-dvi-am: |
||
1020 | |||
1021 | install-exec-am: |
||
1022 | |||
1023 | install-html: install-html-am |
||
1024 | |||
1025 | install-html-am: |
||
1026 | |||
1027 | install-info: install-info-am |
||
1028 | |||
1029 | install-info-am: |
||
1030 | |||
1031 | install-man: |
||
1032 | |||
1033 | install-pdf: install-pdf-am |
||
1034 | |||
1035 | install-pdf-am: |
||
1036 | |||
1037 | install-ps: install-ps-am |
||
1038 | |||
1039 | install-ps-am: |
||
1040 | |||
1041 | installcheck-am: |
||
1042 | |||
1043 | maintainer-clean: maintainer-clean-am |
||
1044 | -rm -rf ./$(DEPDIR) |
||
1045 | -rm -f Makefile |
||
1046 | maintainer-clean-am: distclean-am maintainer-clean-generic |
||
1047 | |||
1048 | mostlyclean: mostlyclean-am |
||
1049 | |||
1050 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
||
1051 | mostlyclean-libtool |
||
1052 | |||
1053 | pdf: pdf-am |
||
1054 | |||
1055 | pdf-am: |
||
1056 | |||
1057 | ps: ps-am |
||
1058 | |||
1059 | ps-am: |
||
1060 | |||
1061 | uninstall-am: |
||
1062 | |||
1063 | .MAKE: all check install install-am install-strip |
||
1064 | |||
1065 | .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ |
||
1066 | clean-libtool clean-noinstLIBRARIES cscopelist-am ctags \ |
||
1067 | ctags-am distclean distclean-compile distclean-generic \ |
||
1068 | distclean-libtool distclean-tags distdir dvi dvi-am html \ |
||
1069 | html-am info info-am install install-am install-data \ |
||
1070 | install-data-am install-dvi install-dvi-am install-exec \ |
||
1071 | install-exec-am install-html install-html-am install-info \ |
||
1072 | install-info-am install-man install-pdf install-pdf-am \ |
||
1073 | install-ps install-ps-am install-strip installcheck \ |
||
1074 | installcheck-am installdirs maintainer-clean \ |
||
1075 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
||
1076 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
||
1077 | tags tags-am uninstall uninstall-am |
||
1078 | |||
1079 | .PRECIOUS: Makefile |
||
1080 | |||
1081 | $(LEMON): |
||
1082 | cd $(lemon_builddir) && $(MAKE) |
||
1083 | |||
1084 | .l.c: |
||
1085 | $(AM_V_RUNLEX)$(RUNLEX) "$(LEX)" "$(SED)" -o$@ $< |
||
1086 | abi-descriptor.xml: ../abi-descriptor.template |
||
1087 | $(AM_V_SED)$(SED) \ |
||
1088 | -e 's|@INCLUDE_DIRS@|$(abi_includes)|g' \ |
||
1089 | -e 's/ *NEWLINE/\n /g' \ |
||
1090 | -e 's|@LIBRARY_OUTPUT_PATH@|{RELPATH}/.libs|' $< > $@ |
||
1091 | |||
1092 | text_import_scanner_lex.h: text_import_scanner.c |
||
1093 | |||
1094 | doxygen: |
||
1095 | @HAVE_DOXYGEN_TRUE@ $(DOXYGEN) doxygen.cfg |
||
1096 | |||
1097 | wsar_html: doxygen.cfg ../doxygen_global.cfg |
||
1098 | @HAVE_DOXYGEN_TRUE@ (umask 022 ; $(DOXYGEN) doxygen.cfg) |
||
1099 | |||
1100 | checkapi: checkapi-base checkapi-todo |
||
1101 | |||
1102 | checkapi-base: |
||
1103 | $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g deprecated-gtk -build \ |
||
1104 | -sourcedir=$(srcdir) \ |
||
1105 | $(WIRESHARK_UI_SRC) |
||
1106 | |||
1107 | checkapi-todo: |
||
1108 | $(PERL) $(top_srcdir)/tools/checkAPIs.pl -M -g deprecated-gtk-todo -build \ |
||
1109 | -sourcedir=$(srcdir) \ |
||
1110 | $(WIRESHARK_UI_SRC) |
||
1111 | |||
1112 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
||
1113 | # Otherwise a system limit (for SysV at least) may be exceeded. |
||
1114 | .NOEXPORT: |