etc/protocols - sync with NetBSD-8
[minix.git] / external / bsd / dhcp / dist / Makefile.in
blob78cd1e20cbfbbfcf3edb61e649d730550c03bd35
1 # Makefile.in generated by automake 1.14 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 = .
82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83 $(top_srcdir)/configure $(am__configure_deps) \
84 $(top_srcdir)/doc/devel/doxyfile.in $(nobase_include_HEADERS) \
85 README compile config.guess config.sub depcomp install-sh \
86 missing
87 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
89 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90 $(ACLOCAL_M4)
91 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
92 configure.lineno config.status.lineno
93 mkinstalldirs = $(install_sh) -d
94 CONFIG_HEADER = $(top_builddir)/includes/config.h
95 CONFIG_CLEAN_FILES = doc/devel/doxyfile
96 CONFIG_CLEAN_VPATH_FILES =
97 AM_V_P = $(am__v_P_@AM_V@)
98 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
99 am__v_P_0 = false
100 am__v_P_1 = :
101 AM_V_GEN = $(am__v_GEN_@AM_V@)
102 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
103 am__v_GEN_0 = @echo " GEN " $@;
104 am__v_GEN_1 =
105 AM_V_at = $(am__v_at_@AM_V@)
106 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
107 am__v_at_0 = @
108 am__v_at_1 =
109 SOURCES =
110 DIST_SOURCES =
111 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
112 ctags-recursive dvi-recursive html-recursive info-recursive \
113 install-data-recursive install-dvi-recursive \
114 install-exec-recursive install-html-recursive \
115 install-info-recursive install-pdf-recursive \
116 install-ps-recursive install-recursive installcheck-recursive \
117 installdirs-recursive pdf-recursive ps-recursive \
118 tags-recursive uninstall-recursive
119 am__can_run_installinfo = \
120 case $$AM_UPDATE_INFO_DIR in \
121 n|no|NO) false;; \
122 *) (install-info --version) >/dev/null 2>&1;; \
123 esac
124 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
125 am__vpath_adj = case $$p in \
126 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
127 *) f=$$p;; \
128 esac;
129 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
130 am__install_max = 40
131 am__nobase_strip_setup = \
132 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
133 am__nobase_strip = \
134 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
135 am__nobase_list = $(am__nobase_strip_setup); \
136 for p in $$list; do echo "$$p $$p"; done | \
137 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
138 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
139 if (++n[$$2] == $(am__install_max)) \
140 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
141 END { for (dir in files) print dir, files[dir] }'
142 am__base_list = \
143 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
144 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
145 am__uninstall_files_from_dir = { \
146 test -z "$$files" \
147 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
148 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
149 $(am__cd) "$$dir" && rm -f $$files; }; \
151 am__installdirs = "$(DESTDIR)$(includedir)"
152 HEADERS = $(nobase_include_HEADERS)
153 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
154 distclean-recursive maintainer-clean-recursive
155 am__recursive_targets = \
156 $(RECURSIVE_TARGETS) \
157 $(RECURSIVE_CLEAN_TARGETS) \
158 $(am__extra_recursive_targets)
159 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
160 cscope distdir dist dist-all distcheck
161 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
162 # Read a list of newline-separated strings from the standard input,
163 # and print each of them once, without duplicates. Input order is
164 # *not* preserved.
165 am__uniquify_input = $(AWK) '\
166 BEGIN { nonempty = 0; } \
167 { items[$$0] = 1; nonempty = 1; } \
168 END { if (nonempty) { for (i in items) print i; }; } \
170 # Make sure the list of sources is unique. This is necessary because,
171 # e.g., the same source file might be shared among _SOURCES variables
172 # for different programs/libraries.
173 am__define_uniq_tagged_files = \
174 list='$(am__tagged_files)'; \
175 unique=`for i in $$list; do \
176 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
177 done | $(am__uniquify_input)`
178 ETAGS = etags
179 CTAGS = ctags
180 CSCOPE = cscope
181 DIST_SUBDIRS = $(SUBDIRS)
182 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
183 distdir = $(PACKAGE)-$(VERSION)
184 top_distdir = $(distdir)
185 am__remove_distdir = \
186 if test -d "$(distdir)"; then \
187 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
188 && rm -rf "$(distdir)" \
189 || { sleep 5 && rm -rf "$(distdir)"; }; \
190 else :; fi
191 am__post_remove_distdir = $(am__remove_distdir)
192 am__relativize = \
193 dir0=`pwd`; \
194 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
195 sed_rest='s,^[^/]*/*,,'; \
196 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
197 sed_butlast='s,/*[^/]*$$,,'; \
198 while test -n "$$dir1"; do \
199 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
200 if test "$$first" != "."; then \
201 if test "$$first" = ".."; then \
202 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
203 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
204 else \
205 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
206 if test "$$first2" = "$$first"; then \
207 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
208 else \
209 dir2="../$$dir2"; \
210 fi; \
211 dir0="$$dir0"/"$$first"; \
212 fi; \
213 fi; \
214 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
215 done; \
216 reldir="$$dir2"
217 DIST_ARCHIVES = $(distdir).tar.gz
218 GZIP_ENV = --best
219 DIST_TARGETS = dist-gzip
220 distuninstallcheck_listfiles = find . -type f -print
221 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
222 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
223 distcleancheck_listfiles = find . -type f -print
224 ACLOCAL = @ACLOCAL@
225 AMTAR = @AMTAR@
226 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
227 ATF_CFLAGS = @ATF_CFLAGS@
228 ATF_LDFLAGS = @ATF_LDFLAGS@
229 AUTOCONF = @AUTOCONF@
230 AUTOHEADER = @AUTOHEADER@
231 AUTOMAKE = @AUTOMAKE@
232 AWK = @AWK@
233 CC = @CC@
234 CCDEPMODE = @CCDEPMODE@
235 CFLAGS = @CFLAGS@
236 CPP = @CPP@
237 CPPFLAGS = @CPPFLAGS@
238 CYGPATH_W = @CYGPATH_W@
239 DEFS = @DEFS@
240 DEPDIR = @DEPDIR@
241 ECHO_C = @ECHO_C@
242 ECHO_N = @ECHO_N@
243 ECHO_T = @ECHO_T@
244 EGREP = @EGREP@
245 EXEEXT = @EXEEXT@
246 GREP = @GREP@
247 INSTALL = @INSTALL@
248 INSTALL_DATA = @INSTALL_DATA@
249 INSTALL_PROGRAM = @INSTALL_PROGRAM@
250 INSTALL_SCRIPT = @INSTALL_SCRIPT@
251 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252 LDAP_CFLAGS = @LDAP_CFLAGS@
253 LDFLAGS = @LDFLAGS@
254 LIBOBJS = @LIBOBJS@
255 LIBS = @LIBS@
256 LTLIBOBJS = @LTLIBOBJS@
257 MAINT = @MAINT@
258 MAKEINFO = @MAKEINFO@
259 MKDIR_P = @MKDIR_P@
260 OBJEXT = @OBJEXT@
261 PACKAGE = @PACKAGE@
262 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
263 PACKAGE_NAME = @PACKAGE_NAME@
264 PACKAGE_STRING = @PACKAGE_STRING@
265 PACKAGE_TARNAME = @PACKAGE_TARNAME@
266 PACKAGE_URL = @PACKAGE_URL@
267 PACKAGE_VERSION = @PACKAGE_VERSION@
268 PATH_SEPARATOR = @PATH_SEPARATOR@
269 RANLIB = @RANLIB@
270 SET_MAKE = @SET_MAKE@
271 SHELL = @SHELL@
272 STRIP = @STRIP@
273 VERSION = @VERSION@
274 abs_builddir = @abs_builddir@
275 abs_srcdir = @abs_srcdir@
276 abs_top_builddir = @abs_top_builddir@
277 abs_top_srcdir = @abs_top_srcdir@
278 ac_ct_CC = @ac_ct_CC@
279 ac_prefix_program = @ac_prefix_program@
280 am__include = @am__include@
281 am__leading_dot = @am__leading_dot@
282 am__quote = @am__quote@
283 am__tar = @am__tar@
284 am__untar = @am__untar@
285 bindir = @bindir@
286 build = @build@
287 build_alias = @build_alias@
288 build_cpu = @build_cpu@
289 build_os = @build_os@
290 build_vendor = @build_vendor@
291 builddir = @builddir@
292 byte_order = @byte_order@
293 datadir = @datadir@
294 datarootdir = @datarootdir@
295 docdir = @docdir@
296 dvidir = @dvidir@
297 exec_prefix = @exec_prefix@
298 host = @host@
299 host_alias = @host_alias@
300 host_cpu = @host_cpu@
301 host_os = @host_os@
302 host_vendor = @host_vendor@
303 htmldir = @htmldir@
304 includedir = @includedir@
305 infodir = @infodir@
306 install_sh = @install_sh@
307 libdir = @libdir@
308 libexecdir = @libexecdir@
309 localedir = @localedir@
310 localstatedir = @localstatedir@
311 mandir = @mandir@
312 mkdir_p = @mkdir_p@
313 oldincludedir = @oldincludedir@
314 pdfdir = @pdfdir@
315 prefix = @prefix@
316 program_transform_name = @program_transform_name@
317 psdir = @psdir@
318 sbindir = @sbindir@
319 sharedstatedir = @sharedstatedir@
320 srcdir = @srcdir@
321 sysconfdir = @sysconfdir@
322 target_alias = @target_alias@
323 top_build_prefix = @top_build_prefix@
324 top_builddir = @top_builddir@
325 top_srcdir = @top_srcdir@
328 # We have a lot of files that we want shipped with the distribution.
330 EXTRA_DIST = RELNOTES LICENSE \
331 contrib/3.0b1-lease-convert contrib/dhclient-tz-exithook.sh \
332 contrib/dhcp.spec contrib/sethostname.sh contrib/solaris.init \
333 contrib/ms2isc/Registry.pm contrib/ms2isc/ms2isc.pl \
334 contrib/ms2isc/readme.txt contrib/ldap/dhcpd-conf-to-ldap \
335 contrib/ldap/dhcp.schema contrib/ldap/README.ldap \
336 contrib/dhcp-lease-list.pl \
337 doc/IANA-arp-parameters doc/Makefile doc/References.html \
338 doc/References.txt doc/References.xml doc/api+protocol \
339 doc/ja_JP.eucJP/dhclient-script.8 doc/ja_JP.eucJP/dhclient.8 \
340 doc/ja_JP.eucJP/dhclient.conf.5 doc/ja_JP.eucJP/dhclient.leases.5 \
341 doc/ja_JP.eucJP/dhcp-eval.5 doc/ja_JP.eucJP/dhcp-options.5 \
342 doc/examples/dhclient-dhcpv6.conf doc/examples/dhcpd-dhcpv6.conf \
343 doc/devel/arch.dox doc/devel/atf.dox doc/devel/contrib.dox \
344 doc/devel/debug.dox doc/devel/isc-logo.jpg doc/devel/mainpage.dox \
345 doc/devel/omapi.dox doc/devel/qa.dox util/bindvar.sh \
346 bind/Makefile bind/bind.tar.gz bind/version.tmp \
347 common/tests/Atffile server/tests/Atffile
349 SUBDIRS = bind includes tests common dst omapip client dhcpctl relay server
350 nobase_include_HEADERS = dhcpctl/dhcpctl.h
351 all: all-recursive
353 .SUFFIXES:
354 am--refresh: Makefile
356 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
357 @for dep in $?; do \
358 case '$(am__configure_deps)' in \
359 *$$dep*) \
360 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
361 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
362 && exit 0; \
363 exit 1;; \
364 esac; \
365 done; \
366 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
367 $(am__cd) $(top_srcdir) && \
368 $(AUTOMAKE) --foreign Makefile
369 .PRECIOUS: Makefile
371 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
372 $(SHELL) ./config.status --recheck
374 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
375 $(am__cd) $(srcdir) && $(AUTOCONF)
376 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
377 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
378 $(am__aclocal_m4_deps):
379 doc/devel/doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/devel/doxyfile.in
380 cd $(top_builddir) && $(SHELL) ./config.status $@
381 install-nobase_includeHEADERS: $(nobase_include_HEADERS)
382 @$(NORMAL_INSTALL)
383 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
384 if test -n "$$list"; then \
385 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
386 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
387 fi; \
388 $(am__nobase_list) | while read dir files; do \
389 xfiles=; for file in $$files; do \
390 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
391 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
392 test -z "$$xfiles" || { \
393 test "x$$dir" = x. || { \
394 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
395 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
396 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
397 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
398 done
400 uninstall-nobase_includeHEADERS:
401 @$(NORMAL_UNINSTALL)
402 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
403 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
404 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
406 # This directory's subdirectories are mostly independent; you can cd
407 # into them and run 'make' without going through this Makefile.
408 # To change the values of 'make' variables: instead of editing Makefiles,
409 # (1) if the variable is set in 'config.status', edit 'config.status'
410 # (which will cause the Makefiles to be regenerated when you run 'make');
411 # (2) otherwise, pass the desired values on the 'make' command line.
412 $(am__recursive_targets):
413 @fail=; \
414 if $(am__make_keepgoing); then \
415 failcom='fail=yes'; \
416 else \
417 failcom='exit 1'; \
418 fi; \
419 dot_seen=no; \
420 target=`echo $@ | sed s/-recursive//`; \
421 case "$@" in \
422 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
423 *) list='$(SUBDIRS)' ;; \
424 esac; \
425 for subdir in $$list; do \
426 echo "Making $$target in $$subdir"; \
427 if test "$$subdir" = "."; then \
428 dot_seen=yes; \
429 local_target="$$target-am"; \
430 else \
431 local_target="$$target"; \
432 fi; \
433 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
434 || eval $$failcom; \
435 done; \
436 if test "$$dot_seen" = "no"; then \
437 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
438 fi; test -z "$$fail"
440 ID: $(am__tagged_files)
441 $(am__define_uniq_tagged_files); mkid -fID $$unique
442 tags: tags-recursive
443 TAGS: tags
445 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
446 set x; \
447 here=`pwd`; \
448 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
449 include_option=--etags-include; \
450 empty_fix=.; \
451 else \
452 include_option=--include; \
453 empty_fix=; \
454 fi; \
455 list='$(SUBDIRS)'; for subdir in $$list; do \
456 if test "$$subdir" = .; then :; else \
457 test ! -f $$subdir/TAGS || \
458 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
459 fi; \
460 done; \
461 $(am__define_uniq_tagged_files); \
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-recursive
475 CTAGS: ctags
476 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
477 $(am__define_uniq_tagged_files); \
478 test -z "$(CTAGS_ARGS)$$unique" \
479 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
480 $$unique
482 GTAGS:
483 here=`$(am__cd) $(top_builddir) && pwd` \
484 && $(am__cd) $(top_srcdir) \
485 && gtags -i $(GTAGS_ARGS) "$$here"
486 cscope: cscope.files
487 test ! -s cscope.files \
488 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
489 clean-cscope:
490 -rm -f cscope.files
491 cscope.files: clean-cscope cscopelist
492 cscopelist: cscopelist-recursive
494 cscopelist-am: $(am__tagged_files)
495 list='$(am__tagged_files)'; \
496 case "$(srcdir)" in \
497 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
498 *) sdir=$(subdir)/$(srcdir) ;; \
499 esac; \
500 for i in $$list; do \
501 if test -f "$$i"; then \
502 echo "$(subdir)/$$i"; \
503 else \
504 echo "$$sdir/$$i"; \
505 fi; \
506 done >> $(top_builddir)/cscope.files
508 distclean-tags:
509 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
510 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
512 distdir: $(DISTFILES)
513 $(am__remove_distdir)
514 test -d "$(distdir)" || mkdir "$(distdir)"
515 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
516 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517 list='$(DISTFILES)'; \
518 dist_files=`for file in $$list; do echo $$file; done | \
519 sed -e "s|^$$srcdirstrip/||;t" \
520 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
521 case $$dist_files in \
522 */*) $(MKDIR_P) `echo "$$dist_files" | \
523 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
524 sort -u` ;; \
525 esac; \
526 for file in $$dist_files; do \
527 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
528 if test -d $$d/$$file; then \
529 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
530 if test -d "$(distdir)/$$file"; then \
531 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
532 fi; \
533 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
534 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
535 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
536 fi; \
537 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
538 else \
539 test -f "$(distdir)/$$file" \
540 || cp -p $$d/$$file "$(distdir)/$$file" \
541 || exit 1; \
542 fi; \
543 done
544 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
545 if test "$$subdir" = .; then :; else \
546 $(am__make_dryrun) \
547 || test -d "$(distdir)/$$subdir" \
548 || $(MKDIR_P) "$(distdir)/$$subdir" \
549 || exit 1; \
550 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
551 $(am__relativize); \
552 new_distdir=$$reldir; \
553 dir1=$$subdir; dir2="$(top_distdir)"; \
554 $(am__relativize); \
555 new_top_distdir=$$reldir; \
556 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
557 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
558 ($(am__cd) $$subdir && \
559 $(MAKE) $(AM_MAKEFLAGS) \
560 top_distdir="$$new_top_distdir" \
561 distdir="$$new_distdir" \
562 am__remove_distdir=: \
563 am__skip_length_check=: \
564 am__skip_mode_fix=: \
565 distdir) \
566 || exit 1; \
567 fi; \
568 done
569 -test -n "$(am__skip_mode_fix)" \
570 || find "$(distdir)" -type d ! -perm -755 \
571 -exec chmod u+rwx,go+rx {} \; -o \
572 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
573 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
574 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
575 || chmod -R a+r "$(distdir)"
576 dist-gzip: distdir
577 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
578 $(am__post_remove_distdir)
580 dist-bzip2: distdir
581 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
582 $(am__post_remove_distdir)
584 dist-lzip: distdir
585 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
586 $(am__post_remove_distdir)
588 dist-xz: distdir
589 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
590 $(am__post_remove_distdir)
592 dist-tarZ: distdir
593 @echo WARNING: "Support for shar distribution archives is" \
594 "deprecated." >&2
595 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
596 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
597 $(am__post_remove_distdir)
599 dist-shar: distdir
600 @echo WARNING: "Support for distribution archives compressed with" \
601 "legacy program 'compress' is deprecated." >&2
602 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
603 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
604 $(am__post_remove_distdir)
606 dist-zip: distdir
607 -rm -f $(distdir).zip
608 zip -rq $(distdir).zip $(distdir)
609 $(am__post_remove_distdir)
611 dist dist-all:
612 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
613 $(am__post_remove_distdir)
615 # This target untars the dist file and tries a VPATH configuration. Then
616 # it guarantees that the distribution is self-contained by making another
617 # tarfile.
618 distcheck: dist
619 case '$(DIST_ARCHIVES)' in \
620 *.tar.gz*) \
621 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
622 *.tar.bz2*) \
623 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
624 *.tar.lz*) \
625 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
626 *.tar.xz*) \
627 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
628 *.tar.Z*) \
629 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
630 *.shar.gz*) \
631 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
632 *.zip*) \
633 unzip $(distdir).zip ;;\
634 esac
635 chmod -R a-w $(distdir)
636 chmod u+w $(distdir)
637 mkdir $(distdir)/_build $(distdir)/_inst
638 chmod a-w $(distdir)
639 test -d $(distdir)/_build || exit 0; \
640 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
641 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
642 && am__cwd=`pwd` \
643 && $(am__cd) $(distdir)/_build \
644 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
645 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
646 $(DISTCHECK_CONFIGURE_FLAGS) \
647 && $(MAKE) $(AM_MAKEFLAGS) \
648 && $(MAKE) $(AM_MAKEFLAGS) dvi \
649 && $(MAKE) $(AM_MAKEFLAGS) check \
650 && $(MAKE) $(AM_MAKEFLAGS) install \
651 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
652 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
653 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
654 distuninstallcheck \
655 && chmod -R a-w "$$dc_install_base" \
656 && ({ \
657 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
658 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
659 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
660 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
661 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
662 } || { rm -rf "$$dc_destdir"; exit 1; }) \
663 && rm -rf "$$dc_destdir" \
664 && $(MAKE) $(AM_MAKEFLAGS) dist \
665 && rm -rf $(DIST_ARCHIVES) \
666 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
667 && cd "$$am__cwd" \
668 || exit 1
669 $(am__post_remove_distdir)
670 @(echo "$(distdir) archives ready for distribution: "; \
671 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
672 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
673 distuninstallcheck:
674 @test -n '$(distuninstallcheck_dir)' || { \
675 echo 'ERROR: trying to run $@ with an empty' \
676 '$$(distuninstallcheck_dir)' >&2; \
677 exit 1; \
678 }; \
679 $(am__cd) '$(distuninstallcheck_dir)' || { \
680 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
681 exit 1; \
682 }; \
683 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
684 || { echo "ERROR: files left after uninstall:" ; \
685 if test -n "$(DESTDIR)"; then \
686 echo " (check DESTDIR support)"; \
687 fi ; \
688 $(distuninstallcheck_listfiles) ; \
689 exit 1; } >&2
690 distcleancheck: distclean
691 @if test '$(srcdir)' = . ; then \
692 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
693 exit 1 ; \
695 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
696 || { echo "ERROR: files left in build directory after distclean:" ; \
697 $(distcleancheck_listfiles) ; \
698 exit 1; } >&2
699 check-am: all-am
700 check: check-recursive
701 all-am: Makefile $(HEADERS)
702 installdirs: installdirs-recursive
703 installdirs-am:
704 for dir in "$(DESTDIR)$(includedir)"; do \
705 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
706 done
707 install: install-recursive
708 install-exec: install-exec-recursive
709 install-data: install-data-recursive
710 uninstall: uninstall-recursive
712 install-am: all-am
713 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
715 installcheck: installcheck-recursive
716 install-strip:
717 if test -z '$(STRIP)'; then \
718 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
719 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
720 install; \
721 else \
722 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
723 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
724 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
726 mostlyclean-generic:
728 clean-generic:
730 distclean-generic:
731 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
732 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
734 maintainer-clean-generic:
735 @echo "This command is intended for maintainers to use"
736 @echo "it deletes files that may require special tools to rebuild."
737 clean: clean-recursive
739 clean-am: clean-generic mostlyclean-am
741 distclean: distclean-recursive
742 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
743 -rm -f Makefile
744 distclean-am: clean-am distclean-generic distclean-tags
746 dvi: dvi-recursive
748 dvi-am:
750 html: html-recursive
752 html-am:
754 info: info-recursive
756 info-am:
758 install-data-am: install-nobase_includeHEADERS
760 install-dvi: install-dvi-recursive
762 install-dvi-am:
764 install-exec-am:
766 install-html: install-html-recursive
768 install-html-am:
770 install-info: install-info-recursive
772 install-info-am:
774 install-man:
776 install-pdf: install-pdf-recursive
778 install-pdf-am:
780 install-ps: install-ps-recursive
782 install-ps-am:
784 installcheck-am:
786 maintainer-clean: maintainer-clean-recursive
787 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
788 -rm -rf $(top_srcdir)/autom4te.cache
789 -rm -f Makefile
790 maintainer-clean-am: distclean-am maintainer-clean-generic
792 mostlyclean: mostlyclean-recursive
794 mostlyclean-am: mostlyclean-generic
796 pdf: pdf-recursive
798 pdf-am:
800 ps: ps-recursive
802 ps-am:
804 uninstall-am: uninstall-nobase_includeHEADERS
806 .MAKE: $(am__recursive_targets) install-am install-strip
808 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
809 am--refresh check check-am clean clean-cscope clean-generic \
810 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
811 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
812 distcheck distclean distclean-generic distclean-tags \
813 distcleancheck distdir distuninstallcheck dvi dvi-am html \
814 html-am info info-am install install-am install-data \
815 install-data-am install-dvi install-dvi-am install-exec \
816 install-exec-am install-html install-html-am install-info \
817 install-info-am install-man install-nobase_includeHEADERS \
818 install-pdf install-pdf-am install-ps install-ps-am \
819 install-strip installcheck installcheck-am installdirs \
820 installdirs-am maintainer-clean maintainer-clean-generic \
821 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
822 tags-am uninstall uninstall-am uninstall-nobase_includeHEADERS
826 # automake adds dependencies that we don't like, so we explicitly remove them
828 Makefile:
830 # Tell versions [3.59,3.63) of GNU make to not export all variables.
831 # Otherwise a system limit (for SysV at least) may be exceeded.
832 .NOEXPORT: