dnscrypt-proxy 1.6.0
[tomato.git] / release / src / router / dnscrypt / src / plugins / example-ldns-blocking / Makefile.in
blobc23f041616d6053c29ce366b1952b202679feb17
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2014 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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = src/plugins/example-ldns-blocking
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
94 $(top_srcdir)/m4/ax_check_link_flag.m4 \
95 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltargz.m4 \
96 $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
97 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
98 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100 $(ACLOCAL_M4)
101 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = $(top_builddir)/config.h
104 CONFIG_CLEAN_FILES =
105 CONFIG_CLEAN_VPATH_FILES =
106 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107 am__vpath_adj = case $$p in \
108 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
109 *) f=$$p;; \
110 esac;
111 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
112 am__install_max = 40
113 am__nobase_strip_setup = \
114 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
115 am__nobase_strip = \
116 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117 am__nobase_list = $(am__nobase_strip_setup); \
118 for p in $$list; do echo "$$p $$p"; done | \
119 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
120 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
121 if (++n[$$2] == $(am__install_max)) \
122 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123 END { for (dir in files) print dir, files[dir] }'
124 am__base_list = \
125 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
126 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
127 am__uninstall_files_from_dir = { \
128 test -z "$$files" \
129 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
130 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131 $(am__cd) "$$dir" && rm -f $$files; }; \
133 am__installdirs = "$(DESTDIR)$(pkglibdir)"
134 LTLIBRARIES = $(pkglib_LTLIBRARIES)
135 libdcplugin_example_ldns_blocking_la_DEPENDENCIES =
136 am_libdcplugin_example_ldns_blocking_la_OBJECTS = \
137 libdcplugin_example_ldns_blocking_la-example-ldns-blocking.lo
138 libdcplugin_example_ldns_blocking_la_OBJECTS = \
139 $(am_libdcplugin_example_ldns_blocking_la_OBJECTS)
140 AM_V_lt = $(am__v_lt_@AM_V@)
141 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
142 am__v_lt_0 = --silent
143 am__v_lt_1 =
144 libdcplugin_example_ldns_blocking_la_LINK = $(LIBTOOL) $(AM_V_lt) \
145 --tag=CC $(libdcplugin_example_ldns_blocking_la_LIBTOOLFLAGS) \
146 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
147 $(libdcplugin_example_ldns_blocking_la_LDFLAGS) $(LDFLAGS) -o \
149 AM_V_P = $(am__v_P_@AM_V@)
150 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
151 am__v_P_0 = false
152 am__v_P_1 = :
153 AM_V_GEN = $(am__v_GEN_@AM_V@)
154 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
155 am__v_GEN_0 = @echo " GEN " $@;
156 am__v_GEN_1 =
157 AM_V_at = $(am__v_at_@AM_V@)
158 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
159 am__v_at_0 = @
160 am__v_at_1 =
161 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
162 depcomp = $(SHELL) $(top_srcdir)/libltdl/config/depcomp
163 am__depfiles_maybe = depfiles
164 am__mv = mv -f
165 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
166 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
167 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
169 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
170 $(AM_CFLAGS) $(CFLAGS)
171 AM_V_CC = $(am__v_CC_@AM_V@)
172 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
173 am__v_CC_0 = @echo " CC " $@;
174 am__v_CC_1 =
175 CCLD = $(CC)
176 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
178 $(AM_LDFLAGS) $(LDFLAGS) -o $@
179 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
180 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
181 am__v_CCLD_0 = @echo " CCLD " $@;
182 am__v_CCLD_1 =
183 SOURCES = $(libdcplugin_example_ldns_blocking_la_SOURCES)
184 DIST_SOURCES = $(libdcplugin_example_ldns_blocking_la_SOURCES)
185 am__can_run_installinfo = \
186 case $$AM_UPDATE_INFO_DIR in \
187 n|no|NO) false;; \
188 *) (install-info --version) >/dev/null 2>&1;; \
189 esac
190 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
191 # Read a list of newline-separated strings from the standard input,
192 # and print each of them once, without duplicates. Input order is
193 # *not* preserved.
194 am__uniquify_input = $(AWK) '\
195 BEGIN { nonempty = 0; } \
196 { items[$$0] = 1; nonempty = 1; } \
197 END { if (nonempty) { for (i in items) print i; }; } \
199 # Make sure the list of sources is unique. This is necessary because,
200 # e.g., the same source file might be shared among _SOURCES variables
201 # for different programs/libraries.
202 am__define_uniq_tagged_files = \
203 list='$(am__tagged_files)'; \
204 unique=`for i in $$list; do \
205 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206 done | $(am__uniquify_input)`
207 ETAGS = etags
208 CTAGS = ctags
209 am__DIST_COMMON = $(srcdir)/Makefile.in \
210 $(top_srcdir)/libltdl/config/depcomp
211 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
212 ACLOCAL = @ACLOCAL@
213 AMTAR = @AMTAR@
214 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
215 AR = @AR@
216 AUTOCONF = @AUTOCONF@
217 AUTOHEADER = @AUTOHEADER@
218 AUTOMAKE = @AUTOMAKE@
219 AWK = @AWK@
220 CC = @CC@
221 CCDEPMODE = @CCDEPMODE@
222 CFLAGS = @CFLAGS@
223 CPP = @CPP@
224 CPPFLAGS = @CPPFLAGS@
225 CWFLAGS = @CWFLAGS@
226 CYGPATH_W = @CYGPATH_W@
227 DEFS = @DEFS@
228 DEPDIR = @DEPDIR@
229 DLLTOOL = @DLLTOOL@
230 DSYMUTIL = @DSYMUTIL@
231 DTRACE = @DTRACE@
232 DUMPBIN = @DUMPBIN@
233 ECHO_C = @ECHO_C@
234 ECHO_N = @ECHO_N@
235 ECHO_T = @ECHO_T@
236 EGREP = @EGREP@
237 EXEEXT = @EXEEXT@
238 FGREP = @FGREP@
239 GREP = @GREP@
240 INCLTDL = @INCLTDL@
241 INSTALL = @INSTALL@
242 INSTALL_DATA = @INSTALL_DATA@
243 INSTALL_PROGRAM = @INSTALL_PROGRAM@
244 INSTALL_SCRIPT = @INSTALL_SCRIPT@
245 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
246 ISODATE = @ISODATE@
247 LD = @LD@
248 LDFLAGS = @LDFLAGS@
249 LDNS_LIBS = @LDNS_LIBS@
250 LIBADD_DL = @LIBADD_DL@
251 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
252 LIBADD_DLOPEN = @LIBADD_DLOPEN@
253 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
254 LIBLTDL = @LIBLTDL@
255 LIBOBJS = @LIBOBJS@
256 LIBS = @LIBS@
257 LIBTOOL = @LIBTOOL@
258 LIBTOOL_DEPS = @LIBTOOL_DEPS@
259 LIPO = @LIPO@
260 LN_S = @LN_S@
261 LTDLDEPS = @LTDLDEPS@
262 LTDLINCL = @LTDLINCL@
263 LTDLOPEN = @LTDLOPEN@
264 LTLIBOBJS = @LTLIBOBJS@
265 LT_ARGZ_H = @LT_ARGZ_H@
266 LT_CONFIG_H = @LT_CONFIG_H@
267 LT_DLLOADERS = @LT_DLLOADERS@
268 LT_DLPREOPEN = @LT_DLPREOPEN@
269 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
270 MAINT = @MAINT@
271 MAKEINFO = @MAKEINFO@
272 MANIFEST_TOOL = @MANIFEST_TOOL@
273 MKDIR_P = @MKDIR_P@
274 NM = @NM@
275 NMEDIT = @NMEDIT@
276 OBJDUMP = @OBJDUMP@
277 OBJEXT = @OBJEXT@
278 OTOOL = @OTOOL@
279 OTOOL64 = @OTOOL64@
280 PACKAGE = @PACKAGE@
281 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
282 PACKAGE_NAME = @PACKAGE_NAME@
283 PACKAGE_STRING = @PACKAGE_STRING@
284 PACKAGE_TARNAME = @PACKAGE_TARNAME@
285 PACKAGE_URL = @PACKAGE_URL@
286 PACKAGE_VERSION = @PACKAGE_VERSION@
287 PATH_SEPARATOR = @PATH_SEPARATOR@
288 PKG_CONFIG = @PKG_CONFIG@
289 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
290 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
291 PROBES_SOURCE = @PROBES_SOURCE@
292 RANLIB = @RANLIB@
293 RONN = @RONN@
294 SAFECODE_HOME = @SAFECODE_HOME@
295 SED = @SED@
296 SET_MAKE = @SET_MAKE@
297 SHELL = @SHELL@
298 SIXJACK = @SIXJACK@
299 STRIP = @STRIP@
300 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
301 SYSTEMD_DAEMON_CFLAGS = @SYSTEMD_DAEMON_CFLAGS@
302 SYSTEMD_DAEMON_LIBS = @SYSTEMD_DAEMON_LIBS@
303 SYSTEMD_LIBS = @SYSTEMD_LIBS@
304 VERSION = @VERSION@
305 abs_builddir = @abs_builddir@
306 abs_srcdir = @abs_srcdir@
307 abs_top_builddir = @abs_top_builddir@
308 abs_top_srcdir = @abs_top_srcdir@
309 ac_ct_AR = @ac_ct_AR@
310 ac_ct_CC = @ac_ct_CC@
311 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
312 am__include = @am__include@
313 am__leading_dot = @am__leading_dot@
314 am__quote = @am__quote@
315 am__tar = @am__tar@
316 am__untar = @am__untar@
317 bindir = @bindir@
318 build = @build@
319 build_alias = @build_alias@
320 build_cpu = @build_cpu@
321 build_os = @build_os@
322 build_vendor = @build_vendor@
323 builddir = @builddir@
324 datadir = @datadir@
325 datarootdir = @datarootdir@
326 docdir = @docdir@
327 dvidir = @dvidir@
328 exec_prefix = @exec_prefix@
329 host = @host@
330 host_alias = @host_alias@
331 host_cpu = @host_cpu@
332 host_os = @host_os@
333 host_vendor = @host_vendor@
334 htmldir = @htmldir@
335 includedir = @includedir@
336 infodir = @infodir@
337 install_sh = @install_sh@
338 libdir = @libdir@
339 libexecdir = @libexecdir@
340 localedir = @localedir@
341 localstatedir = @localstatedir@
342 ltdl_LIBOBJS = @ltdl_LIBOBJS@
343 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
344 mandir = @mandir@
345 mkdir_p = @mkdir_p@
346 oldincludedir = @oldincludedir@
347 pdfdir = @pdfdir@
348 prefix = @prefix@
349 program_transform_name = @program_transform_name@
350 psdir = @psdir@
351 sbindir = @sbindir@
352 sharedstatedir = @sharedstatedir@
353 srcdir = @srcdir@
354 subdirs = @subdirs@
355 sys_symbol_underscore = @sys_symbol_underscore@
356 sysconfdir = @sysconfdir@
357 target_alias = @target_alias@
358 top_build_prefix = @top_build_prefix@
359 top_builddir = @top_builddir@
360 top_srcdir = @top_srcdir@
361 pkglib_LTLIBRARIES = \
362 libdcplugin_example_ldns_blocking.la
364 libdcplugin_example_ldns_blocking_la_LIBTOOLFLAGS = --tag=disable-static
365 libdcplugin_example_ldns_blocking_la_SOURCES = \
366 example-ldns-blocking.c
368 libdcplugin_example_ldns_blocking_la_LIBADD = @LDNS_LIBS@
369 libdcplugin_example_ldns_blocking_la_LDFLAGS = \
370 $(AM_LDFLAGS) \
371 -avoid-version \
372 -export-dynamic \
373 -module \
374 -no-undefined
376 libdcplugin_example_ldns_blocking_la_CPPFLAGS = \
377 $(LTDLINCL) \
378 -I../../include
380 all: all-am
382 .SUFFIXES:
383 .SUFFIXES: .c .lo .o .obj
384 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
385 @for dep in $?; do \
386 case '$(am__configure_deps)' in \
387 *$$dep*) \
388 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
389 && { if test -f $@; then exit 0; else break; fi; }; \
390 exit 1;; \
391 esac; \
392 done; \
393 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/example-ldns-blocking/Makefile'; \
394 $(am__cd) $(top_srcdir) && \
395 $(AUTOMAKE) --gnu src/plugins/example-ldns-blocking/Makefile
396 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
397 @case '$?' in \
398 *config.status*) \
399 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
400 *) \
401 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
402 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
403 esac;
405 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
406 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
408 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
409 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
410 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
411 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
412 $(am__aclocal_m4_deps):
414 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
415 @$(NORMAL_INSTALL)
416 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
417 list2=; for p in $$list; do \
418 if test -f $$p; then \
419 list2="$$list2 $$p"; \
420 else :; fi; \
421 done; \
422 test -z "$$list2" || { \
423 echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
424 $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
425 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
426 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
429 uninstall-pkglibLTLIBRARIES:
430 @$(NORMAL_UNINSTALL)
431 @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
432 for p in $$list; do \
433 $(am__strip_dir) \
434 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
435 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
436 done
438 clean-pkglibLTLIBRARIES:
439 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
440 @list='$(pkglib_LTLIBRARIES)'; \
441 locs=`for p in $$list; do echo $$p; done | \
442 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
443 sort -u`; \
444 test -z "$$locs" || { \
445 echo rm -f $${locs}; \
446 rm -f $${locs}; \
449 libdcplugin_example_ldns_blocking.la: $(libdcplugin_example_ldns_blocking_la_OBJECTS) $(libdcplugin_example_ldns_blocking_la_DEPENDENCIES) $(EXTRA_libdcplugin_example_ldns_blocking_la_DEPENDENCIES)
450 $(AM_V_CCLD)$(libdcplugin_example_ldns_blocking_la_LINK) -rpath $(pkglibdir) $(libdcplugin_example_ldns_blocking_la_OBJECTS) $(libdcplugin_example_ldns_blocking_la_LIBADD) $(LIBS)
452 mostlyclean-compile:
453 -rm -f *.$(OBJEXT)
455 distclean-compile:
456 -rm -f *.tab.c
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdcplugin_example_ldns_blocking_la-example-ldns-blocking.Plo@am__quote@
460 .c.o:
461 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
462 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
463 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
464 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
465 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
466 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
468 .c.obj:
469 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
470 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
471 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
472 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
473 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
474 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
476 .c.lo:
477 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
478 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
479 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
480 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
481 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
482 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
484 libdcplugin_example_ldns_blocking_la-example-ldns-blocking.lo: example-ldns-blocking.c
485 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libdcplugin_example_ldns_blocking_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdcplugin_example_ldns_blocking_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libdcplugin_example_ldns_blocking_la-example-ldns-blocking.lo -MD -MP -MF $(DEPDIR)/libdcplugin_example_ldns_blocking_la-example-ldns-blocking.Tpo -c -o libdcplugin_example_ldns_blocking_la-example-ldns-blocking.lo `test -f 'example-ldns-blocking.c' || echo '$(srcdir)/'`example-ldns-blocking.c
486 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libdcplugin_example_ldns_blocking_la-example-ldns-blocking.Tpo $(DEPDIR)/libdcplugin_example_ldns_blocking_la-example-ldns-blocking.Plo
487 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='example-ldns-blocking.c' object='libdcplugin_example_ldns_blocking_la-example-ldns-blocking.lo' libtool=yes @AMDEPBACKSLASH@
488 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
489 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libdcplugin_example_ldns_blocking_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libdcplugin_example_ldns_blocking_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libdcplugin_example_ldns_blocking_la-example-ldns-blocking.lo `test -f 'example-ldns-blocking.c' || echo '$(srcdir)/'`example-ldns-blocking.c
491 mostlyclean-libtool:
492 -rm -f *.lo
494 clean-libtool:
495 -rm -rf .libs _libs
497 ID: $(am__tagged_files)
498 $(am__define_uniq_tagged_files); mkid -fID $$unique
499 tags: tags-am
500 TAGS: tags
502 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
503 set x; \
504 here=`pwd`; \
505 $(am__define_uniq_tagged_files); \
506 shift; \
507 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
508 test -n "$$unique" || unique=$$empty_fix; \
509 if test $$# -gt 0; then \
510 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
511 "$$@" $$unique; \
512 else \
513 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
514 $$unique; \
515 fi; \
517 ctags: ctags-am
519 CTAGS: ctags
520 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
521 $(am__define_uniq_tagged_files); \
522 test -z "$(CTAGS_ARGS)$$unique" \
523 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
524 $$unique
526 GTAGS:
527 here=`$(am__cd) $(top_builddir) && pwd` \
528 && $(am__cd) $(top_srcdir) \
529 && gtags -i $(GTAGS_ARGS) "$$here"
530 cscopelist: cscopelist-am
532 cscopelist-am: $(am__tagged_files)
533 list='$(am__tagged_files)'; \
534 case "$(srcdir)" in \
535 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
536 *) sdir=$(subdir)/$(srcdir) ;; \
537 esac; \
538 for i in $$list; do \
539 if test -f "$$i"; then \
540 echo "$(subdir)/$$i"; \
541 else \
542 echo "$$sdir/$$i"; \
543 fi; \
544 done >> $(top_builddir)/cscope.files
546 distclean-tags:
547 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
549 distdir: $(DISTFILES)
550 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
551 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
552 list='$(DISTFILES)'; \
553 dist_files=`for file in $$list; do echo $$file; done | \
554 sed -e "s|^$$srcdirstrip/||;t" \
555 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
556 case $$dist_files in \
557 */*) $(MKDIR_P) `echo "$$dist_files" | \
558 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
559 sort -u` ;; \
560 esac; \
561 for file in $$dist_files; do \
562 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
563 if test -d $$d/$$file; then \
564 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
565 if test -d "$(distdir)/$$file"; then \
566 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
567 fi; \
568 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
569 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
570 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
571 fi; \
572 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
573 else \
574 test -f "$(distdir)/$$file" \
575 || cp -p $$d/$$file "$(distdir)/$$file" \
576 || exit 1; \
577 fi; \
578 done
579 check-am: all-am
580 check: check-am
581 all-am: Makefile $(LTLIBRARIES)
582 installdirs:
583 for dir in "$(DESTDIR)$(pkglibdir)"; do \
584 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
585 done
586 install: install-am
587 install-exec: install-exec-am
588 install-data: install-data-am
589 uninstall: uninstall-am
591 install-am: all-am
592 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
594 installcheck: installcheck-am
595 install-strip:
596 if test -z '$(STRIP)'; then \
597 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
598 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
599 install; \
600 else \
601 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
602 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
603 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
605 mostlyclean-generic:
607 clean-generic:
609 distclean-generic:
610 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
611 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
613 maintainer-clean-generic:
614 @echo "This command is intended for maintainers to use"
615 @echo "it deletes files that may require special tools to rebuild."
616 clean: clean-am
618 clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
619 mostlyclean-am
621 distclean: distclean-am
622 -rm -rf ./$(DEPDIR)
623 -rm -f Makefile
624 distclean-am: clean-am distclean-compile distclean-generic \
625 distclean-tags
627 dvi: dvi-am
629 dvi-am:
631 html: html-am
633 html-am:
635 info: info-am
637 info-am:
639 install-data-am:
641 install-dvi: install-dvi-am
643 install-dvi-am:
645 install-exec-am: install-pkglibLTLIBRARIES
647 install-html: install-html-am
649 install-html-am:
651 install-info: install-info-am
653 install-info-am:
655 install-man:
657 install-pdf: install-pdf-am
659 install-pdf-am:
661 install-ps: install-ps-am
663 install-ps-am:
665 installcheck-am:
667 maintainer-clean: maintainer-clean-am
668 -rm -rf ./$(DEPDIR)
669 -rm -f Makefile
670 maintainer-clean-am: distclean-am maintainer-clean-generic
672 mostlyclean: mostlyclean-am
674 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
675 mostlyclean-libtool
677 pdf: pdf-am
679 pdf-am:
681 ps: ps-am
683 ps-am:
685 uninstall-am: uninstall-pkglibLTLIBRARIES
687 .MAKE: install-am install-strip
689 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
690 clean-libtool clean-pkglibLTLIBRARIES cscopelist-am ctags \
691 ctags-am distclean distclean-compile distclean-generic \
692 distclean-libtool distclean-tags distdir dvi dvi-am html \
693 html-am info info-am install install-am install-data \
694 install-data-am install-dvi install-dvi-am install-exec \
695 install-exec-am install-html install-html-am install-info \
696 install-info-am install-man install-pdf install-pdf-am \
697 install-pkglibLTLIBRARIES install-ps install-ps-am \
698 install-strip installcheck installcheck-am installdirs \
699 maintainer-clean maintainer-clean-generic mostlyclean \
700 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
701 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
702 uninstall-pkglibLTLIBRARIES
704 .PRECIOUS: Makefile
707 # Tell versions [3.59,3.63) of GNU make to not export all variables.
708 # Otherwise a system limit (for SysV at least) may be exceeded.
709 .NOEXPORT: