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