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 |
|
---|
17 | VPATH = @srcdir@
|
---|
18 | pkgdatadir = $(datadir)/@PACKAGE@
|
---|
19 | pkglibdir = $(libdir)/@PACKAGE@
|
---|
20 | pkgincludedir = $(includedir)/@PACKAGE@
|
---|
21 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
---|
22 | install_sh_DATA = $(install_sh) -c -m 644
|
---|
23 | install_sh_PROGRAM = $(install_sh) -c
|
---|
24 | install_sh_SCRIPT = $(install_sh) -c
|
---|
25 | INSTALL_HEADER = $(INSTALL_DATA)
|
---|
26 | transform = $(program_transform_name)
|
---|
27 | NORMAL_INSTALL = :
|
---|
28 | PRE_INSTALL = :
|
---|
29 | POST_INSTALL = :
|
---|
30 | NORMAL_UNINSTALL = :
|
---|
31 | PRE_UNINSTALL = :
|
---|
32 | POST_UNINSTALL = :
|
---|
33 | subdir = .
|
---|
34 | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
---|
35 | $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
|
---|
36 | ChangeLog INSTALL NEWS THANKS TODO build-aux/config.guess \
|
---|
37 | build-aux/config.sub build-aux/elisp-comp build-aux/install-sh \
|
---|
38 | build-aux/mdate-sh build-aux/missing build-aux/texinfo.tex
|
---|
39 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
---|
40 | am__aclocal_m4_deps = $(top_srcdir)/m4/m4.m4 \
|
---|
41 | $(top_srcdir)/configure.ac
|
---|
42 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
---|
43 | $(ACLOCAL_M4)
|
---|
44 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
---|
45 | configure.lineno config.status.lineno
|
---|
46 | mkinstalldirs = $(install_sh) -d
|
---|
47 | CONFIG_CLEAN_FILES =
|
---|
48 | SOURCES =
|
---|
49 | DIST_SOURCES =
|
---|
50 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
---|
51 | html-recursive info-recursive install-data-recursive \
|
---|
52 | install-dvi-recursive install-exec-recursive \
|
---|
53 | install-html-recursive install-info-recursive \
|
---|
54 | install-pdf-recursive install-ps-recursive install-recursive \
|
---|
55 | installcheck-recursive installdirs-recursive pdf-recursive \
|
---|
56 | ps-recursive uninstall-recursive
|
---|
57 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
---|
58 | am__vpath_adj = case $$p in \
|
---|
59 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
---|
60 | *) f=$$p;; \
|
---|
61 | esac;
|
---|
62 | am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
---|
63 | am__installdirs = "$(DESTDIR)$(pkgdatadir)"
|
---|
64 | pkgdataDATA_INSTALL = $(INSTALL_DATA)
|
---|
65 | DATA = $(pkgdata_DATA)
|
---|
66 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
---|
67 | distclean-recursive maintainer-clean-recursive
|
---|
68 | ETAGS = etags
|
---|
69 | CTAGS = ctags
|
---|
70 | DIST_SUBDIRS = $(SUBDIRS)
|
---|
71 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
---|
72 | distdir = $(PACKAGE)-$(VERSION)
|
---|
73 | top_distdir = $(distdir)
|
---|
74 | am__remove_distdir = \
|
---|
75 | { test ! -d $(distdir) \
|
---|
76 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
---|
77 | && rm -fr $(distdir); }; }
|
---|
78 | DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
|
---|
79 | GZIP_ENV = --best
|
---|
80 | distuninstallcheck_listfiles = find . -type f -print
|
---|
81 | distcleancheck_listfiles = find . -type f -print
|
---|
82 | ACLOCAL = @ACLOCAL@
|
---|
83 | AMTAR = @AMTAR@
|
---|
84 | AUTOCONF = @AUTOCONF@
|
---|
85 | AUTOHEADER = @AUTOHEADER@
|
---|
86 | AUTOMAKE = @AUTOMAKE@
|
---|
87 | AWK = @AWK@
|
---|
88 | CYGPATH_W = @CYGPATH_W@
|
---|
89 | DEFS = @DEFS@
|
---|
90 | ECHO_C = @ECHO_C@
|
---|
91 | ECHO_N = @ECHO_N@
|
---|
92 | ECHO_T = @ECHO_T@
|
---|
93 | EGREP = @EGREP@
|
---|
94 | EMACS = @EMACS@
|
---|
95 | EMACSLOADPATH = @EMACSLOADPATH@
|
---|
96 | EXPR = @EXPR@
|
---|
97 | GREP = @GREP@
|
---|
98 | HELP2MAN = @HELP2MAN@
|
---|
99 | INSTALL = @INSTALL@
|
---|
100 | INSTALL_DATA = @INSTALL_DATA@
|
---|
101 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
---|
102 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
---|
103 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
---|
104 | LIBOBJS = @LIBOBJS@
|
---|
105 | LIBS = @LIBS@
|
---|
106 | LTLIBOBJS = @LTLIBOBJS@
|
---|
107 | M4 = @M4@
|
---|
108 | M4_DEBUGFILE = @M4_DEBUGFILE@
|
---|
109 | MAKEINFO = @MAKEINFO@
|
---|
110 | MKDIR_P = @MKDIR_P@
|
---|
111 | PACKAGE = @PACKAGE@
|
---|
112 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
---|
113 | PACKAGE_NAME = @PACKAGE_NAME@
|
---|
114 | PACKAGE_STRING = @PACKAGE_STRING@
|
---|
115 | PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
---|
116 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
---|
117 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
---|
118 | PERL = @PERL@
|
---|
119 | SED = @SED@
|
---|
120 | SET_MAKE = @SET_MAKE@
|
---|
121 | SHELL = @SHELL@
|
---|
122 | STRIP = @STRIP@
|
---|
123 | TEST_EMACS = @TEST_EMACS@
|
---|
124 | VERSION = @VERSION@
|
---|
125 | abs_builddir = @abs_builddir@
|
---|
126 | abs_srcdir = @abs_srcdir@
|
---|
127 | abs_top_builddir = @abs_top_builddir@
|
---|
128 | abs_top_srcdir = @abs_top_srcdir@
|
---|
129 | ac_cv_sh_n_works = @ac_cv_sh_n_works@
|
---|
130 | am__leading_dot = @am__leading_dot@
|
---|
131 | am__tar = @am__tar@
|
---|
132 | am__untar = @am__untar@
|
---|
133 | bindir = @bindir@
|
---|
134 | build_alias = @build_alias@
|
---|
135 | builddir = @builddir@
|
---|
136 | datadir = @datadir@
|
---|
137 | datarootdir = @datarootdir@
|
---|
138 | docdir = @docdir@
|
---|
139 | dvidir = @dvidir@
|
---|
140 | exec_prefix = @exec_prefix@
|
---|
141 | host_alias = @host_alias@
|
---|
142 | htmldir = @htmldir@
|
---|
143 | includedir = @includedir@
|
---|
144 | infodir = @infodir@
|
---|
145 | install_sh = @install_sh@
|
---|
146 | libdir = @libdir@
|
---|
147 | libexecdir = @libexecdir@
|
---|
148 | lispdir = @lispdir@
|
---|
149 | localedir = @localedir@
|
---|
150 | localstatedir = @localstatedir@
|
---|
151 | mandir = @mandir@
|
---|
152 | mkdir_p = @mkdir_p@
|
---|
153 | oldincludedir = @oldincludedir@
|
---|
154 | pdfdir = @pdfdir@
|
---|
155 | prefix = @prefix@
|
---|
156 | program_transform_name = @program_transform_name@
|
---|
157 | psdir = @psdir@
|
---|
158 | sbindir = @sbindir@
|
---|
159 | sharedstatedir = @sharedstatedir@
|
---|
160 | srcdir = @srcdir@
|
---|
161 | sysconfdir = @sysconfdir@
|
---|
162 | target_alias = @target_alias@
|
---|
163 | top_builddir = @top_builddir@
|
---|
164 | top_srcdir = @top_srcdir@
|
---|
165 |
|
---|
166 | # bin/ must be run first, as it builds executables needed for tests.
|
---|
167 | # autom4te uses autotest.m4f to generate `testsuite', so build tests last.
|
---|
168 | SUBDIRS = bin . lib man doc tests
|
---|
169 | ACLOCAL_AMFLAGS = -I m4
|
---|
170 | EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 \
|
---|
171 | BUGS \
|
---|
172 | GNUmakefile Makefile.maint Makefile.cfg \
|
---|
173 | config/announce-gen config/prev-version.txt
|
---|
174 |
|
---|
175 | MAINTAINERCLEANFILES = $(srcdir)/INSTALL
|
---|
176 | pkgdata_DATA = $(srcdir)/INSTALL
|
---|
177 | AM_MAKEINFOFLAGS = --no-headers --no-validate --no-split
|
---|
178 | WGET = wget
|
---|
179 | WGETFLAGS = -C off
|
---|
180 | automake_cvsweb = \
|
---|
181 | http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/automake
|
---|
182 |
|
---|
183 | automake_cvsargs = \
|
---|
184 | 'content-type=text/plain&cvsroot=automake'
|
---|
185 |
|
---|
186 | autom4te_files = \
|
---|
187 | Autom4te/Configure_ac.pm \
|
---|
188 | Autom4te/Channels.pm \
|
---|
189 | Autom4te/FileUtils.pm \
|
---|
190 | Autom4te/Struct.pm \
|
---|
191 | Autom4te/XFile.pm
|
---|
192 |
|
---|
193 | all: all-recursive
|
---|
194 |
|
---|
195 | .SUFFIXES:
|
---|
196 | am--refresh:
|
---|
197 | @:
|
---|
198 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
---|
199 | @for dep in $?; do \
|
---|
200 | case '$(am__configure_deps)' in \
|
---|
201 | *$$dep*) \
|
---|
202 | echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
|
---|
203 | cd $(srcdir) && $(AUTOMAKE) --gnu \
|
---|
204 | && exit 0; \
|
---|
205 | exit 1;; \
|
---|
206 | esac; \
|
---|
207 | done; \
|
---|
208 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
|
---|
209 | cd $(top_srcdir) && \
|
---|
210 | $(AUTOMAKE) --gnu Makefile
|
---|
211 | .PRECIOUS: Makefile
|
---|
212 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
---|
213 | @case '$?' in \
|
---|
214 | *config.status*) \
|
---|
215 | echo ' $(SHELL) ./config.status'; \
|
---|
216 | $(SHELL) ./config.status;; \
|
---|
217 | *) \
|
---|
218 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
---|
219 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
---|
220 | esac;
|
---|
221 |
|
---|
222 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
---|
223 | $(SHELL) ./config.status --recheck
|
---|
224 |
|
---|
225 | $(top_srcdir)/configure: $(am__configure_deps)
|
---|
226 | cd $(srcdir) && $(AUTOCONF)
|
---|
227 | $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
---|
228 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
---|
229 | install-pkgdataDATA: $(pkgdata_DATA)
|
---|
230 | @$(NORMAL_INSTALL)
|
---|
231 | test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
|
---|
232 | @list='$(pkgdata_DATA)'; for p in $$list; do \
|
---|
233 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
---|
234 | f=$(am__strip_dir) \
|
---|
235 | echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
|
---|
236 | $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
|
---|
237 | done
|
---|
238 |
|
---|
239 | uninstall-pkgdataDATA:
|
---|
240 | @$(NORMAL_UNINSTALL)
|
---|
241 | @list='$(pkgdata_DATA)'; for p in $$list; do \
|
---|
242 | f=$(am__strip_dir) \
|
---|
243 | echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
|
---|
244 | rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
|
---|
245 | done
|
---|
246 |
|
---|
247 | # This directory's subdirectories are mostly independent; you can cd
|
---|
248 | # into them and run `make' without going through this Makefile.
|
---|
249 | # To change the values of `make' variables: instead of editing Makefiles,
|
---|
250 | # (1) if the variable is set in `config.status', edit `config.status'
|
---|
251 | # (which will cause the Makefiles to be regenerated when you run `make');
|
---|
252 | # (2) otherwise, pass the desired values on the `make' command line.
|
---|
253 | $(RECURSIVE_TARGETS):
|
---|
254 | @failcom='exit 1'; \
|
---|
255 | for f in x $$MAKEFLAGS; do \
|
---|
256 | case $$f in \
|
---|
257 | *=* | --[!k]*);; \
|
---|
258 | *k*) failcom='fail=yes';; \
|
---|
259 | esac; \
|
---|
260 | done; \
|
---|
261 | dot_seen=no; \
|
---|
262 | target=`echo $@ | sed s/-recursive//`; \
|
---|
263 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
264 | echo "Making $$target in $$subdir"; \
|
---|
265 | if test "$$subdir" = "."; then \
|
---|
266 | dot_seen=yes; \
|
---|
267 | local_target="$$target-am"; \
|
---|
268 | else \
|
---|
269 | local_target="$$target"; \
|
---|
270 | fi; \
|
---|
271 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
---|
272 | || eval $$failcom; \
|
---|
273 | done; \
|
---|
274 | if test "$$dot_seen" = "no"; then \
|
---|
275 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
---|
276 | fi; test -z "$$fail"
|
---|
277 |
|
---|
278 | $(RECURSIVE_CLEAN_TARGETS):
|
---|
279 | @failcom='exit 1'; \
|
---|
280 | for f in x $$MAKEFLAGS; do \
|
---|
281 | case $$f in \
|
---|
282 | *=* | --[!k]*);; \
|
---|
283 | *k*) failcom='fail=yes';; \
|
---|
284 | esac; \
|
---|
285 | done; \
|
---|
286 | dot_seen=no; \
|
---|
287 | case "$@" in \
|
---|
288 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
---|
289 | *) list='$(SUBDIRS)' ;; \
|
---|
290 | esac; \
|
---|
291 | rev=''; for subdir in $$list; do \
|
---|
292 | if test "$$subdir" = "."; then :; else \
|
---|
293 | rev="$$subdir $$rev"; \
|
---|
294 | fi; \
|
---|
295 | done; \
|
---|
296 | rev="$$rev ."; \
|
---|
297 | target=`echo $@ | sed s/-recursive//`; \
|
---|
298 | for subdir in $$rev; do \
|
---|
299 | echo "Making $$target in $$subdir"; \
|
---|
300 | if test "$$subdir" = "."; then \
|
---|
301 | local_target="$$target-am"; \
|
---|
302 | else \
|
---|
303 | local_target="$$target"; \
|
---|
304 | fi; \
|
---|
305 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
---|
306 | || eval $$failcom; \
|
---|
307 | done && test -z "$$fail"
|
---|
308 | tags-recursive:
|
---|
309 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
310 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
---|
311 | done
|
---|
312 | ctags-recursive:
|
---|
313 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
314 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
---|
315 | done
|
---|
316 |
|
---|
317 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
---|
318 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
---|
319 | unique=`for i in $$list; do \
|
---|
320 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
321 | done | \
|
---|
322 | $(AWK) ' { files[$$0] = 1; } \
|
---|
323 | END { for (i in files) print i; }'`; \
|
---|
324 | mkid -fID $$unique
|
---|
325 | tags: TAGS
|
---|
326 |
|
---|
327 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
---|
328 | $(TAGS_FILES) $(LISP)
|
---|
329 | tags=; \
|
---|
330 | here=`pwd`; \
|
---|
331 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
---|
332 | include_option=--etags-include; \
|
---|
333 | empty_fix=.; \
|
---|
334 | else \
|
---|
335 | include_option=--include; \
|
---|
336 | empty_fix=; \
|
---|
337 | fi; \
|
---|
338 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
339 | if test "$$subdir" = .; then :; else \
|
---|
340 | test ! -f $$subdir/TAGS || \
|
---|
341 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
---|
342 | fi; \
|
---|
343 | done; \
|
---|
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; } \
|
---|
349 | END { for (i in files) print i; }'`; \
|
---|
350 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
---|
351 | test -n "$$unique" || unique=$$empty_fix; \
|
---|
352 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
353 | $$tags $$unique; \
|
---|
354 | fi
|
---|
355 | ctags: CTAGS
|
---|
356 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
---|
357 | $(TAGS_FILES) $(LISP)
|
---|
358 | tags=; \
|
---|
359 | here=`pwd`; \
|
---|
360 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
---|
361 | unique=`for i in $$list; do \
|
---|
362 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
363 | done | \
|
---|
364 | $(AWK) ' { files[$$0] = 1; } \
|
---|
365 | END { for (i in files) print i; }'`; \
|
---|
366 | test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
---|
367 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
---|
368 | $$tags $$unique
|
---|
369 |
|
---|
370 | GTAGS:
|
---|
371 | here=`$(am__cd) $(top_builddir) && pwd` \
|
---|
372 | && cd $(top_srcdir) \
|
---|
373 | && gtags -i $(GTAGS_ARGS) $$here
|
---|
374 |
|
---|
375 | distclean-tags:
|
---|
376 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
---|
377 |
|
---|
378 | distdir: $(DISTFILES)
|
---|
379 | @case `sed 15q $(srcdir)/NEWS` in \
|
---|
380 | *"$(VERSION)"*) : ;; \
|
---|
381 | *) \
|
---|
382 | echo "NEWS not updated; not releasing" 1>&2; \
|
---|
383 | exit 1;; \
|
---|
384 | esac
|
---|
385 | $(am__remove_distdir)
|
---|
386 | test -d $(distdir) || mkdir $(distdir)
|
---|
387 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
388 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
389 | list='$(DISTFILES)'; \
|
---|
390 | dist_files=`for file in $$list; do echo $$file; done | \
|
---|
391 | sed -e "s|^$$srcdirstrip/||;t" \
|
---|
392 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
---|
393 | case $$dist_files in \
|
---|
394 | */*) $(MKDIR_P) `echo "$$dist_files" | \
|
---|
395 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
---|
396 | sort -u` ;; \
|
---|
397 | esac; \
|
---|
398 | for file in $$dist_files; do \
|
---|
399 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
---|
400 | if test -d $$d/$$file; then \
|
---|
401 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
---|
402 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
---|
403 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
---|
404 | fi; \
|
---|
405 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
---|
406 | else \
|
---|
407 | test -f $(distdir)/$$file \
|
---|
408 | || cp -p $$d/$$file $(distdir)/$$file \
|
---|
409 | || exit 1; \
|
---|
410 | fi; \
|
---|
411 | done
|
---|
412 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
---|
413 | if test "$$subdir" = .; then :; else \
|
---|
414 | test -d "$(distdir)/$$subdir" \
|
---|
415 | || $(MKDIR_P) "$(distdir)/$$subdir" \
|
---|
416 | || exit 1; \
|
---|
417 | distdir=`$(am__cd) $(distdir) && pwd`; \
|
---|
418 | top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
---|
419 | (cd $$subdir && \
|
---|
420 | $(MAKE) $(AM_MAKEFLAGS) \
|
---|
421 | top_distdir="$$top_distdir" \
|
---|
422 | distdir="$$distdir/$$subdir" \
|
---|
423 | am__remove_distdir=: \
|
---|
424 | am__skip_length_check=: \
|
---|
425 | distdir) \
|
---|
426 | || exit 1; \
|
---|
427 | fi; \
|
---|
428 | done
|
---|
429 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
---|
430 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
---|
431 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
---|
432 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
---|
433 | || chmod -R a+r $(distdir)
|
---|
434 | dist-gzip: distdir
|
---|
435 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
---|
436 | $(am__remove_distdir)
|
---|
437 | dist-bzip2: distdir
|
---|
438 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
---|
439 | $(am__remove_distdir)
|
---|
440 |
|
---|
441 | dist-tarZ: distdir
|
---|
442 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
---|
443 | $(am__remove_distdir)
|
---|
444 |
|
---|
445 | dist-shar: distdir
|
---|
446 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
---|
447 | $(am__remove_distdir)
|
---|
448 |
|
---|
449 | dist-zip: distdir
|
---|
450 | -rm -f $(distdir).zip
|
---|
451 | zip -rq $(distdir).zip $(distdir)
|
---|
452 | $(am__remove_distdir)
|
---|
453 |
|
---|
454 | dist dist-all: distdir
|
---|
455 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
---|
456 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
---|
457 | $(am__remove_distdir)
|
---|
458 |
|
---|
459 | # This target untars the dist file and tries a VPATH configuration. Then
|
---|
460 | # it guarantees that the distribution is self-contained by making another
|
---|
461 | # tarfile.
|
---|
462 | distcheck: dist
|
---|
463 | case '$(DIST_ARCHIVES)' in \
|
---|
464 | *.tar.gz*) \
|
---|
465 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
---|
466 | *.tar.bz2*) \
|
---|
467 | bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
---|
468 | *.tar.Z*) \
|
---|
469 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
---|
470 | *.shar.gz*) \
|
---|
471 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
---|
472 | *.zip*) \
|
---|
473 | unzip $(distdir).zip ;;\
|
---|
474 | esac
|
---|
475 | chmod -R a-w $(distdir); chmod a+w $(distdir)
|
---|
476 | mkdir $(distdir)/_build
|
---|
477 | mkdir $(distdir)/_inst
|
---|
478 | chmod a-w $(distdir)
|
---|
479 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
---|
480 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
---|
481 | && cd $(distdir)/_build \
|
---|
482 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
---|
483 | $(DISTCHECK_CONFIGURE_FLAGS) \
|
---|
484 | && $(MAKE) $(AM_MAKEFLAGS) \
|
---|
485 | && $(MAKE) $(AM_MAKEFLAGS) dvi \
|
---|
486 | && $(MAKE) $(AM_MAKEFLAGS) check \
|
---|
487 | && $(MAKE) $(AM_MAKEFLAGS) install \
|
---|
488 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
---|
489 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
---|
490 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
---|
491 | distuninstallcheck \
|
---|
492 | && chmod -R a-w "$$dc_install_base" \
|
---|
493 | && ({ \
|
---|
494 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
---|
495 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
---|
496 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
---|
497 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
---|
498 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
---|
499 | } || { rm -rf "$$dc_destdir"; exit 1; }) \
|
---|
500 | && rm -rf "$$dc_destdir" \
|
---|
501 | && $(MAKE) $(AM_MAKEFLAGS) dist \
|
---|
502 | && rm -rf $(DIST_ARCHIVES) \
|
---|
503 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
---|
504 | $(am__remove_distdir)
|
---|
505 | @(echo "$(distdir) archives ready for distribution: "; \
|
---|
506 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
---|
507 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
---|
508 | distuninstallcheck:
|
---|
509 | @cd $(distuninstallcheck_dir) \
|
---|
510 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
---|
511 | || { echo "ERROR: files left after uninstall:" ; \
|
---|
512 | if test -n "$(DESTDIR)"; then \
|
---|
513 | echo " (check DESTDIR support)"; \
|
---|
514 | fi ; \
|
---|
515 | $(distuninstallcheck_listfiles) ; \
|
---|
516 | exit 1; } >&2
|
---|
517 | distcleancheck: distclean
|
---|
518 | @if test '$(srcdir)' = . ; then \
|
---|
519 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
---|
520 | exit 1 ; \
|
---|
521 | fi
|
---|
522 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
---|
523 | || { echo "ERROR: files left in build directory after distclean:" ; \
|
---|
524 | $(distcleancheck_listfiles) ; \
|
---|
525 | exit 1; } >&2
|
---|
526 | check-am: all-am
|
---|
527 | check: check-recursive
|
---|
528 | all-am: Makefile $(DATA)
|
---|
529 | installdirs: installdirs-recursive
|
---|
530 | installdirs-am:
|
---|
531 | for dir in "$(DESTDIR)$(pkgdatadir)"; do \
|
---|
532 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
---|
533 | done
|
---|
534 | install: install-recursive
|
---|
535 | install-exec: install-exec-recursive
|
---|
536 | install-data: install-data-recursive
|
---|
537 | uninstall: uninstall-recursive
|
---|
538 |
|
---|
539 | install-am: all-am
|
---|
540 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
---|
541 |
|
---|
542 | installcheck: installcheck-recursive
|
---|
543 | install-strip:
|
---|
544 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
545 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
546 | `test -z '$(STRIP)' || \
|
---|
547 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
---|
548 | mostlyclean-generic:
|
---|
549 |
|
---|
550 | clean-generic:
|
---|
551 |
|
---|
552 | distclean-generic:
|
---|
553 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
---|
554 |
|
---|
555 | maintainer-clean-generic:
|
---|
556 | @echo "This command is intended for maintainers to use"
|
---|
557 | @echo "it deletes files that may require special tools to rebuild."
|
---|
558 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
---|
559 | clean: clean-recursive
|
---|
560 |
|
---|
561 | clean-am: clean-generic mostlyclean-am
|
---|
562 |
|
---|
563 | distclean: distclean-recursive
|
---|
564 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
---|
565 | -rm -f Makefile
|
---|
566 | distclean-am: clean-am distclean-generic distclean-tags
|
---|
567 |
|
---|
568 | dvi: dvi-recursive
|
---|
569 |
|
---|
570 | dvi-am:
|
---|
571 |
|
---|
572 | info: info-recursive
|
---|
573 |
|
---|
574 | info-am:
|
---|
575 |
|
---|
576 | install-data-am: install-pkgdataDATA
|
---|
577 |
|
---|
578 | install-dvi: install-dvi-recursive
|
---|
579 |
|
---|
580 | install-exec-am:
|
---|
581 |
|
---|
582 | install-html: install-html-recursive
|
---|
583 |
|
---|
584 | install-info: install-info-recursive
|
---|
585 |
|
---|
586 | install-man:
|
---|
587 |
|
---|
588 | install-pdf: install-pdf-recursive
|
---|
589 |
|
---|
590 | install-ps: install-ps-recursive
|
---|
591 |
|
---|
592 | installcheck-am:
|
---|
593 |
|
---|
594 | maintainer-clean: maintainer-clean-recursive
|
---|
595 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
---|
596 | -rm -rf $(top_srcdir)/autom4te.cache
|
---|
597 | -rm -f Makefile
|
---|
598 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
---|
599 |
|
---|
600 | mostlyclean: mostlyclean-recursive
|
---|
601 |
|
---|
602 | mostlyclean-am: mostlyclean-generic
|
---|
603 |
|
---|
604 | pdf: pdf-recursive
|
---|
605 |
|
---|
606 | pdf-am:
|
---|
607 |
|
---|
608 | ps: ps-recursive
|
---|
609 |
|
---|
610 | ps-am:
|
---|
611 |
|
---|
612 | uninstall-am: uninstall-pkgdataDATA
|
---|
613 |
|
---|
614 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
|
---|
615 | install-strip
|
---|
616 |
|
---|
617 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
---|
618 | all all-am am--refresh check check-am clean clean-generic \
|
---|
619 | ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
|
---|
620 | dist-shar dist-tarZ dist-zip distcheck distclean \
|
---|
621 | distclean-generic distclean-tags distcleancheck distdir \
|
---|
622 | distuninstallcheck dvi dvi-am html html-am info info-am \
|
---|
623 | install install-am install-data install-data-am install-dvi \
|
---|
624 | install-dvi-am install-exec install-exec-am install-html \
|
---|
625 | install-html-am install-info install-info-am install-man \
|
---|
626 | install-pdf install-pdf-am install-pkgdataDATA install-ps \
|
---|
627 | install-ps-am install-strip installcheck installcheck-am \
|
---|
628 | installdirs installdirs-am maintainer-clean \
|
---|
629 | maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
|
---|
630 | pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
|
---|
631 | uninstall-pkgdataDATA
|
---|
632 |
|
---|
633 |
|
---|
634 | html:
|
---|
635 | cd doc && $(MAKE) $(AM_MAKEFLAGS) $@
|
---|
636 |
|
---|
637 | .PHONY: html
|
---|
638 | $(srcdir)/INSTALL: $(top_srcdir)/doc/install.texi
|
---|
639 | $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -o $@ \
|
---|
640 | $(top_srcdir)/doc/install.texi
|
---|
641 |
|
---|
642 | maintainer-check: maintainer-check-tests
|
---|
643 | maintainer-check-tests:
|
---|
644 | cd tests && make maintainer-check
|
---|
645 |
|
---|
646 | autom4te-update:
|
---|
647 | rm -f -r Fetchdir > /dev/null 2>&1
|
---|
648 | mkdir -p Fetchdir/Autom4te
|
---|
649 | for file in $(autom4te_files); do \
|
---|
650 | $(WGET) $(WGET_FLAGS) \
|
---|
651 | "$(automake_cvsweb)/lib/$file?$(automake_cvsargs)" \
|
---|
652 | -O "Fetchdir/$$file" || exit; \
|
---|
653 | done
|
---|
654 | perl -pi -e 's/Automake::/Autom4te::/g' Fetchdir/Autom4te/*.pm
|
---|
655 | for file in $(autom4te_files); do \
|
---|
656 | $(move_if_change) Fetchdir/$$file $(srcdir)/lib/$$file || exit; \
|
---|
657 | done
|
---|
658 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
---|
659 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
---|
660 | .NOEXPORT:
|
---|