Merge remote-tracking branch 'origin/tomato-shibby-RT-AC' into arrmo-RT-AC
[tomato.git] / release / src / router / dnscrypt / src / libevent-modified / sample / Makefile.in
blob239f81ada82e6f12505f8cc07b35493169bc92b4
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
17 # sample/Makefile.am for libevent
18 # Copyright 2000-2007 Niels Provos
19 # Copyright 2007-2012 Niels Provos and Nick Mathewson
21 # See LICENSE for copying information.
23 VPATH = @srcdir@
24 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
25 am__make_running_with_option = \
26 case $${target_option-} in \
27 ?) ;; \
28 *) echo "am__make_running_with_option: internal error: invalid" \
29 "target option '$${target_option-}' specified" >&2; \
30 exit 1;; \
31 esac; \
32 has_opt=no; \
33 sane_makeflags=$$MAKEFLAGS; \
34 if $(am__is_gnu_make); then \
35 sane_makeflags=$$MFLAGS; \
36 else \
37 case $$MAKEFLAGS in \
38 *\\[\ \ ]*) \
39 bs=\\; \
40 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
41 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
42 esac; \
43 fi; \
44 skip_next=no; \
45 strip_trailopt () \
46 { \
47 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
48 }; \
49 for flg in $$sane_makeflags; do \
50 test $$skip_next = yes && { skip_next=no; continue; }; \
51 case $$flg in \
52 *=*|--*) continue;; \
53 -*I) strip_trailopt 'I'; skip_next=yes;; \
54 -*I?*) strip_trailopt 'I';; \
55 -*O) strip_trailopt 'O'; skip_next=yes;; \
56 -*O?*) strip_trailopt 'O';; \
57 -*l) strip_trailopt 'l'; skip_next=yes;; \
58 -*l?*) strip_trailopt 'l';; \
59 -[dEDm]) skip_next=yes;; \
60 -[JT]) skip_next=yes;; \
61 esac; \
62 case $$flg in \
63 *$$target_option*) has_opt=yes; break;; \
64 esac; \
65 done; \
66 test $$has_opt = yes
67 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
68 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
69 pkgdatadir = $(datadir)/@PACKAGE@
70 pkgincludedir = $(includedir)/@PACKAGE@
71 pkglibdir = $(libdir)/@PACKAGE@
72 pkglibexecdir = $(libexecdir)/@PACKAGE@
73 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
74 install_sh_DATA = $(install_sh) -c -m 644
75 install_sh_PROGRAM = $(install_sh) -c
76 install_sh_SCRIPT = $(install_sh) -c
77 INSTALL_HEADER = $(INSTALL_DATA)
78 transform = $(program_transform_name)
79 NORMAL_INSTALL = :
80 PRE_INSTALL = :
81 POST_INSTALL = :
82 NORMAL_UNINSTALL = :
83 PRE_UNINSTALL = :
84 POST_UNINSTALL = :
85 build_triplet = @build@
86 host_triplet = @host@
87 noinst_PROGRAMS = event-test$(EXEEXT) time-test$(EXEEXT) \
88 signal-test$(EXEEXT) dns-example$(EXEEXT) hello-world$(EXEEXT) \
89 http-server$(EXEEXT) $(am__EXEEXT_1)
90 @OPENSSL_TRUE@am__append_1 = le-proxy
91 subdir = sample
92 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_backport_259_ssizet.m4 \
95 $(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
96 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
97 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
98 $(top_srcdir)/configure.ac
99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100 $(ACLOCAL_M4)
101 mkinstalldirs = $(install_sh) -d
102 CONFIG_HEADER = $(top_builddir)/config.h
103 CONFIG_CLEAN_FILES =
104 CONFIG_CLEAN_VPATH_FILES =
105 @OPENSSL_TRUE@am__EXEEXT_1 = le-proxy$(EXEEXT)
106 PROGRAMS = $(noinst_PROGRAMS)
107 am_dns_example_OBJECTS = dns-example.$(OBJEXT)
108 dns_example_OBJECTS = $(am_dns_example_OBJECTS)
109 dns_example_LDADD = $(LDADD)
110 am__DEPENDENCIES_1 =
111 dns_example_DEPENDENCIES = $(am__DEPENDENCIES_1) ../libevent.la
112 AM_V_lt = $(am__v_lt_@AM_V@)
113 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
114 am__v_lt_0 = --silent
115 am__v_lt_1 =
116 am_event_test_OBJECTS = event-test.$(OBJEXT)
117 event_test_OBJECTS = $(am_event_test_OBJECTS)
118 event_test_LDADD = $(LDADD)
119 event_test_DEPENDENCIES = $(am__DEPENDENCIES_1) ../libevent.la
120 am_hello_world_OBJECTS = hello-world.$(OBJEXT)
121 hello_world_OBJECTS = $(am_hello_world_OBJECTS)
122 hello_world_LDADD = $(LDADD)
123 hello_world_DEPENDENCIES = $(am__DEPENDENCIES_1) ../libevent.la
124 am_http_server_OBJECTS = http-server.$(OBJEXT)
125 http_server_OBJECTS = $(am_http_server_OBJECTS)
126 http_server_LDADD = $(LDADD)
127 http_server_DEPENDENCIES = $(am__DEPENDENCIES_1) ../libevent.la
128 am__le_proxy_SOURCES_DIST = le-proxy.c
129 @OPENSSL_TRUE@am_le_proxy_OBJECTS = le-proxy.$(OBJEXT)
130 le_proxy_OBJECTS = $(am_le_proxy_OBJECTS)
131 am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) ../libevent.la
132 @OPENSSL_TRUE@le_proxy_DEPENDENCIES = $(am__DEPENDENCIES_2) \
133 @OPENSSL_TRUE@ ../libevent_openssl.la $(am__DEPENDENCIES_1)
134 am_signal_test_OBJECTS = signal-test.$(OBJEXT)
135 signal_test_OBJECTS = $(am_signal_test_OBJECTS)
136 signal_test_LDADD = $(LDADD)
137 signal_test_DEPENDENCIES = $(am__DEPENDENCIES_1) ../libevent.la
138 am_time_test_OBJECTS = time-test.$(OBJEXT)
139 time_test_OBJECTS = $(am_time_test_OBJECTS)
140 time_test_LDADD = $(LDADD)
141 time_test_DEPENDENCIES = $(am__DEPENDENCIES_1) ../libevent.la
142 AM_V_P = $(am__v_P_@AM_V@)
143 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
144 am__v_P_0 = false
145 am__v_P_1 = :
146 AM_V_GEN = $(am__v_GEN_@AM_V@)
147 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
148 am__v_GEN_0 = @echo " GEN " $@;
149 am__v_GEN_1 =
150 AM_V_at = $(am__v_at_@AM_V@)
151 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
152 am__v_at_0 = @
153 am__v_at_1 =
154 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
155 depcomp =
156 am__depfiles_maybe =
157 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
158 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
159 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
161 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
162 $(AM_CFLAGS) $(CFLAGS)
163 AM_V_CC = $(am__v_CC_@AM_V@)
164 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
165 am__v_CC_0 = @echo " CC " $@;
166 am__v_CC_1 =
167 CCLD = $(CC)
168 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
169 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
170 $(AM_LDFLAGS) $(LDFLAGS) -o $@
171 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
172 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
173 am__v_CCLD_0 = @echo " CCLD " $@;
174 am__v_CCLD_1 =
175 SOURCES = $(dns_example_SOURCES) $(event_test_SOURCES) \
176 $(hello_world_SOURCES) $(http_server_SOURCES) \
177 $(le_proxy_SOURCES) $(signal_test_SOURCES) \
178 $(time_test_SOURCES)
179 DIST_SOURCES = $(dns_example_SOURCES) $(event_test_SOURCES) \
180 $(hello_world_SOURCES) $(http_server_SOURCES) \
181 $(am__le_proxy_SOURCES_DIST) $(signal_test_SOURCES) \
182 $(time_test_SOURCES)
183 am__can_run_installinfo = \
184 case $$AM_UPDATE_INFO_DIR in \
185 n|no|NO) false;; \
186 *) (install-info --version) >/dev/null 2>&1;; \
187 esac
188 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
189 # Read a list of newline-separated strings from the standard input,
190 # and print each of them once, without duplicates. Input order is
191 # *not* preserved.
192 am__uniquify_input = $(AWK) '\
193 BEGIN { nonempty = 0; } \
194 { items[$$0] = 1; nonempty = 1; } \
195 END { if (nonempty) { for (i in items) print i; }; } \
197 # Make sure the list of sources is unique. This is necessary because,
198 # e.g., the same source file might be shared among _SOURCES variables
199 # for different programs/libraries.
200 am__define_uniq_tagged_files = \
201 list='$(am__tagged_files)'; \
202 unique=`for i in $$list; do \
203 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
204 done | $(am__uniquify_input)`
205 ETAGS = etags
206 CTAGS = ctags
207 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208 ACLOCAL = @ACLOCAL@
209 AMTAR = @AMTAR@
210 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
211 AR = @AR@
212 AUTOCONF = @AUTOCONF@
213 AUTOHEADER = @AUTOHEADER@
214 AUTOMAKE = @AUTOMAKE@
215 AWK = @AWK@
216 CC = @CC@
217 CCDEPMODE = @CCDEPMODE@
218 CFLAGS = @CFLAGS@
219 CPP = @CPP@
220 CPPFLAGS = @CPPFLAGS@
221 CYGPATH_W = @CYGPATH_W@
222 DEFS = @DEFS@
223 DEPDIR = @DEPDIR@
224 DLLTOOL = @DLLTOOL@
225 DSYMUTIL = @DSYMUTIL@
226 DUMPBIN = @DUMPBIN@
227 ECHO_C = @ECHO_C@
228 ECHO_N = @ECHO_N@
229 ECHO_T = @ECHO_T@
230 EGREP = @EGREP@
231 EV_LIB_GDI = @EV_LIB_GDI@
232 EV_LIB_WS32 = @EV_LIB_WS32@
233 EXEEXT = @EXEEXT@
234 FGREP = @FGREP@
235 GREP = @GREP@
236 INSTALL = @INSTALL@
237 INSTALL_DATA = @INSTALL_DATA@
238 INSTALL_PROGRAM = @INSTALL_PROGRAM@
239 INSTALL_SCRIPT = @INSTALL_SCRIPT@
240 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
241 LD = @LD@
242 LDFLAGS = @LDFLAGS@
243 LIBEVENT_GC_SECTIONS = @LIBEVENT_GC_SECTIONS@
244 LIBOBJS = @LIBOBJS@
245 LIBS = @LIBS@
246 LIBTOOL = @LIBTOOL@
247 LIBTOOL_DEPS = @LIBTOOL_DEPS@
248 LIPO = @LIPO@
249 LN_S = @LN_S@
250 LTLIBOBJS = @LTLIBOBJS@
251 MAKEINFO = @MAKEINFO@
252 MANIFEST_TOOL = @MANIFEST_TOOL@
253 MKDIR_P = @MKDIR_P@
254 NM = @NM@
255 NMEDIT = @NMEDIT@
256 OBJDUMP = @OBJDUMP@
257 OBJEXT = @OBJEXT@
258 OPENSSL_LIBADD = @OPENSSL_LIBADD@
259 OPENSSL_LIBS = @OPENSSL_LIBS@
260 OTOOL = @OTOOL@
261 OTOOL64 = @OTOOL64@
262 PACKAGE = @PACKAGE@
263 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
264 PACKAGE_NAME = @PACKAGE_NAME@
265 PACKAGE_STRING = @PACKAGE_STRING@
266 PACKAGE_TARNAME = @PACKAGE_TARNAME@
267 PACKAGE_URL = @PACKAGE_URL@
268 PACKAGE_VERSION = @PACKAGE_VERSION@
269 PATH_SEPARATOR = @PATH_SEPARATOR@
270 PTHREAD_CC = @PTHREAD_CC@
271 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
272 PTHREAD_LIBS = @PTHREAD_LIBS@
273 RANLIB = @RANLIB@
274 SED = @SED@
275 SET_MAKE = @SET_MAKE@
276 SHELL = @SHELL@
277 STRIP = @STRIP@
278 VERSION = @VERSION@
279 ZLIB_LIBS = @ZLIB_LIBS@
280 abs_builddir = @abs_builddir@
281 abs_srcdir = @abs_srcdir@
282 abs_top_builddir = @abs_top_builddir@
283 abs_top_srcdir = @abs_top_srcdir@
284 ac_ct_AR = @ac_ct_AR@
285 ac_ct_CC = @ac_ct_CC@
286 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
287 acx_pthread_config = @acx_pthread_config@
288 am__include = @am__include@
289 am__leading_dot = @am__leading_dot@
290 am__quote = @am__quote@
291 am__tar = @am__tar@
292 am__untar = @am__untar@
293 bindir = @bindir@
294 build = @build@
295 build_alias = @build_alias@
296 build_cpu = @build_cpu@
297 build_os = @build_os@
298 build_vendor = @build_vendor@
299 builddir = @builddir@
300 datadir = @datadir@
301 datarootdir = @datarootdir@
302 docdir = @docdir@
303 dvidir = @dvidir@
304 exec_prefix = @exec_prefix@
305 host = @host@
306 host_alias = @host_alias@
307 host_cpu = @host_cpu@
308 host_os = @host_os@
309 host_vendor = @host_vendor@
310 htmldir = @htmldir@
311 includedir = @includedir@
312 infodir = @infodir@
313 install_sh = @install_sh@
314 libdir = @libdir@
315 libexecdir = @libexecdir@
316 localedir = @localedir@
317 localstatedir = @localstatedir@
318 mandir = @mandir@
319 mkdir_p = @mkdir_p@
320 oldincludedir = @oldincludedir@
321 pdfdir = @pdfdir@
322 prefix = @prefix@
323 program_transform_name = @program_transform_name@
324 psdir = @psdir@
325 sbindir = @sbindir@
326 sharedstatedir = @sharedstatedir@
327 srcdir = @srcdir@
328 sysconfdir = @sysconfdir@
329 target_alias = @target_alias@
330 top_build_prefix = @top_build_prefix@
331 top_builddir = @top_builddir@
332 top_srcdir = @top_srcdir@
333 AUTOMAKE_OPTIONS = foreign no-dependencies
334 LDADD = $(LIBEVENT_GC_SECTIONS) ../libevent.la
335 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat -I$(top_srcdir)/include -I../include
336 event_test_SOURCES = event-test.c
337 time_test_SOURCES = time-test.c
338 signal_test_SOURCES = signal-test.c
339 dns_example_SOURCES = dns-example.c
340 hello_world_SOURCES = hello-world.c
341 http_server_SOURCES = http-server.c
342 @OPENSSL_TRUE@le_proxy_SOURCES = le-proxy.c
343 @OPENSSL_TRUE@le_proxy_LDADD = $(LDADD) ../libevent_openssl.la -lssl -lcrypto ${OPENSSL_LIBADD}
344 DISTCLEANFILES = *~
345 all: all-am
347 .SUFFIXES:
348 .SUFFIXES: .c .lo .o .obj
349 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
350 @for dep in $?; do \
351 case '$(am__configure_deps)' in \
352 *$$dep*) \
353 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
354 && { if test -f $@; then exit 0; else break; fi; }; \
355 exit 1;; \
356 esac; \
357 done; \
358 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign sample/Makefile'; \
359 $(am__cd) $(top_srcdir) && \
360 $(AUTOMAKE) --foreign sample/Makefile
361 .PRECIOUS: Makefile
362 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
363 @case '$?' in \
364 *config.status*) \
365 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
366 *) \
367 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
368 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
369 esac;
371 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
372 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374 $(top_srcdir)/configure: $(am__configure_deps)
375 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
376 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
377 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378 $(am__aclocal_m4_deps):
380 clean-noinstPROGRAMS:
381 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
382 echo " rm -f" $$list; \
383 rm -f $$list || exit $$?; \
384 test -n "$(EXEEXT)" || exit 0; \
385 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
386 echo " rm -f" $$list; \
387 rm -f $$list
389 dns-example$(EXEEXT): $(dns_example_OBJECTS) $(dns_example_DEPENDENCIES) $(EXTRA_dns_example_DEPENDENCIES)
390 @rm -f dns-example$(EXEEXT)
391 $(AM_V_CCLD)$(LINK) $(dns_example_OBJECTS) $(dns_example_LDADD) $(LIBS)
393 event-test$(EXEEXT): $(event_test_OBJECTS) $(event_test_DEPENDENCIES) $(EXTRA_event_test_DEPENDENCIES)
394 @rm -f event-test$(EXEEXT)
395 $(AM_V_CCLD)$(LINK) $(event_test_OBJECTS) $(event_test_LDADD) $(LIBS)
397 hello-world$(EXEEXT): $(hello_world_OBJECTS) $(hello_world_DEPENDENCIES) $(EXTRA_hello_world_DEPENDENCIES)
398 @rm -f hello-world$(EXEEXT)
399 $(AM_V_CCLD)$(LINK) $(hello_world_OBJECTS) $(hello_world_LDADD) $(LIBS)
401 http-server$(EXEEXT): $(http_server_OBJECTS) $(http_server_DEPENDENCIES) $(EXTRA_http_server_DEPENDENCIES)
402 @rm -f http-server$(EXEEXT)
403 $(AM_V_CCLD)$(LINK) $(http_server_OBJECTS) $(http_server_LDADD) $(LIBS)
405 le-proxy$(EXEEXT): $(le_proxy_OBJECTS) $(le_proxy_DEPENDENCIES) $(EXTRA_le_proxy_DEPENDENCIES)
406 @rm -f le-proxy$(EXEEXT)
407 $(AM_V_CCLD)$(LINK) $(le_proxy_OBJECTS) $(le_proxy_LDADD) $(LIBS)
409 signal-test$(EXEEXT): $(signal_test_OBJECTS) $(signal_test_DEPENDENCIES) $(EXTRA_signal_test_DEPENDENCIES)
410 @rm -f signal-test$(EXEEXT)
411 $(AM_V_CCLD)$(LINK) $(signal_test_OBJECTS) $(signal_test_LDADD) $(LIBS)
413 time-test$(EXEEXT): $(time_test_OBJECTS) $(time_test_DEPENDENCIES) $(EXTRA_time_test_DEPENDENCIES)
414 @rm -f time-test$(EXEEXT)
415 $(AM_V_CCLD)$(LINK) $(time_test_OBJECTS) $(time_test_LDADD) $(LIBS)
417 mostlyclean-compile:
418 -rm -f *.$(OBJEXT)
420 distclean-compile:
421 -rm -f *.tab.c
423 .c.o:
424 $(AM_V_CC)$(COMPILE) -c -o $@ $<
426 .c.obj:
427 $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
429 .c.lo:
430 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
432 mostlyclean-libtool:
433 -rm -f *.lo
435 clean-libtool:
436 -rm -rf .libs _libs
438 ID: $(am__tagged_files)
439 $(am__define_uniq_tagged_files); mkid -fID $$unique
440 tags: tags-am
441 TAGS: tags
443 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
444 set x; \
445 here=`pwd`; \
446 $(am__define_uniq_tagged_files); \
447 shift; \
448 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
449 test -n "$$unique" || unique=$$empty_fix; \
450 if test $$# -gt 0; then \
451 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
452 "$$@" $$unique; \
453 else \
454 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455 $$unique; \
456 fi; \
458 ctags: ctags-am
460 CTAGS: ctags
461 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
462 $(am__define_uniq_tagged_files); \
463 test -z "$(CTAGS_ARGS)$$unique" \
464 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
465 $$unique
467 GTAGS:
468 here=`$(am__cd) $(top_builddir) && pwd` \
469 && $(am__cd) $(top_srcdir) \
470 && gtags -i $(GTAGS_ARGS) "$$here"
471 cscopelist: cscopelist-am
473 cscopelist-am: $(am__tagged_files)
474 list='$(am__tagged_files)'; \
475 case "$(srcdir)" in \
476 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
477 *) sdir=$(subdir)/$(srcdir) ;; \
478 esac; \
479 for i in $$list; do \
480 if test -f "$$i"; then \
481 echo "$(subdir)/$$i"; \
482 else \
483 echo "$$sdir/$$i"; \
484 fi; \
485 done >> $(top_builddir)/cscope.files
487 distclean-tags:
488 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
490 distdir: $(DISTFILES)
491 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
492 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
493 list='$(DISTFILES)'; \
494 dist_files=`for file in $$list; do echo $$file; done | \
495 sed -e "s|^$$srcdirstrip/||;t" \
496 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
497 case $$dist_files in \
498 */*) $(MKDIR_P) `echo "$$dist_files" | \
499 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
500 sort -u` ;; \
501 esac; \
502 for file in $$dist_files; do \
503 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
504 if test -d $$d/$$file; then \
505 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
506 if test -d "$(distdir)/$$file"; then \
507 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
508 fi; \
509 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
510 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
511 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512 fi; \
513 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
514 else \
515 test -f "$(distdir)/$$file" \
516 || cp -p $$d/$$file "$(distdir)/$$file" \
517 || exit 1; \
518 fi; \
519 done
520 check-am: all-am
521 check: check-am
522 all-am: Makefile $(PROGRAMS)
523 installdirs:
524 install: install-am
525 install-exec: install-exec-am
526 install-data: install-data-am
527 uninstall: uninstall-am
529 install-am: all-am
530 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
532 installcheck: installcheck-am
533 install-strip:
534 if test -z '$(STRIP)'; then \
535 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
536 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
537 install; \
538 else \
539 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
540 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
541 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
543 mostlyclean-generic:
545 clean-generic:
547 distclean-generic:
548 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
549 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
550 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
552 maintainer-clean-generic:
553 @echo "This command is intended for maintainers to use"
554 @echo "it deletes files that may require special tools to rebuild."
555 clean: clean-am
557 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
558 mostlyclean-am
560 distclean: distclean-am
561 -rm -f Makefile
562 distclean-am: clean-am distclean-compile distclean-generic \
563 distclean-tags
565 dvi: dvi-am
567 dvi-am:
569 html: html-am
571 html-am:
573 info: info-am
575 info-am:
577 install-data-am:
579 install-dvi: install-dvi-am
581 install-dvi-am:
583 install-exec-am:
585 install-html: install-html-am
587 install-html-am:
589 install-info: install-info-am
591 install-info-am:
593 install-man:
595 install-pdf: install-pdf-am
597 install-pdf-am:
599 install-ps: install-ps-am
601 install-ps-am:
603 installcheck-am:
605 maintainer-clean: maintainer-clean-am
606 -rm -f Makefile
607 maintainer-clean-am: distclean-am maintainer-clean-generic
609 mostlyclean: mostlyclean-am
611 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
612 mostlyclean-libtool
614 pdf: pdf-am
616 pdf-am:
618 ps: ps-am
620 ps-am:
622 uninstall-am:
624 .MAKE: install-am install-strip
626 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
627 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
628 ctags-am distclean distclean-compile distclean-generic \
629 distclean-libtool distclean-tags distdir dvi dvi-am html \
630 html-am info info-am install install-am install-data \
631 install-data-am install-dvi install-dvi-am install-exec \
632 install-exec-am install-html install-html-am install-info \
633 install-info-am install-man install-pdf install-pdf-am \
634 install-ps install-ps-am install-strip installcheck \
635 installcheck-am installdirs maintainer-clean \
636 maintainer-clean-generic mostlyclean mostlyclean-compile \
637 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
638 tags tags-am uninstall uninstall-am
641 verify:
643 # Tell versions [3.59,3.63) of GNU make to not export all variables.
644 # Otherwise a system limit (for SysV at least) may be exceeded.
645 .NOEXPORT: