dnscrypt-proxy 1.4.0
[tomato.git] / release / src / router / dnscrypt / src / proxy / Makefile.in
blob9b27415300459ffb2508d6ad4ce4f61c15958edb
1 # Makefile.in generated by automake 1.13.2 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 sbin_PROGRAMS = dnscrypt-proxy$(EXEEXT)
82 @PLUGINS_TRUE@am__append_1 = \
83 @PLUGINS_TRUE@ $(LTDLINCL) \
84 @PLUGINS_TRUE@ -I../include \
85 @PLUGINS_TRUE@ -DPLUGINS_ROOT=\"$(pkglibdir)/\"
87 @PLUGINS_TRUE@am__append_2 = $(LIBLTDL)
88 @PLUGINS_TRUE@am__append_3 = $(LTDLDEPS)
89 @PLUGINS_TRUE@am__append_4 = \
90 @PLUGINS_TRUE@ plugin_options.c \
91 @PLUGINS_TRUE@ plugin_options.h \
92 @PLUGINS_TRUE@ plugin_support.c \
93 @PLUGINS_TRUE@ plugin_support.h \
94 @PLUGINS_TRUE@ plugin_support_p.h
96 subdir = src/proxy
97 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
98 $(top_srcdir)/libltdl/config/depcomp
99 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
100 am__aclocal_m4_deps = $(top_srcdir)/m4/argz.m4 \
101 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
102 $(top_srcdir)/m4/ax_check_link_flag.m4 \
103 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \
104 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
105 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
106 $(top_srcdir)/configure.ac
107 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108 $(ACLOCAL_M4)
109 mkinstalldirs = $(install_sh) -d
110 CONFIG_HEADER = $(top_builddir)/config.h
111 CONFIG_CLEAN_FILES =
112 CONFIG_CLEAN_VPATH_FILES =
113 am__installdirs = "$(DESTDIR)$(sbindir)"
114 PROGRAMS = $(sbin_PROGRAMS)
115 am__dnscrypt_proxy_SOURCES_DIST = app.c app.h cert.c cert.h cert_p.h \
116 dnscrypt.c dnscrypt.h dnscrypt_client.c dnscrypt_client.h \
117 dnscrypt_proxy.h edns.c edns.h getpwnam.h logger.c logger.h \
118 minicsv.c minicsv.h options.c options.h pathnames.h pid_file.c \
119 pid_file.h probes_dnscrypt_proxy.d probes_no_dtrace.h \
120 safe_rw.c safe_rw.h sandboxes.c sandboxes.h stack_trace.c \
121 stack_trace.h tcp_request.c tcp_request.h tcp_request_p.h \
122 udp_request.c udp_request.h udp_request_p.h utils.c utils.h \
123 windows_service.c windows_service.h plugin_options.c \
124 plugin_options.h plugin_support.c plugin_support.h \
125 plugin_support_p.h
126 @PLUGINS_TRUE@am__objects_1 = plugin_options.$(OBJEXT) \
127 @PLUGINS_TRUE@ plugin_support.$(OBJEXT)
128 am_dnscrypt_proxy_OBJECTS = app.$(OBJEXT) cert.$(OBJEXT) \
129 dnscrypt.$(OBJEXT) dnscrypt_client.$(OBJEXT) edns.$(OBJEXT) \
130 logger.$(OBJEXT) minicsv.$(OBJEXT) options.$(OBJEXT) \
131 pid_file.$(OBJEXT) safe_rw.$(OBJEXT) sandboxes.$(OBJEXT) \
132 stack_trace.$(OBJEXT) tcp_request.$(OBJEXT) \
133 udp_request.$(OBJEXT) utils.$(OBJEXT) \
134 windows_service.$(OBJEXT) $(am__objects_1)
135 dnscrypt_proxy_OBJECTS = $(am_dnscrypt_proxy_OBJECTS)
136 am__DEPENDENCIES_1 =
137 @PLUGINS_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
138 AM_V_lt = $(am__v_lt_@AM_V@)
139 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
140 am__v_lt_0 = --silent
141 am__v_lt_1 =
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 = $(SHELL) $(top_srcdir)/libltdl/config/depcomp
156 am__depfiles_maybe = depfiles
157 am__mv = mv -f
158 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
159 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
160 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
161 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
162 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
163 $(AM_CFLAGS) $(CFLAGS)
164 AM_V_CC = $(am__v_CC_@AM_V@)
165 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
166 am__v_CC_0 = @echo " CC " $@;
167 am__v_CC_1 =
168 CCLD = $(CC)
169 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
170 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
171 $(AM_LDFLAGS) $(LDFLAGS) -o $@
172 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
173 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
174 am__v_CCLD_0 = @echo " CCLD " $@;
175 am__v_CCLD_1 =
176 SOURCES = $(dnscrypt_proxy_SOURCES)
177 DIST_SOURCES = $(am__dnscrypt_proxy_SOURCES_DIST)
178 am__can_run_installinfo = \
179 case $$AM_UPDATE_INFO_DIR in \
180 n|no|NO) false;; \
181 *) (install-info --version) >/dev/null 2>&1;; \
182 esac
183 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
184 # Read a list of newline-separated strings from the standard input,
185 # and print each of them once, without duplicates. Input order is
186 # *not* preserved.
187 am__uniquify_input = $(AWK) '\
188 BEGIN { nonempty = 0; } \
189 { items[$$0] = 1; nonempty = 1; } \
190 END { if (nonempty) { for (i in items) print i; }; } \
192 # Make sure the list of sources is unique. This is necessary because,
193 # e.g., the same source file might be shared among _SOURCES variables
194 # for different programs/libraries.
195 am__define_uniq_tagged_files = \
196 list='$(am__tagged_files)'; \
197 unique=`for i in $$list; do \
198 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
199 done | $(am__uniquify_input)`
200 ETAGS = etags
201 CTAGS = ctags
202 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
203 ACLOCAL = @ACLOCAL@
204 AMTAR = @AMTAR@
205 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
206 AR = @AR@
207 ARGZ_H = @ARGZ_H@
208 AUTOCONF = @AUTOCONF@
209 AUTOHEADER = @AUTOHEADER@
210 AUTOMAKE = @AUTOMAKE@
211 AWK = @AWK@
212 CC = @CC@
213 CCDEPMODE = @CCDEPMODE@
214 CFLAGS = @CFLAGS@
215 CPP = @CPP@
216 CPPFLAGS = @CPPFLAGS@
217 CWFLAGS = @CWFLAGS@
218 CYGPATH_W = @CYGPATH_W@
219 DEFS = @DEFS@
220 DEPDIR = @DEPDIR@
221 DLLTOOL = @DLLTOOL@
222 DSYMUTIL = @DSYMUTIL@
223 DTRACE = @DTRACE@
224 DUMPBIN = @DUMPBIN@
225 ECHO_C = @ECHO_C@
226 ECHO_N = @ECHO_N@
227 ECHO_T = @ECHO_T@
228 EGREP = @EGREP@
229 EXEEXT = @EXEEXT@
230 FGREP = @FGREP@
231 GREP = @GREP@
232 INCLTDL = @INCLTDL@
233 INSTALL = @INSTALL@
234 INSTALL_DATA = @INSTALL_DATA@
235 INSTALL_PROGRAM = @INSTALL_PROGRAM@
236 INSTALL_SCRIPT = @INSTALL_SCRIPT@
237 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
238 ISODATE = @ISODATE@
239 LD = @LD@
240 LDFLAGS = @LDFLAGS@
241 LDNS_LIBS = @LDNS_LIBS@
242 LIBADD_DL = @LIBADD_DL@
243 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
244 LIBADD_DLOPEN = @LIBADD_DLOPEN@
245 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
246 LIBLTDL = @LIBLTDL@
247 LIBOBJS = @LIBOBJS@
248 LIBS = @LIBS@
249 LIBTOOL = @LIBTOOL@
250 LIBTOOL_DEPS = @LIBTOOL_DEPS@
251 LIPO = @LIPO@
252 LN_S = @LN_S@
253 LTDLDEPS = @LTDLDEPS@
254 LTDLINCL = @LTDLINCL@
255 LTDLOPEN = @LTDLOPEN@
256 LTLIBOBJS = @LTLIBOBJS@
257 LT_CONFIG_H = @LT_CONFIG_H@
258 LT_DLLOADERS = @LT_DLLOADERS@
259 LT_DLPREOPEN = @LT_DLPREOPEN@
260 MAINT = @MAINT@
261 MAKEINFO = @MAKEINFO@
262 MANIFEST_TOOL = @MANIFEST_TOOL@
263 MKDIR_P = @MKDIR_P@
264 NM = @NM@
265 NMEDIT = @NMEDIT@
266 OBJDUMP = @OBJDUMP@
267 OBJEXT = @OBJEXT@
268 OTOOL = @OTOOL@
269 OTOOL64 = @OTOOL64@
270 PACKAGE = @PACKAGE@
271 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
272 PACKAGE_NAME = @PACKAGE_NAME@
273 PACKAGE_STRING = @PACKAGE_STRING@
274 PACKAGE_TARNAME = @PACKAGE_TARNAME@
275 PACKAGE_URL = @PACKAGE_URL@
276 PACKAGE_VERSION = @PACKAGE_VERSION@
277 PATH_SEPARATOR = @PATH_SEPARATOR@
278 PROBES_SOURCE = @PROBES_SOURCE@
279 RANLIB = @RANLIB@
280 RONN = @RONN@
281 SAFECODE_HOME = @SAFECODE_HOME@
282 SED = @SED@
283 SET_MAKE = @SET_MAKE@
284 SHELL = @SHELL@
285 SIXJACK = @SIXJACK@
286 STRIP = @STRIP@
287 VERSION = @VERSION@
288 abs_builddir = @abs_builddir@
289 abs_srcdir = @abs_srcdir@
290 abs_top_builddir = @abs_top_builddir@
291 abs_top_srcdir = @abs_top_srcdir@
292 ac_ct_AR = @ac_ct_AR@
293 ac_ct_CC = @ac_ct_CC@
294 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
295 am__include = @am__include@
296 am__leading_dot = @am__leading_dot@
297 am__quote = @am__quote@
298 am__tar = @am__tar@
299 am__untar = @am__untar@
300 bindir = @bindir@
301 build = @build@
302 build_alias = @build_alias@
303 build_cpu = @build_cpu@
304 build_os = @build_os@
305 build_vendor = @build_vendor@
306 builddir = @builddir@
307 datadir = @datadir@
308 datarootdir = @datarootdir@
309 docdir = @docdir@
310 dvidir = @dvidir@
311 exec_prefix = @exec_prefix@
312 host = @host@
313 host_alias = @host_alias@
314 host_cpu = @host_cpu@
315 host_os = @host_os@
316 host_vendor = @host_vendor@
317 htmldir = @htmldir@
318 includedir = @includedir@
319 infodir = @infodir@
320 install_sh = @install_sh@
321 libdir = @libdir@
322 libexecdir = @libexecdir@
323 localedir = @localedir@
324 localstatedir = @localstatedir@
325 ltdl_LIBOBJS = @ltdl_LIBOBJS@
326 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
327 mandir = @mandir@
328 mkdir_p = @mkdir_p@
329 oldincludedir = @oldincludedir@
330 pdfdir = @pdfdir@
331 prefix = @prefix@
332 program_transform_name = @program_transform_name@
333 psdir = @psdir@
334 sbindir = @sbindir@
335 sharedstatedir = @sharedstatedir@
336 srcdir = @srcdir@
337 subdirs = @subdirs@
338 sys_symbol_underscore = @sys_symbol_underscore@
339 sysconfdir = @sysconfdir@
340 target_alias = @target_alias@
341 top_build_prefix = @top_build_prefix@
342 top_builddir = @top_builddir@
343 top_srcdir = @top_srcdir@
344 dnscrypt_proxy_SOURCES = app.c app.h cert.c cert.h cert_p.h dnscrypt.c \
345 dnscrypt.h dnscrypt_client.c dnscrypt_client.h \
346 dnscrypt_proxy.h edns.c edns.h getpwnam.h logger.c logger.h \
347 minicsv.c minicsv.h options.c options.h pathnames.h pid_file.c \
348 pid_file.h probes_dnscrypt_proxy.d probes_no_dtrace.h \
349 safe_rw.c safe_rw.h sandboxes.c sandboxes.h stack_trace.c \
350 stack_trace.h tcp_request.c tcp_request.h tcp_request_p.h \
351 udp_request.c udp_request.h udp_request_p.h utils.c utils.h \
352 windows_service.c windows_service.h $(am__append_4)
353 AM_CFLAGS = @CWFLAGS@
354 AM_CPPFLAGS = -I../ext -I../libevent-modified/include \
355 -DPKGDATADIR='"${pkgdatadir}"' $(am__append_1)
356 dnscrypt_proxy_LDADD = ../libevent-modified/libevent_extra.la \
357 ../libevent-modified/libevent_core.la $(am__append_2)
358 dnscrypt_proxy_DEPENDENCIES = ../libevent-modified/libevent_extra.la \
359 ../libevent-modified/libevent_core.la $(am__append_3)
360 BUILT_SOURCES = \
361 probes.h
363 CLEANFILES = \
364 probes.h \
365 probes_dnscrypt_proxy.h
367 all: $(BUILT_SOURCES)
368 $(MAKE) $(AM_MAKEFLAGS) all-am
370 .SUFFIXES:
371 .SUFFIXES: .c .lo .o .obj
372 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
373 @for dep in $?; do \
374 case '$(am__configure_deps)' in \
375 *$$dep*) \
376 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
377 && { if test -f $@; then exit 0; else break; fi; }; \
378 exit 1;; \
379 esac; \
380 done; \
381 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/proxy/Makefile'; \
382 $(am__cd) $(top_srcdir) && \
383 $(AUTOMAKE) --gnu src/proxy/Makefile
384 .PRECIOUS: Makefile
385 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
386 @case '$?' in \
387 *config.status*) \
388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
389 *) \
390 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
391 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
392 esac;
394 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
397 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
398 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
400 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401 $(am__aclocal_m4_deps):
402 install-sbinPROGRAMS: $(sbin_PROGRAMS)
403 @$(NORMAL_INSTALL)
404 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
405 if test -n "$$list"; then \
406 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
407 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
408 fi; \
409 for p in $$list; do echo "$$p $$p"; done | \
410 sed 's/$(EXEEXT)$$//' | \
411 while read p p1; do if test -f $$p \
412 || test -f $$p1 \
413 ; then echo "$$p"; echo "$$p"; else :; fi; \
414 done | \
415 sed -e 'p;s,.*/,,;n;h' \
416 -e 's|.*|.|' \
417 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
418 sed 'N;N;N;s,\n, ,g' | \
419 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
420 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
421 if ($$2 == $$4) files[d] = files[d] " " $$1; \
422 else { print "f", $$3 "/" $$4, $$1; } } \
423 END { for (d in files) print "f", d, files[d] }' | \
424 while read type dir files; do \
425 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
426 test -z "$$files" || { \
427 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
428 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
430 ; done
432 uninstall-sbinPROGRAMS:
433 @$(NORMAL_UNINSTALL)
434 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
435 files=`for p in $$list; do echo "$$p"; done | \
436 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
437 -e 's/$$/$(EXEEXT)/' \
438 `; \
439 test -n "$$list" || exit 0; \
440 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
441 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
443 clean-sbinPROGRAMS:
444 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
445 echo " rm -f" $$list; \
446 rm -f $$list || exit $$?; \
447 test -n "$(EXEEXT)" || exit 0; \
448 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
449 echo " rm -f" $$list; \
450 rm -f $$list
452 dnscrypt-proxy$(EXEEXT): $(dnscrypt_proxy_OBJECTS) $(dnscrypt_proxy_DEPENDENCIES) $(EXTRA_dnscrypt_proxy_DEPENDENCIES)
453 @rm -f dnscrypt-proxy$(EXEEXT)
454 $(AM_V_CCLD)$(LINK) $(dnscrypt_proxy_OBJECTS) $(dnscrypt_proxy_LDADD) $(LIBS)
456 mostlyclean-compile:
457 -rm -f *.$(OBJEXT)
459 distclean-compile:
460 -rm -f *.tab.c
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app.Po@am__quote@
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cert.Po@am__quote@
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnscrypt.Po@am__quote@
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnscrypt_client.Po@am__quote@
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edns.Po@am__quote@
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Po@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minicsv.Po@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pid_file.Po@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_options.Po@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_support.Po@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe_rw.Po@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sandboxes.Po@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack_trace.Po@am__quote@
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp_request.Po@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udp_request.Po@am__quote@
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windows_service.Po@am__quote@
481 .c.o:
482 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
483 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
484 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
485 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
486 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
487 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
489 .c.obj:
490 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
491 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
492 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
493 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
494 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
495 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
497 .c.lo:
498 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
499 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
500 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
501 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
502 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
503 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
505 mostlyclean-libtool:
506 -rm -f *.lo
508 clean-libtool:
509 -rm -rf .libs _libs
511 ID: $(am__tagged_files)
512 $(am__define_uniq_tagged_files); mkid -fID $$unique
513 tags: tags-am
514 TAGS: tags
516 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
517 set x; \
518 here=`pwd`; \
519 $(am__define_uniq_tagged_files); \
520 shift; \
521 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
522 test -n "$$unique" || unique=$$empty_fix; \
523 if test $$# -gt 0; then \
524 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525 "$$@" $$unique; \
526 else \
527 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
528 $$unique; \
529 fi; \
531 ctags: ctags-am
533 CTAGS: ctags
534 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
535 $(am__define_uniq_tagged_files); \
536 test -z "$(CTAGS_ARGS)$$unique" \
537 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
538 $$unique
540 GTAGS:
541 here=`$(am__cd) $(top_builddir) && pwd` \
542 && $(am__cd) $(top_srcdir) \
543 && gtags -i $(GTAGS_ARGS) "$$here"
544 cscopelist: cscopelist-am
546 cscopelist-am: $(am__tagged_files)
547 list='$(am__tagged_files)'; \
548 case "$(srcdir)" in \
549 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
550 *) sdir=$(subdir)/$(srcdir) ;; \
551 esac; \
552 for i in $$list; do \
553 if test -f "$$i"; then \
554 echo "$(subdir)/$$i"; \
555 else \
556 echo "$$sdir/$$i"; \
557 fi; \
558 done >> $(top_builddir)/cscope.files
560 distclean-tags:
561 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
563 distdir: $(DISTFILES)
564 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
565 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
566 list='$(DISTFILES)'; \
567 dist_files=`for file in $$list; do echo $$file; done | \
568 sed -e "s|^$$srcdirstrip/||;t" \
569 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
570 case $$dist_files in \
571 */*) $(MKDIR_P) `echo "$$dist_files" | \
572 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
573 sort -u` ;; \
574 esac; \
575 for file in $$dist_files; do \
576 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
577 if test -d $$d/$$file; then \
578 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
579 if test -d "$(distdir)/$$file"; then \
580 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
581 fi; \
582 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
583 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
584 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
585 fi; \
586 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
587 else \
588 test -f "$(distdir)/$$file" \
589 || cp -p $$d/$$file "$(distdir)/$$file" \
590 || exit 1; \
591 fi; \
592 done
593 check-am: all-am
594 check: $(BUILT_SOURCES)
595 $(MAKE) $(AM_MAKEFLAGS) check-am
596 all-am: Makefile $(PROGRAMS)
597 installdirs:
598 for dir in "$(DESTDIR)$(sbindir)"; do \
599 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
600 done
601 install: $(BUILT_SOURCES)
602 $(MAKE) $(AM_MAKEFLAGS) install-am
603 install-exec: install-exec-am
604 install-data: install-data-am
605 uninstall: uninstall-am
607 install-am: all-am
608 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
610 installcheck: installcheck-am
611 install-strip:
612 if test -z '$(STRIP)'; then \
613 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
614 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
615 install; \
616 else \
617 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
618 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
619 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
621 mostlyclean-generic:
623 clean-generic:
624 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
626 distclean-generic:
627 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
628 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
630 maintainer-clean-generic:
631 @echo "This command is intended for maintainers to use"
632 @echo "it deletes files that may require special tools to rebuild."
633 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
634 clean: clean-am
636 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
637 mostlyclean-am
639 distclean: distclean-am
640 -rm -rf ./$(DEPDIR)
641 -rm -f Makefile
642 distclean-am: clean-am distclean-compile distclean-generic \
643 distclean-tags
645 dvi: dvi-am
647 dvi-am:
649 html: html-am
651 html-am:
653 info: info-am
655 info-am:
657 install-data-am:
659 install-dvi: install-dvi-am
661 install-dvi-am:
663 install-exec-am: install-sbinPROGRAMS
665 install-html: install-html-am
667 install-html-am:
669 install-info: install-info-am
671 install-info-am:
673 install-man:
675 install-pdf: install-pdf-am
677 install-pdf-am:
679 install-ps: install-ps-am
681 install-ps-am:
683 installcheck-am:
685 maintainer-clean: maintainer-clean-am
686 -rm -rf ./$(DEPDIR)
687 -rm -f Makefile
688 maintainer-clean-am: distclean-am maintainer-clean-generic
690 mostlyclean: mostlyclean-am
692 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
693 mostlyclean-libtool
695 pdf: pdf-am
697 pdf-am:
699 ps: ps-am
701 ps-am:
703 uninstall-am: uninstall-sbinPROGRAMS
705 .MAKE: all check install install-am install-strip
707 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
708 clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
709 distclean distclean-compile distclean-generic \
710 distclean-libtool distclean-tags distdir dvi dvi-am html \
711 html-am info info-am install install-am install-data \
712 install-data-am install-dvi install-dvi-am install-exec \
713 install-exec-am install-html install-html-am install-info \
714 install-info-am install-man install-pdf install-pdf-am \
715 install-ps install-ps-am install-sbinPROGRAMS install-strip \
716 installcheck installcheck-am installdirs maintainer-clean \
717 maintainer-clean-generic mostlyclean mostlyclean-compile \
718 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
719 tags tags-am uninstall uninstall-am uninstall-sbinPROGRAMS
722 probes.h: @PROBES_SOURCE@
723 cat @PROBES_SOURCE@ > $@
725 probes_dnscrypt_proxy.h: probes_dnscrypt_proxy.d
726 @DTRACE@ -o $@ -h -s probes_dnscrypt_proxy.d
728 # Tell versions [3.59,3.63) of GNU make to not export all variables.
729 # Otherwise a system limit (for SysV at least) may be exceeded.
730 .NOEXPORT: