Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / bsd / ntp / dist / include / Makefile.in
blob5223ccc2a585b485b47449e90cca258008944072
1 # Makefile.in generated by automake 1.11 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 Free Software Foundation,
6 # 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 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = include
38 DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
39 $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
42 $(top_srcdir)/m4/define_dir.m4 \
43 $(top_srcdir)/m4/ntp_cacheversion.m4 \
44 $(top_srcdir)/m4/ntp_dir_sep.m4 \
45 $(top_srcdir)/m4/ntp_lineeditlibs.m4 \
46 $(top_srcdir)/m4/ntp_vpathhack.m4 \
47 $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
48 $(top_srcdir)/configure.ac
49 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50 $(ACLOCAL_M4)
51 mkinstalldirs = $(install_sh) -d
52 CONFIG_HEADER = $(top_builddir)/config.h
53 CONFIG_CLEAN_FILES =
54 CONFIG_CLEAN_VPATH_FILES =
55 SOURCES =
56 DIST_SOURCES =
57 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58 html-recursive info-recursive install-data-recursive \
59 install-dvi-recursive install-exec-recursive \
60 install-html-recursive install-info-recursive \
61 install-pdf-recursive install-ps-recursive install-recursive \
62 installcheck-recursive installdirs-recursive pdf-recursive \
63 ps-recursive uninstall-recursive
64 HEADERS = $(noinst_HEADERS)
65 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
66 distclean-recursive maintainer-clean-recursive
67 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
68 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
69 distdir
70 ETAGS = etags
71 CTAGS = ctags
72 DIST_SUBDIRS = $(SUBDIRS)
73 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74 am__relativize = \
75 dir0=`pwd`; \
76 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
77 sed_rest='s,^[^/]*/*,,'; \
78 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
79 sed_butlast='s,/*[^/]*$$,,'; \
80 while test -n "$$dir1"; do \
81 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
82 if test "$$first" != "."; then \
83 if test "$$first" = ".."; then \
84 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
85 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
86 else \
87 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
88 if test "$$first2" = "$$first"; then \
89 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
90 else \
91 dir2="../$$dir2"; \
92 fi; \
93 dir0="$$dir0"/"$$first"; \
94 fi; \
95 fi; \
96 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
97 done; \
98 reldir="$$dir2"
99 ACLOCAL = @ACLOCAL@
100 AMTAR = @AMTAR@
101 AR = @AR@
102 ARLIB_DIR = @ARLIB_DIR@
103 AUTOCONF = @AUTOCONF@
104 AUTOHEADER = @AUTOHEADER@
105 AUTOMAKE = @AUTOMAKE@
106 AWK = @AWK@
107 BINSUBDIR = @BINSUBDIR@
108 CC = @CC@
109 CCDEPMODE = @CCDEPMODE@
110 CFLAGS = @CFLAGS@
111 CHUTEST = @CHUTEST@
112 CLKTEST = @CLKTEST@
113 CPP = @CPP@
114 CPPFLAGS = @CPPFLAGS@
115 CYGPATH_W = @CYGPATH_W@
116 DCFD = @DCFD@
117 DEFS = @DEFS@
118 DEPDIR = @DEPDIR@
119 ECHO = @ECHO@
120 ECHO_C = @ECHO_C@
121 ECHO_N = @ECHO_N@
122 ECHO_T = @ECHO_T@
123 EDITLINE_LIBS = @EDITLINE_LIBS@
124 EF_LIBS = @EF_LIBS@
125 EF_PROGS = @EF_PROGS@
126 EGREP = @EGREP@
127 EXEEXT = @EXEEXT@
128 GREP = @GREP@
129 HAVE_INLINE = @HAVE_INLINE@
130 INSTALL = @INSTALL@
131 INSTALL_DATA = @INSTALL_DATA@
132 INSTALL_PROGRAM = @INSTALL_PROGRAM@
133 INSTALL_SCRIPT = @INSTALL_SCRIPT@
134 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
135 LCRYPTO = @LCRYPTO@
136 LDFLAGS = @LDFLAGS@
137 LIBOBJS = @LIBOBJS@
138 LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
139 LIBOPTS_DIR = @LIBOPTS_DIR@
140 LIBOPTS_LDADD = @LIBOPTS_LDADD@
141 LIBPARSE = @LIBPARSE@
142 LIBS = @LIBS@
143 LIBTOOL = @LIBTOOL@
144 LN_S = @LN_S@
145 LSCF = @LSCF@
146 LTLIBOBJS = @LTLIBOBJS@
147 MAKEINFO = @MAKEINFO@
148 MAKE_ADJTIMED = @MAKE_ADJTIMED@
149 MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
150 MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
151 MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
152 MAKE_LIBPARSE = @MAKE_LIBPARSE@
153 MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
154 MAKE_NTPDSIM = @MAKE_NTPDSIM@
155 MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
156 MAKE_NTPTIME = @MAKE_NTPTIME@
157 MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
158 MAKE_TICKADJ = @MAKE_TICKADJ@
159 MAKE_TIMETRIM = @MAKE_TIMETRIM@
160 MKDIR_P = @MKDIR_P@
161 OBJEXT = @OBJEXT@
162 OPENSSL = @OPENSSL@
163 OPENSSL_INC = @OPENSSL_INC@
164 OPENSSL_LIB = @OPENSSL_LIB@
165 PACKAGE = @PACKAGE@
166 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
167 PACKAGE_NAME = @PACKAGE_NAME@
168 PACKAGE_STRING = @PACKAGE_STRING@
169 PACKAGE_TARNAME = @PACKAGE_TARNAME@
170 PACKAGE_URL = @PACKAGE_URL@
171 PACKAGE_VERSION = @PACKAGE_VERSION@
172 PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
173 PATH_PERL = @PATH_PERL@
174 PATH_SEPARATOR = @PATH_SEPARATOR@
175 PATH_SH = @PATH_SH@
176 PROPDELAY = @PROPDELAY@
177 RANLIB = @RANLIB@
178 SET_MAKE = @SET_MAKE@
179 SHELL = @SHELL@
180 SNMP_CFLAGS = @SNMP_CFLAGS@
181 SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
182 SNMP_LIBS = @SNMP_LIBS@
183 STRIP = @STRIP@
184 TESTDCF = @TESTDCF@
185 VERSION = @VERSION@
186 YACC = @YACC@
187 YFLAGS = @YFLAGS@
188 abs_builddir = @abs_builddir@
189 abs_srcdir = @abs_srcdir@
190 abs_top_builddir = @abs_top_builddir@
191 abs_top_srcdir = @abs_top_srcdir@
192 ac_ct_CC = @ac_ct_CC@
193 am__include = @am__include@
194 am__leading_dot = @am__leading_dot@
195 am__quote = @am__quote@
196 am__tar = @am__tar@
197 am__untar = @am__untar@
198 bindir = @bindir@
199 build = @build@
200 build_alias = @build_alias@
201 build_cpu = @build_cpu@
202 build_os = @build_os@
203 build_vendor = @build_vendor@
204 builddir = @builddir@
205 datadir = @datadir@
206 datarootdir = @datarootdir@
207 docdir = @docdir@
208 dvidir = @dvidir@
209 exec_prefix = @exec_prefix@
210 host = @host@
211 host_alias = @host_alias@
212 host_cpu = @host_cpu@
213 host_os = @host_os@
214 host_vendor = @host_vendor@
215 htmldir = @htmldir@
216 includedir = @includedir@
217 infodir = @infodir@
218 install_sh = @install_sh@
219 libdir = @libdir@
220 libexecdir = @libexecdir@
221 localedir = @localedir@
222 localstatedir = @localstatedir@
223 mandir = @mandir@
224 mkdir_p = @mkdir_p@
225 oldincludedir = @oldincludedir@
226 pdfdir = @pdfdir@
227 prefix = @prefix@
228 program_transform_name = @program_transform_name@
229 psdir = @psdir@
230 sbindir = @sbindir@
231 sharedstatedir = @sharedstatedir@
232 srcdir = @srcdir@
233 subdirs = @subdirs@
234 sysconfdir = @sysconfdir@
235 target_alias = @target_alias@
236 top_build_prefix = @top_build_prefix@
237 top_builddir = @top_builddir@
238 top_srcdir = @top_srcdir@
239 NULL =
240 AUTOMAKE_OPTIONS =
241 ETAGS_ARGS = $(srcdir)/Makefile.am
242 EXTRA_DIST = autogen-version.def copyright.def debug-opt.def homerc.def version.def version.texi
243 SUBDIRS = isc
244 noinst_HEADERS = \
245 adjtime.h \
246 audio.h \
247 ascii.h \
248 audio.h \
249 binio.h \
250 gps.h \
251 hopf6039.h \
252 icom.h \
253 ieee754io.h \
254 iosignal.h \
255 l_stdlib.h \
256 lib_strbuf.h \
257 mbg_gps166.h \
258 mx4200.h \
259 ntif.h \
260 ntp.h \
261 ntp_assert.h \
262 ntp_calendar.h \
263 ntp_cmdargs.h \
264 ntp_config.h \
265 ntp_control.h \
266 ntp_crypto.h \
267 ntp_data_structures.h \
268 ntp_datum.h \
269 ntp_debug.h \
270 ntp_filegen.h \
271 ntp_fp.h \
272 ntp_if.h \
273 ntp_io.h \
274 ntp_lineedit.h \
275 ntp_lists.h \
276 ntp_machine.h \
277 ntp_malloc.h \
278 ntp_md5.h \
279 ntp_net.h \
280 ntp_proto.h \
281 ntp_random.h \
282 ntp_refclock.h \
283 ntp_request.h \
284 ntp_rfc2553.h \
285 ntp_select.h \
286 ntp_sprintf.h \
287 ntp_stdlib.h \
288 ntp_string.h \
289 ntp_syscall.h \
290 ntp_syslog.h \
291 ntp_tty.h \
292 ntp_types.h \
293 ntp_unixtime.h \
294 ntpd.h \
295 ntpsim.h \
296 parse.h \
297 parse_conf.h \
298 recvbuff.h \
299 refclock_atom.h \
300 ssl_applink.c \
301 timepps-SCO.h \
302 timepps-Solaris.h \
303 timepps-SunOS.h \
304 trimble.h \
305 $(NULL)
307 all: all-recursive
309 .SUFFIXES:
310 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
311 @for dep in $?; do \
312 case '$(am__configure_deps)' in \
313 *$$dep*) \
314 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
315 && { if test -f $@; then exit 0; else break; fi; }; \
316 exit 1;; \
317 esac; \
318 done; \
319 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
320 $(am__cd) $(top_srcdir) && \
321 $(AUTOMAKE) --foreign include/Makefile
322 .PRECIOUS: Makefile
323 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
324 @case '$?' in \
325 *config.status*) \
326 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
327 *) \
328 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
329 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
330 esac;
332 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
333 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335 $(top_srcdir)/configure: $(am__configure_deps)
336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
338 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339 $(am__aclocal_m4_deps):
341 mostlyclean-libtool:
342 -rm -f *.lo
344 clean-libtool:
345 -rm -rf .libs _libs
347 # This directory's subdirectories are mostly independent; you can cd
348 # into them and run `make' without going through this Makefile.
349 # To change the values of `make' variables: instead of editing Makefiles,
350 # (1) if the variable is set in `config.status', edit `config.status'
351 # (which will cause the Makefiles to be regenerated when you run `make');
352 # (2) otherwise, pass the desired values on the `make' command line.
353 $(RECURSIVE_TARGETS):
354 @failcom='exit 1'; \
355 for f in x $$MAKEFLAGS; do \
356 case $$f in \
357 *=* | --[!k]*);; \
358 *k*) failcom='fail=yes';; \
359 esac; \
360 done; \
361 dot_seen=no; \
362 target=`echo $@ | sed s/-recursive//`; \
363 list='$(SUBDIRS)'; for subdir in $$list; do \
364 echo "Making $$target in $$subdir"; \
365 if test "$$subdir" = "."; then \
366 dot_seen=yes; \
367 local_target="$$target-am"; \
368 else \
369 local_target="$$target"; \
370 fi; \
371 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
372 || eval $$failcom; \
373 done; \
374 if test "$$dot_seen" = "no"; then \
375 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
376 fi; test -z "$$fail"
378 $(RECURSIVE_CLEAN_TARGETS):
379 @failcom='exit 1'; \
380 for f in x $$MAKEFLAGS; do \
381 case $$f in \
382 *=* | --[!k]*);; \
383 *k*) failcom='fail=yes';; \
384 esac; \
385 done; \
386 dot_seen=no; \
387 case "$@" in \
388 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
389 *) list='$(SUBDIRS)' ;; \
390 esac; \
391 rev=''; for subdir in $$list; do \
392 if test "$$subdir" = "."; then :; else \
393 rev="$$subdir $$rev"; \
394 fi; \
395 done; \
396 rev="$$rev ."; \
397 target=`echo $@ | sed s/-recursive//`; \
398 for subdir in $$rev; do \
399 echo "Making $$target in $$subdir"; \
400 if test "$$subdir" = "."; then \
401 local_target="$$target-am"; \
402 else \
403 local_target="$$target"; \
404 fi; \
405 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
406 || eval $$failcom; \
407 done && test -z "$$fail"
408 tags-recursive:
409 list='$(SUBDIRS)'; for subdir in $$list; do \
410 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
411 done
412 ctags-recursive:
413 list='$(SUBDIRS)'; for subdir in $$list; do \
414 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
415 done
417 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
418 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
419 unique=`for i in $$list; do \
420 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421 done | \
422 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
423 END { if (nonempty) { for (i in files) print i; }; }'`; \
424 mkid -fID $$unique
425 tags: TAGS
427 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
428 $(TAGS_FILES) $(LISP)
429 set x; \
430 here=`pwd`; \
431 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
432 include_option=--etags-include; \
433 empty_fix=.; \
434 else \
435 include_option=--include; \
436 empty_fix=; \
437 fi; \
438 list='$(SUBDIRS)'; for subdir in $$list; do \
439 if test "$$subdir" = .; then :; else \
440 test ! -f $$subdir/TAGS || \
441 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
442 fi; \
443 done; \
444 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
445 unique=`for i in $$list; do \
446 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447 done | \
448 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449 END { if (nonempty) { for (i in files) print i; }; }'`; \
450 shift; \
451 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
452 test -n "$$unique" || unique=$$empty_fix; \
453 if test $$# -gt 0; then \
454 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455 "$$@" $$unique; \
456 else \
457 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458 $$unique; \
459 fi; \
461 ctags: CTAGS
462 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
463 $(TAGS_FILES) $(LISP)
464 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
465 unique=`for i in $$list; do \
466 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467 done | \
468 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
469 END { if (nonempty) { for (i in files) print i; }; }'`; \
470 test -z "$(CTAGS_ARGS)$$unique" \
471 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
472 $$unique
474 GTAGS:
475 here=`$(am__cd) $(top_builddir) && pwd` \
476 && $(am__cd) $(top_srcdir) \
477 && gtags -i $(GTAGS_ARGS) "$$here"
479 distclean-tags:
480 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
482 distdir: $(DISTFILES)
483 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485 list='$(DISTFILES)'; \
486 dist_files=`for file in $$list; do echo $$file; done | \
487 sed -e "s|^$$srcdirstrip/||;t" \
488 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
489 case $$dist_files in \
490 */*) $(MKDIR_P) `echo "$$dist_files" | \
491 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
492 sort -u` ;; \
493 esac; \
494 for file in $$dist_files; do \
495 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
496 if test -d $$d/$$file; then \
497 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
498 if test -d "$(distdir)/$$file"; then \
499 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
500 fi; \
501 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
502 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
503 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504 fi; \
505 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
506 else \
507 test -f "$(distdir)/$$file" \
508 || cp -p $$d/$$file "$(distdir)/$$file" \
509 || exit 1; \
510 fi; \
511 done
512 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
513 if test "$$subdir" = .; then :; else \
514 test -d "$(distdir)/$$subdir" \
515 || $(MKDIR_P) "$(distdir)/$$subdir" \
516 || exit 1; \
517 fi; \
518 done
519 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
520 if test "$$subdir" = .; then :; else \
521 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
522 $(am__relativize); \
523 new_distdir=$$reldir; \
524 dir1=$$subdir; dir2="$(top_distdir)"; \
525 $(am__relativize); \
526 new_top_distdir=$$reldir; \
527 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
528 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
529 ($(am__cd) $$subdir && \
530 $(MAKE) $(AM_MAKEFLAGS) \
531 top_distdir="$$new_top_distdir" \
532 distdir="$$new_distdir" \
533 am__remove_distdir=: \
534 am__skip_length_check=: \
535 am__skip_mode_fix=: \
536 distdir) \
537 || exit 1; \
538 fi; \
539 done
540 check-am: all-am
541 check: check-recursive
542 all-am: Makefile $(HEADERS)
543 installdirs: installdirs-recursive
544 installdirs-am:
545 install: install-recursive
546 install-exec: install-exec-recursive
547 install-data: install-data-recursive
548 uninstall: uninstall-recursive
550 install-am: all-am
551 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
553 installcheck: installcheck-recursive
554 install-strip:
555 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
556 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
557 `test -z '$(STRIP)' || \
558 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
559 mostlyclean-generic:
561 clean-generic:
563 distclean-generic:
564 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
565 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
567 maintainer-clean-generic:
568 @echo "This command is intended for maintainers to use"
569 @echo "it deletes files that may require special tools to rebuild."
570 clean: clean-recursive
572 clean-am: clean-generic clean-libtool mostlyclean-am
574 distclean: distclean-recursive
575 -rm -f Makefile
576 distclean-am: clean-am distclean-generic distclean-tags
578 dvi: dvi-recursive
580 dvi-am:
582 html: html-recursive
584 html-am:
586 info: info-recursive
588 info-am:
590 install-data-am:
592 install-dvi: install-dvi-recursive
594 install-dvi-am:
596 install-exec-am:
598 install-html: install-html-recursive
600 install-html-am:
602 install-info: install-info-recursive
604 install-info-am:
606 install-man:
608 install-pdf: install-pdf-recursive
610 install-pdf-am:
612 install-ps: install-ps-recursive
614 install-ps-am:
616 installcheck-am:
618 maintainer-clean: maintainer-clean-recursive
619 -rm -f Makefile
620 maintainer-clean-am: distclean-am maintainer-clean-generic
622 mostlyclean: mostlyclean-recursive
624 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
626 pdf: pdf-recursive
628 pdf-am:
630 ps: ps-recursive
632 ps-am:
634 uninstall-am:
636 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
637 install-am install-strip tags-recursive
639 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
640 all all-am check check-am clean clean-generic clean-libtool \
641 ctags ctags-recursive distclean distclean-generic \
642 distclean-libtool distclean-tags distdir dvi dvi-am html \
643 html-am info info-am install install-am install-data \
644 install-data-am install-dvi install-dvi-am install-exec \
645 install-exec-am install-html install-html-am install-info \
646 install-info-am install-man install-pdf install-pdf-am \
647 install-ps install-ps-am install-strip installcheck \
648 installcheck-am installdirs installdirs-am maintainer-clean \
649 maintainer-clean-generic mostlyclean mostlyclean-generic \
650 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
651 uninstall uninstall-am
654 # Tell versions [3.59,3.63) of GNU make to not export all variables.
655 # Otherwise a system limit (for SysV at least) may be exceeded.
656 .NOEXPORT: