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