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