dnscrypt-proxy update: 1.4.1
[tomato.git] / release / src / router / dnscrypt / src / include / Makefile.in
blob3c2e19bf16776fe7c33034af3d9da02c7f5e2c94
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/include
82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83 $(nobase_include_HEADERS)
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_V_P = $(am__v_P_@AM_V@)
99 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
100 am__v_P_0 = false
101 am__v_P_1 = :
102 AM_V_GEN = $(am__v_GEN_@AM_V@)
103 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
104 am__v_GEN_0 = @echo " GEN " $@;
105 am__v_GEN_1 =
106 AM_V_at = $(am__v_at_@AM_V@)
107 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
108 am__v_at_0 = @
109 am__v_at_1 =
110 SOURCES =
111 DIST_SOURCES =
112 am__can_run_installinfo = \
113 case $$AM_UPDATE_INFO_DIR in \
114 n|no|NO) false;; \
115 *) (install-info --version) >/dev/null 2>&1;; \
116 esac
117 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
118 am__vpath_adj = case $$p in \
119 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
120 *) f=$$p;; \
121 esac;
122 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
123 am__install_max = 40
124 am__nobase_strip_setup = \
125 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
126 am__nobase_strip = \
127 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
128 am__nobase_list = $(am__nobase_strip_setup); \
129 for p in $$list; do echo "$$p $$p"; done | \
130 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
131 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
132 if (++n[$$2] == $(am__install_max)) \
133 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
134 END { for (dir in files) print dir, files[dir] }'
135 am__base_list = \
136 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
137 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
138 am__uninstall_files_from_dir = { \
139 test -z "$$files" \
140 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
141 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
142 $(am__cd) "$$dir" && rm -f $$files; }; \
144 am__installdirs = "$(DESTDIR)$(includedir)"
145 HEADERS = $(nobase_include_HEADERS)
146 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
147 # Read a list of newline-separated strings from the standard input,
148 # and print each of them once, without duplicates. Input order is
149 # *not* preserved.
150 am__uniquify_input = $(AWK) '\
151 BEGIN { nonempty = 0; } \
152 { items[$$0] = 1; nonempty = 1; } \
153 END { if (nonempty) { for (i in items) print i; }; } \
155 # Make sure the list of sources is unique. This is necessary because,
156 # e.g., the same source file might be shared among _SOURCES variables
157 # for different programs/libraries.
158 am__define_uniq_tagged_files = \
159 list='$(am__tagged_files)'; \
160 unique=`for i in $$list; do \
161 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
162 done | $(am__uniquify_input)`
163 ETAGS = etags
164 CTAGS = ctags
165 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
166 ACLOCAL = @ACLOCAL@
167 AMTAR = @AMTAR@
168 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
169 AR = @AR@
170 ARGZ_H = @ARGZ_H@
171 AUTOCONF = @AUTOCONF@
172 AUTOHEADER = @AUTOHEADER@
173 AUTOMAKE = @AUTOMAKE@
174 AWK = @AWK@
175 CC = @CC@
176 CCDEPMODE = @CCDEPMODE@
177 CFLAGS = @CFLAGS@
178 CPP = @CPP@
179 CPPFLAGS = @CPPFLAGS@
180 CWFLAGS = @CWFLAGS@
181 CYGPATH_W = @CYGPATH_W@
182 DEFS = @DEFS@
183 DEPDIR = @DEPDIR@
184 DLLTOOL = @DLLTOOL@
185 DSYMUTIL = @DSYMUTIL@
186 DTRACE = @DTRACE@
187 DUMPBIN = @DUMPBIN@
188 ECHO_C = @ECHO_C@
189 ECHO_N = @ECHO_N@
190 ECHO_T = @ECHO_T@
191 EGREP = @EGREP@
192 EXEEXT = @EXEEXT@
193 FGREP = @FGREP@
194 GREP = @GREP@
195 INCLTDL = @INCLTDL@
196 INSTALL = @INSTALL@
197 INSTALL_DATA = @INSTALL_DATA@
198 INSTALL_PROGRAM = @INSTALL_PROGRAM@
199 INSTALL_SCRIPT = @INSTALL_SCRIPT@
200 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
201 ISODATE = @ISODATE@
202 LD = @LD@
203 LDFLAGS = @LDFLAGS@
204 LDNS_LIBS = @LDNS_LIBS@
205 LIBADD_DL = @LIBADD_DL@
206 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
207 LIBADD_DLOPEN = @LIBADD_DLOPEN@
208 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
209 LIBLTDL = @LIBLTDL@
210 LIBOBJS = @LIBOBJS@
211 LIBS = @LIBS@
212 LIBTOOL = @LIBTOOL@
213 LIBTOOL_DEPS = @LIBTOOL_DEPS@
214 LIPO = @LIPO@
215 LN_S = @LN_S@
216 LTDLDEPS = @LTDLDEPS@
217 LTDLINCL = @LTDLINCL@
218 LTDLOPEN = @LTDLOPEN@
219 LTLIBOBJS = @LTLIBOBJS@
220 LT_CONFIG_H = @LT_CONFIG_H@
221 LT_DLLOADERS = @LT_DLLOADERS@
222 LT_DLPREOPEN = @LT_DLPREOPEN@
223 MAINT = @MAINT@
224 MAKEINFO = @MAKEINFO@
225 MANIFEST_TOOL = @MANIFEST_TOOL@
226 MKDIR_P = @MKDIR_P@
227 NM = @NM@
228 NMEDIT = @NMEDIT@
229 OBJDUMP = @OBJDUMP@
230 OBJEXT = @OBJEXT@
231 OTOOL = @OTOOL@
232 OTOOL64 = @OTOOL64@
233 PACKAGE = @PACKAGE@
234 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
235 PACKAGE_NAME = @PACKAGE_NAME@
236 PACKAGE_STRING = @PACKAGE_STRING@
237 PACKAGE_TARNAME = @PACKAGE_TARNAME@
238 PACKAGE_URL = @PACKAGE_URL@
239 PACKAGE_VERSION = @PACKAGE_VERSION@
240 PATH_SEPARATOR = @PATH_SEPARATOR@
241 PROBES_SOURCE = @PROBES_SOURCE@
242 RANLIB = @RANLIB@
243 RONN = @RONN@
244 SAFECODE_HOME = @SAFECODE_HOME@
245 SED = @SED@
246 SET_MAKE = @SET_MAKE@
247 SHELL = @SHELL@
248 SIXJACK = @SIXJACK@
249 STRIP = @STRIP@
250 VERSION = @VERSION@
251 abs_builddir = @abs_builddir@
252 abs_srcdir = @abs_srcdir@
253 abs_top_builddir = @abs_top_builddir@
254 abs_top_srcdir = @abs_top_srcdir@
255 ac_ct_AR = @ac_ct_AR@
256 ac_ct_CC = @ac_ct_CC@
257 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
258 am__include = @am__include@
259 am__leading_dot = @am__leading_dot@
260 am__quote = @am__quote@
261 am__tar = @am__tar@
262 am__untar = @am__untar@
263 bindir = @bindir@
264 build = @build@
265 build_alias = @build_alias@
266 build_cpu = @build_cpu@
267 build_os = @build_os@
268 build_vendor = @build_vendor@
269 builddir = @builddir@
270 datadir = @datadir@
271 datarootdir = @datarootdir@
272 docdir = @docdir@
273 dvidir = @dvidir@
274 exec_prefix = @exec_prefix@
275 host = @host@
276 host_alias = @host_alias@
277 host_cpu = @host_cpu@
278 host_os = @host_os@
279 host_vendor = @host_vendor@
280 htmldir = @htmldir@
281 includedir = @includedir@
282 infodir = @infodir@
283 install_sh = @install_sh@
284 libdir = @libdir@
285 libexecdir = @libexecdir@
286 localedir = @localedir@
287 localstatedir = @localstatedir@
288 ltdl_LIBOBJS = @ltdl_LIBOBJS@
289 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
290 mandir = @mandir@
291 mkdir_p = @mkdir_p@
292 oldincludedir = @oldincludedir@
293 pdfdir = @pdfdir@
294 prefix = @prefix@
295 program_transform_name = @program_transform_name@
296 psdir = @psdir@
297 sbindir = @sbindir@
298 sharedstatedir = @sharedstatedir@
299 srcdir = @srcdir@
300 subdirs = @subdirs@
301 sys_symbol_underscore = @sys_symbol_underscore@
302 sysconfdir = @sysconfdir@
303 target_alias = @target_alias@
304 top_build_prefix = @top_build_prefix@
305 top_builddir = @top_builddir@
306 top_srcdir = @top_srcdir@
307 DNSCRYPT_EXPORT = \
308 dnscrypt/plugin.h \
309 dnscrypt/private.h \
310 dnscrypt/version.h
312 EXTRA_SRC = $(DNSCRYPT_EXPORT) \
313 dnscrypt/version.h.in
315 nobase_include_HEADERS = $(DNSCRYPT_EXPORT)
316 all: all-am
318 .SUFFIXES:
319 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
320 @for dep in $?; do \
321 case '$(am__configure_deps)' in \
322 *$$dep*) \
323 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
324 && { if test -f $@; then exit 0; else break; fi; }; \
325 exit 1;; \
326 esac; \
327 done; \
328 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/include/Makefile'; \
329 $(am__cd) $(top_srcdir) && \
330 $(AUTOMAKE) --gnu src/include/Makefile
331 .PRECIOUS: Makefile
332 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
333 @case '$?' in \
334 *config.status*) \
335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
336 *) \
337 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
338 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
339 esac;
341 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
342 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
345 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
347 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348 $(am__aclocal_m4_deps):
350 mostlyclean-libtool:
351 -rm -f *.lo
353 clean-libtool:
354 -rm -rf .libs _libs
355 install-nobase_includeHEADERS: $(nobase_include_HEADERS)
356 @$(NORMAL_INSTALL)
357 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
358 if test -n "$$list"; then \
359 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
360 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
361 fi; \
362 $(am__nobase_list) | while read dir files; do \
363 xfiles=; for file in $$files; do \
364 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
365 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
366 test -z "$$xfiles" || { \
367 test "x$$dir" = x. || { \
368 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
369 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
370 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
371 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
372 done
374 uninstall-nobase_includeHEADERS:
375 @$(NORMAL_UNINSTALL)
376 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
377 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
378 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
380 ID: $(am__tagged_files)
381 $(am__define_uniq_tagged_files); mkid -fID $$unique
382 tags: tags-am
383 TAGS: tags
385 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
386 set x; \
387 here=`pwd`; \
388 $(am__define_uniq_tagged_files); \
389 shift; \
390 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391 test -n "$$unique" || unique=$$empty_fix; \
392 if test $$# -gt 0; then \
393 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
394 "$$@" $$unique; \
395 else \
396 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397 $$unique; \
398 fi; \
400 ctags: ctags-am
402 CTAGS: ctags
403 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
404 $(am__define_uniq_tagged_files); \
405 test -z "$(CTAGS_ARGS)$$unique" \
406 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407 $$unique
409 GTAGS:
410 here=`$(am__cd) $(top_builddir) && pwd` \
411 && $(am__cd) $(top_srcdir) \
412 && gtags -i $(GTAGS_ARGS) "$$here"
413 cscopelist: cscopelist-am
415 cscopelist-am: $(am__tagged_files)
416 list='$(am__tagged_files)'; \
417 case "$(srcdir)" in \
418 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
419 *) sdir=$(subdir)/$(srcdir) ;; \
420 esac; \
421 for i in $$list; do \
422 if test -f "$$i"; then \
423 echo "$(subdir)/$$i"; \
424 else \
425 echo "$$sdir/$$i"; \
426 fi; \
427 done >> $(top_builddir)/cscope.files
429 distclean-tags:
430 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
432 distdir: $(DISTFILES)
433 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
434 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435 list='$(DISTFILES)'; \
436 dist_files=`for file in $$list; do echo $$file; done | \
437 sed -e "s|^$$srcdirstrip/||;t" \
438 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
439 case $$dist_files in \
440 */*) $(MKDIR_P) `echo "$$dist_files" | \
441 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
442 sort -u` ;; \
443 esac; \
444 for file in $$dist_files; do \
445 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
446 if test -d $$d/$$file; then \
447 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
448 if test -d "$(distdir)/$$file"; then \
449 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
450 fi; \
451 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
452 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
453 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
454 fi; \
455 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
456 else \
457 test -f "$(distdir)/$$file" \
458 || cp -p $$d/$$file "$(distdir)/$$file" \
459 || exit 1; \
460 fi; \
461 done
462 check-am: all-am
463 check: check-am
464 all-am: Makefile $(HEADERS)
465 installdirs:
466 for dir in "$(DESTDIR)$(includedir)"; do \
467 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
468 done
469 install: install-am
470 install-exec: install-exec-am
471 install-data: install-data-am
472 uninstall: uninstall-am
474 install-am: all-am
475 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
477 installcheck: installcheck-am
478 install-strip:
479 if test -z '$(STRIP)'; then \
480 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
481 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
482 install; \
483 else \
484 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
485 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
486 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
488 mostlyclean-generic:
490 clean-generic:
492 distclean-generic:
493 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
494 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
496 maintainer-clean-generic:
497 @echo "This command is intended for maintainers to use"
498 @echo "it deletes files that may require special tools to rebuild."
499 clean: clean-am
501 clean-am: clean-generic clean-libtool mostlyclean-am
503 distclean: distclean-am
504 -rm -f Makefile
505 distclean-am: clean-am distclean-generic distclean-tags
507 dvi: dvi-am
509 dvi-am:
511 html: html-am
513 html-am:
515 info: info-am
517 info-am:
519 install-data-am: install-nobase_includeHEADERS
521 install-dvi: install-dvi-am
523 install-dvi-am:
525 install-exec-am:
527 install-html: install-html-am
529 install-html-am:
531 install-info: install-info-am
533 install-info-am:
535 install-man:
537 install-pdf: install-pdf-am
539 install-pdf-am:
541 install-ps: install-ps-am
543 install-ps-am:
545 installcheck-am:
547 maintainer-clean: maintainer-clean-am
548 -rm -f Makefile
549 maintainer-clean-am: distclean-am maintainer-clean-generic
551 mostlyclean: mostlyclean-am
553 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
555 pdf: pdf-am
557 pdf-am:
559 ps: ps-am
561 ps-am:
563 uninstall-am: uninstall-nobase_includeHEADERS
565 .MAKE: install-am install-strip
567 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
568 clean-libtool cscopelist-am ctags ctags-am distclean \
569 distclean-generic distclean-libtool distclean-tags distdir dvi \
570 dvi-am html html-am info info-am install install-am \
571 install-data install-data-am install-dvi install-dvi-am \
572 install-exec install-exec-am install-html install-html-am \
573 install-info install-info-am install-man \
574 install-nobase_includeHEADERS install-pdf install-pdf-am \
575 install-ps install-ps-am install-strip installcheck \
576 installcheck-am installdirs maintainer-clean \
577 maintainer-clean-generic mostlyclean mostlyclean-generic \
578 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
579 uninstall-am uninstall-nobase_includeHEADERS
582 # Tell versions [3.59,3.63) of GNU make to not export all variables.
583 # Otherwise a system limit (for SysV at least) may be exceeded.
584 .NOEXPORT: