missed one!
[debian/atlc] / docs / html-docs / 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
18 # This is Makefile.am, which is proceed by automake
19
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkglibexecdir = $(libexecdir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 subdir = docs/html-docs
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
43         $(top_srcdir)/configure.ac
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45         $(ACLOCAL_M4)
46 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
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 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
60 am__vpath_adj = case $$p in \
61     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
62     *) f=$$p;; \
63   esac;
64 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
65 am__install_max = 40
66 am__nobase_strip_setup = \
67   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
68 am__nobase_strip = \
69   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
70 am__nobase_list = $(am__nobase_strip_setup); \
71   for p in $$list; do echo "$$p $$p"; done | \
72   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
73   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
74     if (++n[$$2] == $(am__install_max)) \
75       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
76     END { for (dir in files) print dir, files[dir] }'
77 am__base_list = \
78   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
79   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
80 am__installdirs = "$(DESTDIR)$(htmldir)"
81 DATA = $(html_DATA)
82 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
83   distclean-recursive maintainer-clean-recursive
84 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
85         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
86         distdir
87 ETAGS = etags
88 CTAGS = ctags
89 DIST_SUBDIRS = $(SUBDIRS)
90 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91 am__relativize = \
92   dir0=`pwd`; \
93   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
94   sed_rest='s,^[^/]*/*,,'; \
95   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
96   sed_butlast='s,/*[^/]*$$,,'; \
97   while test -n "$$dir1"; do \
98     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
99     if test "$$first" != "."; then \
100       if test "$$first" = ".."; then \
101         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
102         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
103       else \
104         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
105         if test "$$first2" = "$$first"; then \
106           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
107         else \
108           dir2="../$$dir2"; \
109         fi; \
110         dir0="$$dir0"/"$$first"; \
111       fi; \
112     fi; \
113     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
114   done; \
115   reldir="$$dir2"
116 ACLOCAL = @ACLOCAL@
117 AMTAR = @AMTAR@
118 AUTOCONF = @AUTOCONF@
119 AUTOHEADER = @AUTOHEADER@
120 AUTOMAKE = @AUTOMAKE@
121 AWK = @AWK@
122 CC = @CC@
123 CCDEPMODE = @CCDEPMODE@
124 CFLAGS = @CFLAGS@
125 CPP = @CPP@
126 CPPFLAGS = @CPPFLAGS@
127 CYGPATH_W = @CYGPATH_W@
128 DEFS = @DEFS@
129 DEPDIR = @DEPDIR@
130 ECHO_C = @ECHO_C@
131 ECHO_N = @ECHO_N@
132 ECHO_T = @ECHO_T@
133 EGREP = @EGREP@
134 EXEEXT = @EXEEXT@
135 GREP = @GREP@
136 INSTALL = @INSTALL@
137 INSTALL_DATA = @INSTALL_DATA@
138 INSTALL_PROGRAM = @INSTALL_PROGRAM@
139 INSTALL_SCRIPT = @INSTALL_SCRIPT@
140 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
141 LDFLAGS = @LDFLAGS@
142 LIBOBJS = @LIBOBJS@
143 LIBS = @LIBS@
144 LTLIBOBJS = @LTLIBOBJS@
145 MAKEINFO = @MAKEINFO@
146 MKDIR_P = @MKDIR_P@
147 OBJEXT = @OBJEXT@
148 PACKAGE = @PACKAGE@
149 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150 PACKAGE_NAME = @PACKAGE_NAME@
151 PACKAGE_STRING = @PACKAGE_STRING@
152 PACKAGE_TARNAME = @PACKAGE_TARNAME@
153 PACKAGE_URL = @PACKAGE_URL@
154 PACKAGE_VERSION = @PACKAGE_VERSION@
155 PATH_SEPARATOR = @PATH_SEPARATOR@
156 POW_LIB = @POW_LIB@
157 PTHREAD_CC = @PTHREAD_CC@
158 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
159 PTHREAD_LIBS = @PTHREAD_LIBS@
160 SET_MAKE = @SET_MAKE@
161 SHELL = @SHELL@
162 STRIP = @STRIP@
163 VERSION = @VERSION@
164 abs_builddir = @abs_builddir@
165 abs_srcdir = @abs_srcdir@
166 abs_top_builddir = @abs_top_builddir@
167 abs_top_srcdir = @abs_top_srcdir@
168 ac_ct_CC = @ac_ct_CC@
169 am__include = @am__include@
170 am__leading_dot = @am__leading_dot@
171 am__quote = @am__quote@
172 am__tar = @am__tar@
173 am__untar = @am__untar@
174 bindir = @bindir@
175 build = @build@
176 build_alias = @build_alias@
177 build_cpu = @build_cpu@
178 build_os = @build_os@
179 build_vendor = @build_vendor@
180 builddir = @builddir@
181 built_with_posix_threads = @built_with_posix_threads@
182 compiled_with_cflags = @compiled_with_cflags@
183 compiled_with_compiler = @compiled_with_compiler@
184 datadir = @datadir@
185 datarootdir = @datarootdir@
186 docdir = @docdir@
187 dvidir = @dvidir@
188 exec_prefix = @exec_prefix@
189 host = @host@
190 host_alias = @host_alias@
191 host_cpu = @host_cpu@
192 host_os = @host_os@
193 host_vendor = @host_vendor@
194 htmldir = $(datadir)/atlc/docs/html-docs
195 includedir = @includedir@
196 infodir = @infodir@
197 install_sh = @install_sh@
198 libdir = @libdir@
199 libexecdir = @libexecdir@
200 localedir = @localedir@
201 localstatedir = @localstatedir@
202 mandir = @mandir@
203 mkdir_p = @mkdir_p@
204 oldincludedir = @oldincludedir@
205 pdfdir = @pdfdir@
206 prefix = @prefix@
207 program_transform_name = @program_transform_name@
208 psdir = @psdir@
209 sbindir = @sbindir@
210 sharedstatedir = @sharedstatedir@
211 srcdir = @srcdir@
212 sysconfdir = @sysconfdir@
213 target_alias = @target_alias@
214 top_build_prefix = @top_build_prefix@
215 top_builddir = @top_builddir@
216 top_srcdir = @top_srcdir@
217 SUBDIRS = jpgs
218 html_DATA = IMPORTANT.html \
219 FAQ.html \
220 accuracy.html \
221 an_example_of_using_design_coupler.html \
222 atlc.1.html \
223 banner.html \
224 bmp.html \
225 building.html \
226 calculate_zodd_and_zeven.html \
227 colours.html \
228 couplers.html \
229 create_bmp_for_circ_in_circ.1.html \
230 create_bmp_for_circ_in_rect.1.html \
231 create_bmp_for_rect_cen_in_rect.1.html \
232 create_bmp_for_rect_in_circ.1.html \
233 create_bmp_for_rect_in_rect.1.html \
234 create_bmp_for_stripline_coupler.1.html \
235 create_bmp_for_symmetrical_stripline.1.html \
236 create_bmp_for_rect_cen_in_rect_coupler.1 \
237 design_coupler.1.html \
238 determine_dimensions_of_couplers.html \
239 errors.html \
240 examples.html \
241 fileformat.html \
242 generate_for_coupler.html \
243 generators.html \
244 index.html \
245 index2.html \
246 installing.html \
247 make-check.html \
248 man-pages.html \
249 options.html \
250 readbin.1.html \
251 rect_in_rect.html \
252 sysdata.1.html \
253 theory.html \
254 todo.html \
255 tutorial.html \
256 usage_design_coupler.html \
257 valid-html40.gif 
258
259 EXTRA_DIST = BUGS.html \
260 FAQ.html \
261 IMPORTANT.html \
262 NEWS.html \
263 accuracy.html \
264 an_example_of_using_design_coupler.html \
265 atlc.1.html \
266 banner.html \
267 bmp.html \
268 building.html \
269 calculate_zodd_and_zeven.html \
270 colours.html \
271 couplers.html \
272 create_bmp_for_circ_in_circ.1.html \
273 create_bmp_for_circ_in_rect.1.html \
274 create_bmp_for_rect_cen_in_rect.1.html \
275 create_bmp_for_rect_in_circ.1.html \
276 create_bmp_for_rect_in_rect.1.html \
277 create_bmp_for_stripline_coupler.1.html \
278 create_bmp_for_symmetrical_stripline.1.html \
279 create_bmp_for_rect_cen_in_rect_coupler.1 \
280 design_coupler.1.html \
281 determine_dimensions_of_couplers.html \
282 errors.html \
283 examples.html \
284 fileformat.html \
285 generate_for_coupler.html \
286 generators.html \
287 index.html \
288 index2.html \
289 installing.html \
290 make-check.html \
291 man-pages.html \
292 options.html \
293 readbin.1.html \
294 rect_in_rect.html \
295 sysdata.1.html \
296 theory.html \
297 todo.html \
298 tutorial.html \
299 valid-html40.gif \
300 usage_design_coupler.html 
301
302 CLEANFILES = 
303 DISTCLEANFILES = 
304 all: all-recursive
305
306 .SUFFIXES:
307 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
308         @for dep in $?; do \
309           case '$(am__configure_deps)' in \
310             *$$dep*) \
311               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
312                 && { if test -f $@; then exit 0; else break; fi; }; \
313               exit 1;; \
314           esac; \
315         done; \
316         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/html-docs/Makefile'; \
317         $(am__cd) $(top_srcdir) && \
318           $(AUTOMAKE) --gnu docs/html-docs/Makefile
319 .PRECIOUS: Makefile
320 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
321         @case '$?' in \
322           *config.status*) \
323             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
324           *) \
325             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
326             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
327         esac;
328
329 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
330         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331
332 $(top_srcdir)/configure:  $(am__configure_deps)
333         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
335         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336 $(am__aclocal_m4_deps):
337 install-htmlDATA: $(html_DATA)
338         @$(NORMAL_INSTALL)
339         test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
340         @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
341         for p in $$list; do \
342           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
343           echo "$$d$$p"; \
344         done | $(am__base_list) | \
345         while read files; do \
346           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
347           $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
348         done
349
350 uninstall-htmlDATA:
351         @$(NORMAL_UNINSTALL)
352         @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
353         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
354         test -n "$$files" || exit 0; \
355         echo " ( cd '$(DESTDIR)$(htmldir)' && rm -f" $$files ")"; \
356         cd "$(DESTDIR)$(htmldir)" && rm -f $$files
357
358 # This directory's subdirectories are mostly independent; you can cd
359 # into them and run `make' without going through this Makefile.
360 # To change the values of `make' variables: instead of editing Makefiles,
361 # (1) if the variable is set in `config.status', edit `config.status'
362 #     (which will cause the Makefiles to be regenerated when you run `make');
363 # (2) otherwise, pass the desired values on the `make' command line.
364 $(RECURSIVE_TARGETS):
365         @failcom='exit 1'; \
366         for f in x $$MAKEFLAGS; do \
367           case $$f in \
368             *=* | --[!k]*);; \
369             *k*) failcom='fail=yes';; \
370           esac; \
371         done; \
372         dot_seen=no; \
373         target=`echo $@ | sed s/-recursive//`; \
374         list='$(SUBDIRS)'; for subdir in $$list; do \
375           echo "Making $$target in $$subdir"; \
376           if test "$$subdir" = "."; then \
377             dot_seen=yes; \
378             local_target="$$target-am"; \
379           else \
380             local_target="$$target"; \
381           fi; \
382           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
383           || eval $$failcom; \
384         done; \
385         if test "$$dot_seen" = "no"; then \
386           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
387         fi; test -z "$$fail"
388
389 $(RECURSIVE_CLEAN_TARGETS):
390         @failcom='exit 1'; \
391         for f in x $$MAKEFLAGS; do \
392           case $$f in \
393             *=* | --[!k]*);; \
394             *k*) failcom='fail=yes';; \
395           esac; \
396         done; \
397         dot_seen=no; \
398         case "$@" in \
399           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
400           *) list='$(SUBDIRS)' ;; \
401         esac; \
402         rev=''; for subdir in $$list; do \
403           if test "$$subdir" = "."; then :; else \
404             rev="$$subdir $$rev"; \
405           fi; \
406         done; \
407         rev="$$rev ."; \
408         target=`echo $@ | sed s/-recursive//`; \
409         for subdir in $$rev; do \
410           echo "Making $$target in $$subdir"; \
411           if test "$$subdir" = "."; then \
412             local_target="$$target-am"; \
413           else \
414             local_target="$$target"; \
415           fi; \
416           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
417           || eval $$failcom; \
418         done && test -z "$$fail"
419 tags-recursive:
420         list='$(SUBDIRS)'; for subdir in $$list; do \
421           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
422         done
423 ctags-recursive:
424         list='$(SUBDIRS)'; for subdir in $$list; do \
425           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
426         done
427
428 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
429         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
430         unique=`for i in $$list; do \
431             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432           done | \
433           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434               END { if (nonempty) { for (i in files) print i; }; }'`; \
435         mkid -fID $$unique
436 tags: TAGS
437
438 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
439                 $(TAGS_FILES) $(LISP)
440         set x; \
441         here=`pwd`; \
442         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
443           include_option=--etags-include; \
444           empty_fix=.; \
445         else \
446           include_option=--include; \
447           empty_fix=; \
448         fi; \
449         list='$(SUBDIRS)'; for subdir in $$list; do \
450           if test "$$subdir" = .; then :; else \
451             test ! -f $$subdir/TAGS || \
452               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
453           fi; \
454         done; \
455         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
456         unique=`for i in $$list; do \
457             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
458           done | \
459           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
460               END { if (nonempty) { for (i in files) print i; }; }'`; \
461         shift; \
462         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
463           test -n "$$unique" || unique=$$empty_fix; \
464           if test $$# -gt 0; then \
465             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
466               "$$@" $$unique; \
467           else \
468             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
469               $$unique; \
470           fi; \
471         fi
472 ctags: CTAGS
473 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
474                 $(TAGS_FILES) $(LISP)
475         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
476         unique=`for i in $$list; do \
477             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
478           done | \
479           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
480               END { if (nonempty) { for (i in files) print i; }; }'`; \
481         test -z "$(CTAGS_ARGS)$$unique" \
482           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
483              $$unique
484
485 GTAGS:
486         here=`$(am__cd) $(top_builddir) && pwd` \
487           && $(am__cd) $(top_srcdir) \
488           && gtags -i $(GTAGS_ARGS) "$$here"
489
490 distclean-tags:
491         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
492
493 distdir: $(DISTFILES)
494         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
495         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
496         list='$(DISTFILES)'; \
497           dist_files=`for file in $$list; do echo $$file; done | \
498           sed -e "s|^$$srcdirstrip/||;t" \
499               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
500         case $$dist_files in \
501           */*) $(MKDIR_P) `echo "$$dist_files" | \
502                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
503                            sort -u` ;; \
504         esac; \
505         for file in $$dist_files; do \
506           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
507           if test -d $$d/$$file; then \
508             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
509             if test -d "$(distdir)/$$file"; then \
510               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
511             fi; \
512             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
513               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
514               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
515             fi; \
516             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
517           else \
518             test -f "$(distdir)/$$file" \
519             || cp -p $$d/$$file "$(distdir)/$$file" \
520             || exit 1; \
521           fi; \
522         done
523         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
524           if test "$$subdir" = .; then :; else \
525             test -d "$(distdir)/$$subdir" \
526             || $(MKDIR_P) "$(distdir)/$$subdir" \
527             || exit 1; \
528           fi; \
529         done
530         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
531           if test "$$subdir" = .; then :; else \
532             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
533             $(am__relativize); \
534             new_distdir=$$reldir; \
535             dir1=$$subdir; dir2="$(top_distdir)"; \
536             $(am__relativize); \
537             new_top_distdir=$$reldir; \
538             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
539             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
540             ($(am__cd) $$subdir && \
541               $(MAKE) $(AM_MAKEFLAGS) \
542                 top_distdir="$$new_top_distdir" \
543                 distdir="$$new_distdir" \
544                 am__remove_distdir=: \
545                 am__skip_length_check=: \
546                 am__skip_mode_fix=: \
547                 distdir) \
548               || exit 1; \
549           fi; \
550         done
551 check-am: all-am
552 check: check-recursive
553 all-am: Makefile $(DATA)
554 installdirs: installdirs-recursive
555 installdirs-am:
556         for dir in "$(DESTDIR)$(htmldir)"; do \
557           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
558         done
559 install: install-recursive
560 install-exec: install-exec-recursive
561 install-data: install-data-recursive
562 uninstall: uninstall-recursive
563
564 install-am: all-am
565         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
566
567 installcheck: installcheck-recursive
568 install-strip:
569         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
570           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
571           `test -z '$(STRIP)' || \
572             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
573 mostlyclean-generic:
574
575 clean-generic:
576         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
577
578 distclean-generic:
579         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
580         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
581         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
582
583 maintainer-clean-generic:
584         @echo "This command is intended for maintainers to use"
585         @echo "it deletes files that may require special tools to rebuild."
586 clean: clean-recursive
587
588 clean-am: clean-generic mostlyclean-am
589
590 distclean: distclean-recursive
591         -rm -f Makefile
592 distclean-am: clean-am distclean-generic distclean-tags
593
594 dvi: dvi-recursive
595
596 dvi-am:
597
598 html: html-recursive
599
600 html-am:
601
602 info: info-recursive
603
604 info-am:
605
606 install-data-am: install-htmlDATA
607
608 install-dvi: install-dvi-recursive
609
610 install-dvi-am:
611
612 install-exec-am:
613
614 install-html: install-html-recursive
615
616 install-html-am:
617
618 install-info: install-info-recursive
619
620 install-info-am:
621
622 install-man:
623
624 install-pdf: install-pdf-recursive
625
626 install-pdf-am:
627
628 install-ps: install-ps-recursive
629
630 install-ps-am:
631
632 installcheck-am:
633
634 maintainer-clean: maintainer-clean-recursive
635         -rm -f Makefile
636 maintainer-clean-am: distclean-am maintainer-clean-generic
637
638 mostlyclean: mostlyclean-recursive
639
640 mostlyclean-am: mostlyclean-generic
641
642 pdf: pdf-recursive
643
644 pdf-am:
645
646 ps: ps-recursive
647
648 ps-am:
649
650 uninstall-am: uninstall-htmlDATA
651
652 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
653         install-am install-strip tags-recursive
654
655 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
656         all all-am check check-am clean clean-generic ctags \
657         ctags-recursive distclean distclean-generic distclean-tags \
658         distdir dvi dvi-am html html-am info info-am install \
659         install-am install-data install-data-am install-dvi \
660         install-dvi-am install-exec install-exec-am install-html \
661         install-html-am install-htmlDATA install-info install-info-am \
662         install-man install-pdf install-pdf-am install-ps \
663         install-ps-am install-strip installcheck installcheck-am \
664         installdirs installdirs-am maintainer-clean \
665         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
666         pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
667         uninstall-htmlDATA
668
669
670 # Tell versions [3.59,3.63) of GNU make to not export all variables.
671 # Otherwise a system limit (for SysV at least) may be exceeded.
672 .NOEXPORT: