Makefile.in revision 1.1.1.1 1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006 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.
9
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.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 pkgdatadir = $(datadir)/@PACKAGE@
18 pkglibdir = $(libdir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21 install_sh_DATA = $(install_sh) -c -m 644
22 install_sh_PROGRAM = $(install_sh) -c
23 install_sh_SCRIPT = $(install_sh) -c
24 INSTALL_HEADER = $(INSTALL_DATA)
25 transform = $(program_transform_name)
26 NORMAL_INSTALL = :
27 PRE_INSTALL = :
28 POST_INSTALL = :
29 NORMAL_UNINSTALL = :
30 PRE_UNINSTALL = :
31 POST_UNINSTALL = :
32 build_triplet = @build@
33 host_triplet = @host@
34 subdir = .
35 DIST_COMMON = README $(am__configure_deps) \
36 $(srcdir)/../build-aux/config.guess \
37 $(srcdir)/../build-aux/config.sub \
38 $(srcdir)/../build-aux/install-sh \
39 $(srcdir)/../build-aux/ltmain.sh \
40 $(srcdir)/../build-aux/missing \
41 $(srcdir)/../build-aux/mkinstalldirs $(srcdir)/Makefile.am \
42 $(srcdir)/Makefile.in $(top_srcdir)/configure \
43 ../build-aux/compile ../build-aux/config.guess \
44 ../build-aux/config.rpath ../build-aux/config.sub \
45 ../build-aux/elisp-comp ../build-aux/install-sh \
46 ../build-aux/ltmain.sh ../build-aux/mdate-sh \
47 ../build-aux/missing ../build-aux/mkinstalldirs \
48 ../build-aux/texinfo.tex ../build-aux/ylwrap AUTHORS COPYING \
49 ChangeLog INSTALL NEWS config.rpath
50 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51 am__aclocal_m4_deps = $(top_srcdir)/../m4/fixautomake.m4 \
52 $(top_srcdir)/../m4/libtool.m4 \
53 $(top_srcdir)/../m4/woe32-dll.m4 \
54 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/configure.ac
55 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56 $(ACLOCAL_M4)
57 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
58 configure.lineno config.status.lineno
59 mkinstalldirs = $(SHELL) $(top_srcdir)/../build-aux/mkinstalldirs
60 CONFIG_CLEAN_FILES =
61 depcomp =
62 am__depfiles_maybe =
63 SOURCES =
64 DIST_SOURCES =
65 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66 html-recursive info-recursive install-data-recursive \
67 install-dvi-recursive install-exec-recursive \
68 install-html-recursive install-info-recursive \
69 install-pdf-recursive install-ps-recursive install-recursive \
70 installcheck-recursive installdirs-recursive pdf-recursive \
71 ps-recursive uninstall-recursive
72 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
73 distclean-recursive maintainer-clean-recursive
74 ETAGS = etags
75 CTAGS = ctags
76 DIST_SUBDIRS = $(SUBDIRS)
77 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78 distdir = $(PACKAGE)-$(VERSION)
79 top_distdir = $(distdir)
80 am__remove_distdir = \
81 { test ! -d $(distdir) \
82 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
83 && rm -fr $(distdir); }; }
84 DIST_ARCHIVES = $(distdir).tar.gz
85 GZIP_ENV = --best
86 distuninstallcheck_listfiles = find . -type f -print
87 distcleancheck_listfiles = find . -type f -print
88 ACLOCAL = @ACLOCAL@
89 AMTAR = @AMTAR@
90 AR = @AR@
91 AS = @AS@
92 AUTOCONF = @AUTOCONF@
93 AUTOHEADER = @AUTOHEADER@
94 AUTOMAKE = @AUTOMAKE@
95 AWK = @AWK@
96 CC = @CC@
97 CCDEPMODE = @CCDEPMODE@
98 CFLAGS = @CFLAGS@
99 CPP = @CPP@
100 CPPFLAGS = @CPPFLAGS@
101 CXX = @CXX@
102 CXXCPP = @CXXCPP@
103 CXXDEPMODE = @CXXDEPMODE@
104 CXXFLAGS = @CXXFLAGS@
105 CYGPATH_W = @CYGPATH_W@
106 DEFS = @DEFS@
107 DEPDIR = @DEPDIR@
108 DLLTOOL = @DLLTOOL@
109 ECHO = @ECHO@
110 ECHO_C = @ECHO_C@
111 ECHO_N = @ECHO_N@
112 ECHO_T = @ECHO_T@
113 EGREP = @EGREP@
114 EXEEXT = @EXEEXT@
115 F77 = @F77@
116 FFLAGS = @FFLAGS@
117 GCC = @GCC@
118 GREP = @GREP@
119 INSTALL = @INSTALL@
120 INSTALL_DATA = @INSTALL_DATA@
121 INSTALL_PROGRAM = @INSTALL_PROGRAM@
122 INSTALL_SCRIPT = @INSTALL_SCRIPT@
123 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
124 LD = @LD@
125 LDFLAGS = @LDFLAGS@
126 LIBDIRSTEM = @LIBDIRSTEM@
127 LIBOBJS = @LIBOBJS@
128 LIBS = @LIBS@
129 LIBTOOL = @LIBTOOL@
130 LN_S = @LN_S@
131 LTLIBOBJS = @LTLIBOBJS@
132 MAKEINFO = @MAKEINFO@
133 MKDIR_P = @MKDIR_P@
134 OBJDUMP = @OBJDUMP@
135 OBJEXT = @OBJEXT@
136 PACKAGE = @PACKAGE@
137 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138 PACKAGE_NAME = @PACKAGE_NAME@
139 PACKAGE_STRING = @PACKAGE_STRING@
140 PACKAGE_TARNAME = @PACKAGE_TARNAME@
141 PACKAGE_VERSION = @PACKAGE_VERSION@
142 PATH_SEPARATOR = @PATH_SEPARATOR@
143 RANLIB = @RANLIB@
144 SET_MAKE = @SET_MAKE@
145 SHELL = @SHELL@
146 STRIP = @STRIP@
147 VERSION = @VERSION@
148 abs_builddir = @abs_builddir@
149 abs_srcdir = @abs_srcdir@
150 abs_top_builddir = @abs_top_builddir@
151 abs_top_srcdir = @abs_top_srcdir@
152 ac_ct_CC = @ac_ct_CC@
153 ac_ct_CXX = @ac_ct_CXX@
154 ac_ct_F77 = @ac_ct_F77@
155 aclocaldir = @aclocaldir@
156 am__include = @am__include@
157 am__leading_dot = @am__leading_dot@
158 am__quote = @am__quote@
159 am__tar = @am__tar@
160 am__untar = @am__untar@
161 bindir = @bindir@
162 build = @build@
163 build_alias = @build_alias@
164 build_cpu = @build_cpu@
165 build_os = @build_os@
166 build_vendor = @build_vendor@
167 builddir = @builddir@
168 datadir = @datadir@
169 datarootdir = @datarootdir@
170 docdir = @docdir@
171 dvidir = @dvidir@
172 exec_prefix = @exec_prefix@
173 host = @host@
174 host_alias = @host_alias@
175 host_cpu = @host_cpu@
176 host_os = @host_os@
177 host_vendor = @host_vendor@
178 htmldir = @htmldir@
179 includedir = @includedir@
180 infodir = @infodir@
181 install_sh = @install_sh@
182 libdir = @libdir@
183 libexecdir = @libexecdir@
184 localedir = @localedir@
185 localstatedir = @localstatedir@
186 mandir = @mandir@
187 mkdir_p = @mkdir_p@
188 oldincludedir = @oldincludedir@
189 pdfdir = @pdfdir@
190 prefix = @prefix@
191 program_transform_name = @program_transform_name@
192 psdir = @psdir@
193 sbindir = @sbindir@
194 sharedstatedir = @sharedstatedir@
195 srcdir = @srcdir@
196 sysconfdir = @sysconfdir@
197 target_alias = @target_alias@
198 top_builddir = @top_builddir@
199 top_srcdir = @top_srcdir@
200 with_gnu_ld = @with_gnu_ld@
201 AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
202 ACLOCAL_AMFLAGS = -I m4 -I ../m4
203 EXTRA_DIST = config.rpath
204 DISTCLEANFILES = build-aux/config.guess build-aux/config.sub \
205 build-aux/install-sh build-aux/ltmain.sh build-aux/missing \
206 build-aux/config.rpath
207 SUBDIRS = m4 tests
208
209 # Subdirectories with separate autoconfiguration.
210 CONFIGURES_RPATHX = $(srcdir)/tests/rpathx/Makefile.in $(srcdir)/tests/rpathx/aclocal.m4 $(srcdir)/tests/rpathx/configure
211 CONFIGURES_RPATHY = $(srcdir)/tests/rpathy/Makefile.in $(srcdir)/tests/rpathy/aclocal.m4 $(srcdir)/tests/rpathy/configure
212 CONFIGURES_RPATHZ = $(srcdir)/tests/rpathz/Makefile.in $(srcdir)/tests/rpathz/aclocal.m4 $(srcdir)/tests/rpathz/configure
213 CONFIGURES_RPATHLX = $(srcdir)/tests/rpathlx/Makefile.in $(srcdir)/tests/rpathlx/aclocal.m4 $(srcdir)/tests/rpathlx/configure
214 CONFIGURES_RPATHLY = $(srcdir)/tests/rpathly/Makefile.in $(srcdir)/tests/rpathly/aclocal.m4 $(srcdir)/tests/rpathly/configure
215 CONFIGURES_RPATHLYX = $(srcdir)/tests/rpathlyx/Makefile.in $(srcdir)/tests/rpathlyx/aclocal.m4 $(srcdir)/tests/rpathlyx/configure
216 CONFIGURES_RPATHLZ = $(srcdir)/tests/rpathlz/Makefile.in $(srcdir)/tests/rpathlz/aclocal.m4 $(srcdir)/tests/rpathlz/configure
217 CONFIGURES_RPATHLZYX = $(srcdir)/tests/rpathlzyx/Makefile.in $(srcdir)/tests/rpathlzyx/aclocal.m4 $(srcdir)/tests/rpathlzyx/configure
218 SUBCONFIGURES = $(CONFIGURES_RPATHX) $(CONFIGURES_RPATHY) $(CONFIGURES_RPATHZ) $(CONFIGURES_RPATHLX) $(CONFIGURES_RPATHLY) $(CONFIGURES_RPATHLYX) $(CONFIGURES_RPATHLZ) $(CONFIGURES_RPATHLZYX)
219 all: all-recursive
220
221 .SUFFIXES:
222 am--refresh:
223 @:
224 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
225 @for dep in $?; do \
226 case '$(am__configure_deps)' in \
227 *$$dep*) \
228 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
229 cd $(srcdir) && $(AUTOMAKE) --gnu \
230 && exit 0; \
231 exit 1;; \
232 esac; \
233 done; \
234 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
235 cd $(top_srcdir) && \
236 $(AUTOMAKE) --gnu Makefile
237 .PRECIOUS: Makefile
238 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239 @case '$?' in \
240 *config.status*) \
241 echo ' $(SHELL) ./config.status'; \
242 $(SHELL) ./config.status;; \
243 *) \
244 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
245 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
246 esac;
247
248 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
249 $(SHELL) ./config.status --recheck
250
251 $(top_srcdir)/configure: $(am__configure_deps)
252 cd $(srcdir) && $(AUTOCONF)
253 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
254 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
255
256 mostlyclean-libtool:
257 -rm -f *.lo
258
259 clean-libtool:
260 -rm -rf .libs _libs
261
262 distclean-libtool:
263 -rm -f libtool
264
265 # This directory's subdirectories are mostly independent; you can cd
266 # into them and run `make' without going through this Makefile.
267 # To change the values of `make' variables: instead of editing Makefiles,
268 # (1) if the variable is set in `config.status', edit `config.status'
269 # (which will cause the Makefiles to be regenerated when you run `make');
270 # (2) otherwise, pass the desired values on the `make' command line.
271 $(RECURSIVE_TARGETS):
272 @failcom='exit 1'; \
273 for f in x $$MAKEFLAGS; do \
274 case $$f in \
275 *=* | --[!k]*);; \
276 *k*) failcom='fail=yes';; \
277 esac; \
278 done; \
279 dot_seen=no; \
280 target=`echo $@ | sed s/-recursive//`; \
281 list='$(SUBDIRS)'; for subdir in $$list; do \
282 echo "Making $$target in $$subdir"; \
283 if test "$$subdir" = "."; then \
284 dot_seen=yes; \
285 local_target="$$target-am"; \
286 else \
287 local_target="$$target"; \
288 fi; \
289 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
290 || eval $$failcom; \
291 done; \
292 if test "$$dot_seen" = "no"; then \
293 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
294 fi; test -z "$$fail"
295
296 $(RECURSIVE_CLEAN_TARGETS):
297 @failcom='exit 1'; \
298 for f in x $$MAKEFLAGS; do \
299 case $$f in \
300 *=* | --[!k]*);; \
301 *k*) failcom='fail=yes';; \
302 esac; \
303 done; \
304 dot_seen=no; \
305 case "$@" in \
306 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
307 *) list='$(SUBDIRS)' ;; \
308 esac; \
309 rev=''; for subdir in $$list; do \
310 if test "$$subdir" = "."; then :; else \
311 rev="$$subdir $$rev"; \
312 fi; \
313 done; \
314 rev="$$rev ."; \
315 target=`echo $@ | sed s/-recursive//`; \
316 for subdir in $$rev; do \
317 echo "Making $$target in $$subdir"; \
318 if test "$$subdir" = "."; then \
319 local_target="$$target-am"; \
320 else \
321 local_target="$$target"; \
322 fi; \
323 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
324 || eval $$failcom; \
325 done && test -z "$$fail"
326 tags-recursive:
327 list='$(SUBDIRS)'; for subdir in $$list; do \
328 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
329 done
330 ctags-recursive:
331 list='$(SUBDIRS)'; for subdir in $$list; do \
332 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
333 done
334
335 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
336 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
337 unique=`for i in $$list; do \
338 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339 done | \
340 $(AWK) ' { files[$$0] = 1; } \
341 END { for (i in files) print i; }'`; \
342 mkid -fID $$unique
343 tags: TAGS
344
345 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
346 $(TAGS_FILES) $(LISP)
347 tags=; \
348 here=`pwd`; \
349 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
350 include_option=--etags-include; \
351 empty_fix=.; \
352 else \
353 include_option=--include; \
354 empty_fix=; \
355 fi; \
356 list='$(SUBDIRS)'; for subdir in $$list; do \
357 if test "$$subdir" = .; then :; else \
358 test ! -f $$subdir/TAGS || \
359 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
360 fi; \
361 done; \
362 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363 unique=`for i in $$list; do \
364 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365 done | \
366 $(AWK) ' { files[$$0] = 1; } \
367 END { for (i in files) print i; }'`; \
368 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
369 test -n "$$unique" || unique=$$empty_fix; \
370 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371 $$tags $$unique; \
372 fi
373 ctags: CTAGS
374 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
375 $(TAGS_FILES) $(LISP)
376 tags=; \
377 here=`pwd`; \
378 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379 unique=`for i in $$list; do \
380 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381 done | \
382 $(AWK) ' { files[$$0] = 1; } \
383 END { for (i in files) print i; }'`; \
384 test -z "$(CTAGS_ARGS)$$tags$$unique" \
385 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
386 $$tags $$unique
387
388 GTAGS:
389 here=`$(am__cd) $(top_builddir) && pwd` \
390 && cd $(top_srcdir) \
391 && gtags -i $(GTAGS_ARGS) $$here
392
393 distclean-tags:
394 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
395
396 distdir: $(DISTFILES)
397 $(am__remove_distdir)
398 test -d $(distdir) || mkdir $(distdir)
399 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
400 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401 list='$(DISTFILES)'; \
402 dist_files=`for file in $$list; do echo $$file; done | \
403 sed -e "s|^$$srcdirstrip/||;t" \
404 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
405 case $$dist_files in \
406 */*) $(MKDIR_P) `echo "$$dist_files" | \
407 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
408 sort -u` ;; \
409 esac; \
410 for file in $$dist_files; do \
411 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
412 if test -d $$d/$$file; then \
413 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
414 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
415 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
416 fi; \
417 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
418 else \
419 test -f $(distdir)/$$file \
420 || cp -p $$d/$$file $(distdir)/$$file \
421 || exit 1; \
422 fi; \
423 done
424 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
425 if test "$$subdir" = .; then :; else \
426 test -d "$(distdir)/$$subdir" \
427 || $(MKDIR_P) "$(distdir)/$$subdir" \
428 || exit 1; \
429 distdir=`$(am__cd) $(distdir) && pwd`; \
430 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
431 (cd $$subdir && \
432 $(MAKE) $(AM_MAKEFLAGS) \
433 top_distdir="$$top_distdir" \
434 distdir="$$distdir/$$subdir" \
435 am__remove_distdir=: \
436 am__skip_length_check=: \
437 distdir) \
438 || exit 1; \
439 fi; \
440 done
441 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
442 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
443 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
444 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
445 || chmod -R a+r $(distdir)
446 dist-gzip: distdir
447 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
448 $(am__remove_distdir)
449
450 dist-bzip2: distdir
451 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
452 $(am__remove_distdir)
453
454 dist-tarZ: distdir
455 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
456 $(am__remove_distdir)
457
458 dist-shar: distdir
459 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
460 $(am__remove_distdir)
461
462 dist-zip: distdir
463 -rm -f $(distdir).zip
464 zip -rq $(distdir).zip $(distdir)
465 $(am__remove_distdir)
466
467 dist dist-all: distdir
468 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
469 $(am__remove_distdir)
470
471 # This target untars the dist file and tries a VPATH configuration. Then
472 # it guarantees that the distribution is self-contained by making another
473 # tarfile.
474 distcheck: dist
475 case '$(DIST_ARCHIVES)' in \
476 *.tar.gz*) \
477 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
478 *.tar.bz2*) \
479 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
480 *.tar.Z*) \
481 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
482 *.shar.gz*) \
483 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
484 *.zip*) \
485 unzip $(distdir).zip ;;\
486 esac
487 chmod -R a-w $(distdir); chmod a+w $(distdir)
488 mkdir $(distdir)/_build
489 mkdir $(distdir)/_inst
490 chmod a-w $(distdir)
491 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
492 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
493 && cd $(distdir)/_build \
494 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
495 $(DISTCHECK_CONFIGURE_FLAGS) \
496 && $(MAKE) $(AM_MAKEFLAGS) \
497 && $(MAKE) $(AM_MAKEFLAGS) dvi \
498 && $(MAKE) $(AM_MAKEFLAGS) check \
499 && $(MAKE) $(AM_MAKEFLAGS) install \
500 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
501 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
502 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
503 distuninstallcheck \
504 && chmod -R a-w "$$dc_install_base" \
505 && ({ \
506 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
507 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
508 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
509 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
510 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
511 } || { rm -rf "$$dc_destdir"; exit 1; }) \
512 && rm -rf "$$dc_destdir" \
513 && $(MAKE) $(AM_MAKEFLAGS) dist \
514 && rm -rf $(DIST_ARCHIVES) \
515 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
516 $(am__remove_distdir)
517 @(echo "$(distdir) archives ready for distribution: "; \
518 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
519 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
520 distuninstallcheck:
521 @cd $(distuninstallcheck_dir) \
522 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
523 || { echo "ERROR: files left after uninstall:" ; \
524 if test -n "$(DESTDIR)"; then \
525 echo " (check DESTDIR support)"; \
526 fi ; \
527 $(distuninstallcheck_listfiles) ; \
528 exit 1; } >&2
529 distcleancheck: distclean
530 @if test '$(srcdir)' = . ; then \
531 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
532 exit 1 ; \
533 fi
534 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
535 || { echo "ERROR: files left in build directory after distclean:" ; \
536 $(distcleancheck_listfiles) ; \
537 exit 1; } >&2
538 check-am: all-am
539 check: check-recursive
540 all-am: Makefile all-local
541 installdirs: installdirs-recursive
542 installdirs-am:
543 install: install-recursive
544 install-exec: install-exec-recursive
545 install-data: install-data-recursive
546 uninstall: uninstall-recursive
547
548 install-am: all-am
549 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
550
551 installcheck: installcheck-recursive
552 install-strip:
553 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
554 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
555 `test -z '$(STRIP)' || \
556 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
557 mostlyclean-generic:
558
559 clean-generic:
560
561 distclean-generic:
562 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
563 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
564
565 maintainer-clean-generic:
566 @echo "This command is intended for maintainers to use"
567 @echo "it deletes files that may require special tools to rebuild."
568 clean: clean-recursive
569
570 clean-am: clean-generic clean-libtool mostlyclean-am
571
572 distclean: distclean-recursive
573 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
574 -rm -f Makefile
575 distclean-am: clean-am distclean-generic distclean-libtool \
576 distclean-local distclean-tags
577
578 dvi: dvi-recursive
579
580 dvi-am:
581
582 html: html-recursive
583
584 info: info-recursive
585
586 info-am:
587
588 install-data-am:
589
590 install-dvi: install-dvi-recursive
591
592 install-exec-am:
593
594 install-html: install-html-recursive
595
596 install-info: install-info-recursive
597
598 install-man:
599
600 install-pdf: install-pdf-recursive
601
602 install-ps: install-ps-recursive
603
604 installcheck-am:
605
606 maintainer-clean: maintainer-clean-recursive
607 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
608 -rm -rf $(top_srcdir)/autom4te.cache
609 -rm -f Makefile
610 maintainer-clean-am: distclean-am maintainer-clean-generic
611
612 mostlyclean: mostlyclean-recursive
613
614 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
615
616 pdf: pdf-recursive
617
618 pdf-am:
619
620 ps: ps-recursive
621
622 ps-am:
623
624 uninstall-am:
625
626 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
627 install-strip
628
629 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
630 all all-am all-local am--refresh check check-am clean \
631 clean-generic clean-libtool ctags ctags-recursive dist \
632 dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
633 distcheck distclean distclean-generic distclean-libtool \
634 distclean-local distclean-tags distcleancheck distdir \
635 distuninstallcheck dvi dvi-am html html-am info info-am \
636 install install-am install-data install-data-am install-dvi \
637 install-dvi-am install-exec install-exec-am install-html \
638 install-html-am install-info install-info-am install-man \
639 install-pdf install-pdf-am install-ps install-ps-am \
640 install-strip installcheck installcheck-am installdirs \
641 installdirs-am maintainer-clean maintainer-clean-generic \
642 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
643 ps ps-am tags tags-recursive uninstall uninstall-am
644
645
646 # We want to maintain only one copy of config.rpath. The one in this directory
647 # is the source.
648
649 all-local: $(srcdir)/../build-aux/config.rpath
650
651 $(srcdir)/../build-aux/config.rpath: $(srcdir)/config.rpath
652 cp $(srcdir)/config.rpath $(srcdir)/../build-aux/config.rpath
653
654 # The AC_CONFIG_AUX_DIR argument in the tests/rpath*/configure.ac files is
655 # interpreted in two different contexts:
656 # 1. at "make distrib" time, when we call automake, relative to
657 # SRCDIR/tests/rpath*/,
658 # 2. at "make check" time, when the directory is copied and configured,
659 # relative to BUILDDIR/tests/tstdir/rp-*/.
660 # We choose this argument to be '../../../build-aux', for case 1, and therefore
661 # we need to make a local copy of the build-aux directory, for case 2.
662
663 all-local: build-aux/config.guess build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh build-aux/missing build-aux/config.rpath
664
665 build-aux-dir:
666 test -d build-aux || mkdir build-aux
667 touch build-aux-dir
668
669 build-aux/config.guess: $(srcdir)/../build-aux/config.guess build-aux-dir
670 cp $(srcdir)/../build-aux/config.guess build-aux/config.guess
671
672 build-aux/config.sub: $(srcdir)/../build-aux/config.sub build-aux-dir
673 cp $(srcdir)/../build-aux/config.sub build-aux/config.sub
674
675 build-aux/install-sh: $(srcdir)/../build-aux/install-sh build-aux-dir
676 cp $(srcdir)/../build-aux/install-sh build-aux/install-sh
677
678 build-aux/ltmain.sh: $(srcdir)/../build-aux/ltmain.sh build-aux-dir
679 cp $(srcdir)/../build-aux/ltmain.sh build-aux/ltmain.sh
680
681 build-aux/missing: $(srcdir)/../build-aux/missing build-aux-dir
682 cp $(srcdir)/../build-aux/missing build-aux/missing
683
684 build-aux/config.rpath: $(srcdir)/config.rpath build-aux-dir
685 cp $(srcdir)/config.rpath build-aux/config.rpath
686
687 distclean-local:
688 rm -rf build-aux build-aux-dir
689 $(srcdir)/tests/rpathx/Makefile.in: $(srcdir)/tests/rpathx/Makefile.am $(srcdir)/tests/rpathx/configure.ac $(srcdir)/tests/rpathx/aclocal.m4
690 cd $(srcdir)/tests/rpathx && automake Makefile
691 $(srcdir)/tests/rpathx/aclocal.m4: $(srcdir)/tests/rpathx/configure.ac $(srcdir)/../m4/libtool.m4
692 cd $(srcdir)/tests/rpathx && aclocal -I `cd ../../m4 && pwd` -I `cd ../../../m4 && pwd`
693 $(srcdir)/tests/rpathx/configure: $(srcdir)/tests/rpathx/configure.ac $(srcdir)/tests/rpathx/aclocal.m4
694 cd $(srcdir)/tests/rpathx && autoconf
695 $(srcdir)/tests/rpathy/Makefile.in: $(srcdir)/tests/rpathy/Makefile.am $(srcdir)/tests/rpathy/configure.ac $(srcdir)/tests/rpathy/aclocal.m4
696 cd $(srcdir)/tests/rpathy && automake Makefile
697 $(srcdir)/tests/rpathy/aclocal.m4: $(srcdir)/tests/rpathy/configure.ac $(srcdir)/../m4/libtool.m4 $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-prefix.m4 $(srcdir)/m4/lib-ld.m4
698 cd $(srcdir)/tests/rpathy && aclocal -I `cd ../../m4 && pwd` -I `cd ../../../m4 && pwd`
699 $(srcdir)/tests/rpathy/configure: $(srcdir)/tests/rpathy/configure.ac $(srcdir)/tests/rpathy/aclocal.m4
700 cd $(srcdir)/tests/rpathy && autoconf
701 $(srcdir)/tests/rpathz/Makefile.in: $(srcdir)/tests/rpathz/Makefile.am $(srcdir)/tests/rpathz/configure.ac $(srcdir)/tests/rpathz/aclocal.m4
702 cd $(srcdir)/tests/rpathz && automake Makefile
703 $(srcdir)/tests/rpathz/aclocal.m4: $(srcdir)/tests/rpathz/configure.ac $(srcdir)/../m4/libtool.m4 $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-prefix.m4 $(srcdir)/m4/lib-ld.m4
704 cd $(srcdir)/tests/rpathz && aclocal -I `cd ../../m4 && pwd` -I `cd ../../../m4 && pwd`
705 $(srcdir)/tests/rpathz/configure: $(srcdir)/tests/rpathz/configure.ac $(srcdir)/tests/rpathz/aclocal.m4
706 cd $(srcdir)/tests/rpathz && autoconf
707 $(srcdir)/tests/rpathlx/Makefile.in: $(srcdir)/tests/rpathlx/Makefile.am $(srcdir)/tests/rpathlx/configure.ac $(srcdir)/tests/rpathlx/aclocal.m4
708 cd $(srcdir)/tests/rpathlx && automake Makefile
709 $(srcdir)/tests/rpathlx/aclocal.m4: $(srcdir)/tests/rpathlx/configure.ac $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-prefix.m4 $(srcdir)/m4/lib-ld.m4
710 cd $(srcdir)/tests/rpathlx && aclocal -I `cd ../../m4 && pwd`
711 $(srcdir)/tests/rpathlx/configure: $(srcdir)/tests/rpathlx/configure.ac $(srcdir)/tests/rpathlx/aclocal.m4
712 cd $(srcdir)/tests/rpathlx && autoconf
713 $(srcdir)/tests/rpathly/Makefile.in: $(srcdir)/tests/rpathly/Makefile.am $(srcdir)/tests/rpathly/configure.ac $(srcdir)/tests/rpathly/aclocal.m4
714 cd $(srcdir)/tests/rpathly && automake Makefile
715 $(srcdir)/tests/rpathly/aclocal.m4: $(srcdir)/tests/rpathly/configure.ac $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-prefix.m4 $(srcdir)/m4/lib-ld.m4
716 cd $(srcdir)/tests/rpathly && aclocal -I `cd ../../m4 && pwd`
717 $(srcdir)/tests/rpathly/configure: $(srcdir)/tests/rpathly/configure.ac $(srcdir)/tests/rpathly/aclocal.m4
718 cd $(srcdir)/tests/rpathly && autoconf
719 $(srcdir)/tests/rpathlyx/Makefile.in: $(srcdir)/tests/rpathlyx/Makefile.am $(srcdir)/tests/rpathlyx/configure.ac $(srcdir)/tests/rpathlyx/aclocal.m4
720 cd $(srcdir)/tests/rpathlyx && automake Makefile
721 $(srcdir)/tests/rpathlyx/aclocal.m4: $(srcdir)/tests/rpathlyx/configure.ac $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-prefix.m4 $(srcdir)/m4/lib-ld.m4
722 cd $(srcdir)/tests/rpathlyx && aclocal -I `cd ../../m4 && pwd`
723 $(srcdir)/tests/rpathlyx/configure: $(srcdir)/tests/rpathlyx/configure.ac $(srcdir)/tests/rpathlyx/aclocal.m4
724 cd $(srcdir)/tests/rpathlyx && autoconf
725 $(srcdir)/tests/rpathlz/Makefile.in: $(srcdir)/tests/rpathlz/Makefile.am $(srcdir)/tests/rpathlz/configure.ac $(srcdir)/tests/rpathlz/aclocal.m4
726 cd $(srcdir)/tests/rpathlz && automake Makefile
727 $(srcdir)/tests/rpathlz/aclocal.m4: $(srcdir)/tests/rpathlz/configure.ac $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-prefix.m4 $(srcdir)/m4/lib-ld.m4
728 cd $(srcdir)/tests/rpathlz && aclocal -I `cd ../../m4 && pwd`
729 $(srcdir)/tests/rpathlz/configure: $(srcdir)/tests/rpathlz/configure.ac $(srcdir)/tests/rpathlz/aclocal.m4
730 cd $(srcdir)/tests/rpathlz && autoconf
731 $(srcdir)/tests/rpathlzyx/Makefile.in: $(srcdir)/tests/rpathlzyx/Makefile.am $(srcdir)/tests/rpathlzyx/configure.ac $(srcdir)/tests/rpathlzyx/aclocal.m4
732 cd $(srcdir)/tests/rpathlzyx && automake Makefile
733 $(srcdir)/tests/rpathlzyx/aclocal.m4: $(srcdir)/tests/rpathlzyx/configure.ac $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-prefix.m4 $(srcdir)/m4/lib-ld.m4
734 cd $(srcdir)/tests/rpathlzyx && aclocal -I `cd ../../m4 && pwd`
735 $(srcdir)/tests/rpathlzyx/configure: $(srcdir)/tests/rpathlzyx/configure.ac $(srcdir)/tests/rpathlzyx/aclocal.m4
736 cd $(srcdir)/tests/rpathlzyx && autoconf
737
738 subconfigures: $(SUBCONFIGURES)
739
740 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
741 #distdir: subconfigures
742 # Tell versions [3.59,3.63) of GNU make to not export all variables.
743 # Otherwise a system limit (for SysV at least) may be exceeded.
744 .NOEXPORT:
745