dnscrypto-proxy: Update to release 1.3.0
[tomato.git] / release / src / router / dnscrypt / src / proxy / Makefile.in
blobbd19db3d1e5d947208c4fa46d378112026274982
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 VPATH = @srcdir@
19 am__make_dryrun = \
20 { \
21 am__dry=no; \
22 case $$MAKEFLAGS in \
23 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
33 esac; \
34 test $$am__dry = yes; \
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54 sbin_PROGRAMS = dnscrypt-proxy$(EXEEXT)
55 @USE_BUILTIN_LIBSODIUM_TRUE@am__append_1 = \
56 @USE_BUILTIN_LIBSODIUM_TRUE@ -I../libsodium/src/libsodium/include
58 @USE_BUILTIN_LIBSODIUM_TRUE@am__append_2 = \
59 @USE_BUILTIN_LIBSODIUM_TRUE@ ../libsodium/src/libsodium/libsodium.la
61 @USE_BUILTIN_LIBSODIUM_TRUE@am__append_3 = \
62 @USE_BUILTIN_LIBSODIUM_TRUE@ ../libsodium/src/libsodium/libsodium.la
64 @PLUGINS_TRUE@am__append_4 = \
65 @PLUGINS_TRUE@ $(LTDLINCL) \
66 @PLUGINS_TRUE@ -I../include \
67 @PLUGINS_TRUE@ -DPLUGINS_ROOT=\"$(pkglibdir)/\"
69 @PLUGINS_TRUE@am__append_5 = $(LIBLTDL)
70 @PLUGINS_TRUE@am__append_6 = $(LTDLDEPS)
71 @PLUGINS_TRUE@am__append_7 = \
72 @PLUGINS_TRUE@ plugin_options.c \
73 @PLUGINS_TRUE@ plugin_options.h \
74 @PLUGINS_TRUE@ plugin_support.c \
75 @PLUGINS_TRUE@ plugin_support.h \
76 @PLUGINS_TRUE@ plugin_support_p.h
78 subdir = src/proxy
79 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
80 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
81 am__aclocal_m4_deps = $(top_srcdir)/m4/argz.m4 \
82 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
83 $(top_srcdir)/m4/ax_check_link_flag.m4 \
84 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \
85 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
86 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
87 $(top_srcdir)/configure.ac
88 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89 $(ACLOCAL_M4)
90 mkinstalldirs = $(install_sh) -d
91 CONFIG_HEADER = $(top_builddir)/config.h
92 CONFIG_CLEAN_FILES =
93 CONFIG_CLEAN_VPATH_FILES =
94 am__installdirs = "$(DESTDIR)$(sbindir)"
95 PROGRAMS = $(sbin_PROGRAMS)
96 am__dnscrypt_proxy_SOURCES_DIST = app.c app.h cert.c cert.h cert_p.h \
97 dnscrypt.c dnscrypt.h dnscrypt_client.c dnscrypt_client.h \
98 dnscrypt_proxy.h edns.c edns.h getpwnam.h logger.c logger.h \
99 options.c options.h pathnames.h pid_file.c pid_file.h \
100 probes_dnscrypt_proxy.d probes_no_dtrace.h safe_rw.c safe_rw.h \
101 sandboxes.c sandboxes.h stack_trace.c stack_trace.h \
102 tcp_request.c tcp_request.h tcp_request_p.h udp_request.c \
103 udp_request.h udp_request_p.h utils.c utils.h \
104 windows_service.c windows_service.h plugin_options.c \
105 plugin_options.h plugin_support.c plugin_support.h \
106 plugin_support_p.h
107 @PLUGINS_TRUE@am__objects_1 = plugin_options.$(OBJEXT) \
108 @PLUGINS_TRUE@ plugin_support.$(OBJEXT)
109 am_dnscrypt_proxy_OBJECTS = app.$(OBJEXT) cert.$(OBJEXT) \
110 dnscrypt.$(OBJEXT) dnscrypt_client.$(OBJEXT) edns.$(OBJEXT) \
111 logger.$(OBJEXT) options.$(OBJEXT) pid_file.$(OBJEXT) \
112 safe_rw.$(OBJEXT) sandboxes.$(OBJEXT) stack_trace.$(OBJEXT) \
113 tcp_request.$(OBJEXT) udp_request.$(OBJEXT) utils.$(OBJEXT) \
114 windows_service.$(OBJEXT) $(am__objects_1)
115 dnscrypt_proxy_OBJECTS = $(am_dnscrypt_proxy_OBJECTS)
116 am__DEPENDENCIES_1 =
117 @PLUGINS_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
118 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
119 depcomp = $(SHELL) $(top_srcdir)/libltdl/config/depcomp
120 am__depfiles_maybe = depfiles
121 am__mv = mv -f
122 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
123 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
125 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
126 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127 CCLD = $(CC)
128 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
129 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
130 $(LDFLAGS) -o $@
131 SOURCES = $(dnscrypt_proxy_SOURCES)
132 DIST_SOURCES = $(am__dnscrypt_proxy_SOURCES_DIST)
133 am__can_run_installinfo = \
134 case $$AM_UPDATE_INFO_DIR in \
135 n|no|NO) false;; \
136 *) (install-info --version) >/dev/null 2>&1;; \
137 esac
138 ETAGS = etags
139 CTAGS = ctags
140 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141 ACLOCAL = @ACLOCAL@
142 AMTAR = @AMTAR@
143 AR = @AR@
144 ARGZ_H = @ARGZ_H@
145 AUTOCONF = @AUTOCONF@
146 AUTOHEADER = @AUTOHEADER@
147 AUTOMAKE = @AUTOMAKE@
148 AWK = @AWK@
149 CC = @CC@
150 CCDEPMODE = @CCDEPMODE@
151 CFLAGS = @CFLAGS@
152 CPP = @CPP@
153 CPPFLAGS = @CPPFLAGS@
154 CWFLAGS = @CWFLAGS@
155 CYGPATH_W = @CYGPATH_W@
156 DEFS = @DEFS@
157 DEPDIR = @DEPDIR@
158 DLLTOOL = @DLLTOOL@
159 DSYMUTIL = @DSYMUTIL@
160 DTRACE = @DTRACE@
161 DUMPBIN = @DUMPBIN@
162 ECHO_C = @ECHO_C@
163 ECHO_N = @ECHO_N@
164 ECHO_T = @ECHO_T@
165 EGREP = @EGREP@
166 EXEEXT = @EXEEXT@
167 FGREP = @FGREP@
168 GREP = @GREP@
169 INCLTDL = @INCLTDL@
170 INSTALL = @INSTALL@
171 INSTALL_DATA = @INSTALL_DATA@
172 INSTALL_PROGRAM = @INSTALL_PROGRAM@
173 INSTALL_SCRIPT = @INSTALL_SCRIPT@
174 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175 ISODATE = @ISODATE@
176 LD = @LD@
177 LDFLAGS = @LDFLAGS@
178 LDNS_LIBS = @LDNS_LIBS@
179 LIBADD_DL = @LIBADD_DL@
180 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
181 LIBADD_DLOPEN = @LIBADD_DLOPEN@
182 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
183 LIBLTDL = @LIBLTDL@
184 LIBOBJS = @LIBOBJS@
185 LIBS = @LIBS@
186 LIBTOOL = @LIBTOOL@
187 LIBTOOL_DEPS = @LIBTOOL_DEPS@
188 LIPO = @LIPO@
189 LN_S = @LN_S@
190 LTDLDEPS = @LTDLDEPS@
191 LTDLINCL = @LTDLINCL@
192 LTDLOPEN = @LTDLOPEN@
193 LTLIBOBJS = @LTLIBOBJS@
194 LT_CONFIG_H = @LT_CONFIG_H@
195 LT_DLLOADERS = @LT_DLLOADERS@
196 LT_DLPREOPEN = @LT_DLPREOPEN@
197 MAINT = @MAINT@
198 MAKEINFO = @MAKEINFO@
199 MANIFEST_TOOL = @MANIFEST_TOOL@
200 MKDIR_P = @MKDIR_P@
201 NM = @NM@
202 NMEDIT = @NMEDIT@
203 OBJDUMP = @OBJDUMP@
204 OBJEXT = @OBJEXT@
205 OTOOL = @OTOOL@
206 OTOOL64 = @OTOOL64@
207 PACKAGE = @PACKAGE@
208 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209 PACKAGE_NAME = @PACKAGE_NAME@
210 PACKAGE_STRING = @PACKAGE_STRING@
211 PACKAGE_TARNAME = @PACKAGE_TARNAME@
212 PACKAGE_URL = @PACKAGE_URL@
213 PACKAGE_VERSION = @PACKAGE_VERSION@
214 PATH_SEPARATOR = @PATH_SEPARATOR@
215 PROBES_SOURCE = @PROBES_SOURCE@
216 RANLIB = @RANLIB@
217 RONN = @RONN@
218 SAFECODE_HOME = @SAFECODE_HOME@
219 SED = @SED@
220 SET_MAKE = @SET_MAKE@
221 SHELL = @SHELL@
222 SIXJACK = @SIXJACK@
223 STRIP = @STRIP@
224 VERSION = @VERSION@
225 abs_builddir = @abs_builddir@
226 abs_srcdir = @abs_srcdir@
227 abs_top_builddir = @abs_top_builddir@
228 abs_top_srcdir = @abs_top_srcdir@
229 ac_ct_AR = @ac_ct_AR@
230 ac_ct_CC = @ac_ct_CC@
231 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
232 am__include = @am__include@
233 am__leading_dot = @am__leading_dot@
234 am__quote = @am__quote@
235 am__tar = @am__tar@
236 am__untar = @am__untar@
237 bindir = @bindir@
238 build = @build@
239 build_alias = @build_alias@
240 build_cpu = @build_cpu@
241 build_os = @build_os@
242 build_vendor = @build_vendor@
243 builddir = @builddir@
244 datadir = @datadir@
245 datarootdir = @datarootdir@
246 docdir = @docdir@
247 dvidir = @dvidir@
248 exec_prefix = @exec_prefix@
249 host = @host@
250 host_alias = @host_alias@
251 host_cpu = @host_cpu@
252 host_os = @host_os@
253 host_vendor = @host_vendor@
254 htmldir = @htmldir@
255 includedir = @includedir@
256 infodir = @infodir@
257 install_sh = @install_sh@
258 libdir = @libdir@
259 libexecdir = @libexecdir@
260 localedir = @localedir@
261 localstatedir = @localstatedir@
262 ltdl_LIBOBJS = @ltdl_LIBOBJS@
263 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
264 mandir = @mandir@
265 mkdir_p = @mkdir_p@
266 oldincludedir = @oldincludedir@
267 pdfdir = @pdfdir@
268 prefix = @prefix@
269 program_transform_name = @program_transform_name@
270 psdir = @psdir@
271 sbindir = @sbindir@
272 sharedstatedir = @sharedstatedir@
273 srcdir = @srcdir@
274 subdirs = @subdirs@
275 sys_symbol_underscore = @sys_symbol_underscore@
276 sysconfdir = @sysconfdir@
277 target_alias = @target_alias@
278 top_build_prefix = @top_build_prefix@
279 top_builddir = @top_builddir@
280 top_srcdir = @top_srcdir@
281 dnscrypt_proxy_SOURCES = app.c app.h cert.c cert.h cert_p.h dnscrypt.c \
282 dnscrypt.h dnscrypt_client.c dnscrypt_client.h \
283 dnscrypt_proxy.h edns.c edns.h getpwnam.h logger.c logger.h \
284 options.c options.h pathnames.h pid_file.c pid_file.h \
285 probes_dnscrypt_proxy.d probes_no_dtrace.h safe_rw.c safe_rw.h \
286 sandboxes.c sandboxes.h stack_trace.c stack_trace.h \
287 tcp_request.c tcp_request.h tcp_request_p.h udp_request.c \
288 udp_request.h udp_request_p.h utils.c utils.h \
289 windows_service.c windows_service.h $(am__append_7)
290 AM_CFLAGS = @CWFLAGS@
291 AM_CPPFLAGS = -I../ext -I../libevent-modified/include $(am__append_1) \
292 $(am__append_4)
293 dnscrypt_proxy_LDADD = ../libevent-modified/libevent_extra.la \
294 ../libevent-modified/libevent_core.la $(am__append_2) \
295 $(am__append_5)
296 dnscrypt_proxy_DEPENDENCIES = ../libevent-modified/libevent_extra.la \
297 ../libevent-modified/libevent_core.la $(am__append_3) \
298 $(am__append_6)
299 BUILT_SOURCES = \
300 probes.h
302 CLEANFILES = \
303 probes.h \
304 probes_dnscrypt_proxy.h
306 all: $(BUILT_SOURCES)
307 $(MAKE) $(AM_MAKEFLAGS) all-am
309 .SUFFIXES:
310 .SUFFIXES: .c .lo .o .obj
311 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
312 @for dep in $?; do \
313 case '$(am__configure_deps)' in \
314 *$$dep*) \
315 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
316 && { if test -f $@; then exit 0; else break; fi; }; \
317 exit 1;; \
318 esac; \
319 done; \
320 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/proxy/Makefile'; \
321 $(am__cd) $(top_srcdir) && \
322 $(AUTOMAKE) --gnu src/proxy/Makefile
323 .PRECIOUS: Makefile
324 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
325 @case '$?' in \
326 *config.status*) \
327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
328 *) \
329 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
330 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
331 esac;
333 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
337 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
339 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340 $(am__aclocal_m4_deps):
341 install-sbinPROGRAMS: $(sbin_PROGRAMS)
342 @$(NORMAL_INSTALL)
343 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
344 if test -n "$$list"; then \
345 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
346 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
347 fi; \
348 for p in $$list; do echo "$$p $$p"; done | \
349 sed 's/$(EXEEXT)$$//' | \
350 while read p p1; do if test -f $$p || test -f $$p1; \
351 then echo "$$p"; echo "$$p"; else :; fi; \
352 done | \
353 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
354 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
355 sed 'N;N;N;s,\n, ,g' | \
356 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
357 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
358 if ($$2 == $$4) files[d] = files[d] " " $$1; \
359 else { print "f", $$3 "/" $$4, $$1; } } \
360 END { for (d in files) print "f", d, files[d] }' | \
361 while read type dir files; do \
362 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
363 test -z "$$files" || { \
364 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
365 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
367 ; done
369 uninstall-sbinPROGRAMS:
370 @$(NORMAL_UNINSTALL)
371 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
372 files=`for p in $$list; do echo "$$p"; done | \
373 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
374 -e 's/$$/$(EXEEXT)/' `; \
375 test -n "$$list" || exit 0; \
376 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
377 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
379 clean-sbinPROGRAMS:
380 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
381 echo " rm -f" $$list; \
382 rm -f $$list || exit $$?; \
383 test -n "$(EXEEXT)" || exit 0; \
384 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
385 echo " rm -f" $$list; \
386 rm -f $$list
387 dnscrypt-proxy$(EXEEXT): $(dnscrypt_proxy_OBJECTS) $(dnscrypt_proxy_DEPENDENCIES) $(EXTRA_dnscrypt_proxy_DEPENDENCIES)
388 @rm -f dnscrypt-proxy$(EXEEXT)
389 $(LINK) $(dnscrypt_proxy_OBJECTS) $(dnscrypt_proxy_LDADD) $(LIBS)
391 mostlyclean-compile:
392 -rm -f *.$(OBJEXT)
394 distclean-compile:
395 -rm -f *.tab.c
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cert.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnscrypt.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnscrypt_client.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edns.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pid_file.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_options.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_support.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe_rw.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sandboxes.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack_trace.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp_request.Po@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udp_request.Po@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windows_service.Po@am__quote@
415 .c.o:
416 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
418 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
422 .c.obj:
423 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
424 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
425 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
429 .c.lo:
430 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
431 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
432 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
436 mostlyclean-libtool:
437 -rm -f *.lo
439 clean-libtool:
440 -rm -rf .libs _libs
442 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
443 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
444 unique=`for i in $$list; do \
445 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446 done | \
447 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
448 END { if (nonempty) { for (i in files) print i; }; }'`; \
449 mkid -fID $$unique
450 tags: TAGS
452 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
453 $(TAGS_FILES) $(LISP)
454 set x; \
455 here=`pwd`; \
456 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
457 unique=`for i in $$list; do \
458 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459 done | \
460 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
461 END { if (nonempty) { for (i in files) print i; }; }'`; \
462 shift; \
463 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
464 test -n "$$unique" || unique=$$empty_fix; \
465 if test $$# -gt 0; then \
466 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
467 "$$@" $$unique; \
468 else \
469 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
470 $$unique; \
471 fi; \
473 ctags: CTAGS
474 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
475 $(TAGS_FILES) $(LISP)
476 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
477 unique=`for i in $$list; do \
478 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479 done | \
480 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481 END { if (nonempty) { for (i in files) print i; }; }'`; \
482 test -z "$(CTAGS_ARGS)$$unique" \
483 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
484 $$unique
486 GTAGS:
487 here=`$(am__cd) $(top_builddir) && pwd` \
488 && $(am__cd) $(top_srcdir) \
489 && gtags -i $(GTAGS_ARGS) "$$here"
491 distclean-tags:
492 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
494 distdir: $(DISTFILES)
495 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
496 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
497 list='$(DISTFILES)'; \
498 dist_files=`for file in $$list; do echo $$file; done | \
499 sed -e "s|^$$srcdirstrip/||;t" \
500 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
501 case $$dist_files in \
502 */*) $(MKDIR_P) `echo "$$dist_files" | \
503 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
504 sort -u` ;; \
505 esac; \
506 for file in $$dist_files; do \
507 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
508 if test -d $$d/$$file; then \
509 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
510 if test -d "$(distdir)/$$file"; then \
511 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512 fi; \
513 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
514 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
515 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
516 fi; \
517 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
518 else \
519 test -f "$(distdir)/$$file" \
520 || cp -p $$d/$$file "$(distdir)/$$file" \
521 || exit 1; \
522 fi; \
523 done
524 check-am: all-am
525 check: $(BUILT_SOURCES)
526 $(MAKE) $(AM_MAKEFLAGS) check-am
527 all-am: Makefile $(PROGRAMS)
528 installdirs:
529 for dir in "$(DESTDIR)$(sbindir)"; do \
530 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
531 done
532 install: $(BUILT_SOURCES)
533 $(MAKE) $(AM_MAKEFLAGS) install-am
534 install-exec: install-exec-am
535 install-data: install-data-am
536 uninstall: uninstall-am
538 install-am: all-am
539 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
541 installcheck: installcheck-am
542 install-strip:
543 if test -z '$(STRIP)'; then \
544 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
545 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
546 install; \
547 else \
548 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
549 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
550 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
552 mostlyclean-generic:
554 clean-generic:
555 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
557 distclean-generic:
558 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
559 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
561 maintainer-clean-generic:
562 @echo "This command is intended for maintainers to use"
563 @echo "it deletes files that may require special tools to rebuild."
564 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
565 clean: clean-am
567 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
568 mostlyclean-am
570 distclean: distclean-am
571 -rm -rf ./$(DEPDIR)
572 -rm -f Makefile
573 distclean-am: clean-am distclean-compile distclean-generic \
574 distclean-tags
576 dvi: dvi-am
578 dvi-am:
580 html: html-am
582 html-am:
584 info: info-am
586 info-am:
588 install-data-am:
590 install-dvi: install-dvi-am
592 install-dvi-am:
594 install-exec-am: install-sbinPROGRAMS
596 install-html: install-html-am
598 install-html-am:
600 install-info: install-info-am
602 install-info-am:
604 install-man:
606 install-pdf: install-pdf-am
608 install-pdf-am:
610 install-ps: install-ps-am
612 install-ps-am:
614 installcheck-am:
616 maintainer-clean: maintainer-clean-am
617 -rm -rf ./$(DEPDIR)
618 -rm -f Makefile
619 maintainer-clean-am: distclean-am maintainer-clean-generic
621 mostlyclean: mostlyclean-am
623 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
624 mostlyclean-libtool
626 pdf: pdf-am
628 pdf-am:
630 ps: ps-am
632 ps-am:
634 uninstall-am: uninstall-sbinPROGRAMS
636 .MAKE: all check install install-am install-strip
638 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
639 clean-libtool clean-sbinPROGRAMS ctags distclean \
640 distclean-compile distclean-generic distclean-libtool \
641 distclean-tags distdir dvi dvi-am html html-am info info-am \
642 install install-am install-data install-data-am install-dvi \
643 install-dvi-am install-exec install-exec-am install-html \
644 install-html-am install-info install-info-am install-man \
645 install-pdf install-pdf-am install-ps install-ps-am \
646 install-sbinPROGRAMS install-strip installcheck \
647 installcheck-am installdirs maintainer-clean \
648 maintainer-clean-generic mostlyclean mostlyclean-compile \
649 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
650 tags uninstall uninstall-am uninstall-sbinPROGRAMS
653 probes.h: @PROBES_SOURCE@
654 cat @PROBES_SOURCE@ > $@
656 probes_dnscrypt_proxy.h: probes_dnscrypt_proxy.d
657 @DTRACE@ -o $@ -h -s probes_dnscrypt_proxy.d
659 # Tell versions [3.59,3.63) of GNU make to not export all variables.
660 # Otherwise a system limit (for SysV at least) may be exceeded.
661 .NOEXPORT: