]>
Commit | Line | Data |
---|---|---|
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 | subdir = . | |
33 | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ | |
34 | $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ | |
35 | ChangeLog INSTALL NEWS TODO compile depcomp install-sh missing \ | |
36 | mkinstalldirs | |
37 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
38 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |
39 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
40 | $(ACLOCAL_M4) | |
41 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |
42 | configure.lineno config.status.lineno | |
43 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
44 | CONFIG_HEADER = $(top_builddir)/src/config.h | |
45 | CONFIG_CLEAN_FILES = | |
46 | SOURCES = | |
47 | DIST_SOURCES = | |
48 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | |
49 | html-recursive info-recursive install-data-recursive \ | |
50 | install-dvi-recursive install-exec-recursive \ | |
51 | install-html-recursive install-info-recursive \ | |
52 | install-pdf-recursive install-ps-recursive install-recursive \ | |
53 | installcheck-recursive installdirs-recursive pdf-recursive \ | |
54 | ps-recursive uninstall-recursive | |
55 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |
56 | distclean-recursive maintainer-clean-recursive | |
57 | ETAGS = etags | |
58 | CTAGS = ctags | |
59 | DIST_SUBDIRS = $(SUBDIRS) | |
60 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
61 | distdir = $(PACKAGE)-$(VERSION) | |
62 | top_distdir = $(distdir) | |
63 | am__remove_distdir = \ | |
64 | { test ! -d $(distdir) \ | |
65 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
66 | && rm -fr $(distdir); }; } | |
67 | DIST_ARCHIVES = $(distdir).tar.gz | |
68 | GZIP_ENV = --best | |
69 | distuninstallcheck_listfiles = find . -type f -print | |
70 | distcleancheck_listfiles = find . -type f -print | |
71 | ACLOCAL = @ACLOCAL@ | |
72 | ALLOCA = @ALLOCA@ | |
73 | AMTAR = @AMTAR@ | |
74 | AUTOCONF = @AUTOCONF@ | |
75 | AUTOHEADER = @AUTOHEADER@ | |
76 | AUTOMAKE = @AUTOMAKE@ | |
77 | AWK = @AWK@ | |
78 | CC = @CC@ | |
79 | CCDEPMODE = @CCDEPMODE@ | |
80 | CFLAGS = @CFLAGS@ | |
81 | CPP = @CPP@ | |
82 | CPPFLAGS = @CPPFLAGS@ | |
83 | CYGPATH_W = @CYGPATH_W@ | |
84 | DEFS = @DEFS@ | |
85 | DEPDIR = @DEPDIR@ | |
86 | ECHO_C = @ECHO_C@ | |
87 | ECHO_N = @ECHO_N@ | |
88 | ECHO_T = @ECHO_T@ | |
89 | EGREP = @EGREP@ | |
90 | EXEEXT = @EXEEXT@ | |
91 | GREP = @GREP@ | |
92 | INSTALL = @INSTALL@ | |
93 | INSTALL_DATA = @INSTALL_DATA@ | |
94 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
95 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
96 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
97 | LDFLAGS = @LDFLAGS@ | |
98 | LIBOBJS = @LIBOBJS@ | |
99 | LIBS = @LIBS@ | |
100 | LTLIBOBJS = @LTLIBOBJS@ | |
101 | MAKEINFO = @MAKEINFO@ | |
102 | MKDIR_P = @MKDIR_P@ | |
103 | OBJEXT = @OBJEXT@ | |
104 | PACKAGE = @PACKAGE@ | |
105 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
106 | PACKAGE_NAME = @PACKAGE_NAME@ | |
107 | PACKAGE_STRING = @PACKAGE_STRING@ | |
108 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
109 | PACKAGE_VERSION = @PACKAGE_VERSION@ | |
110 | PATH_SEPARATOR = @PATH_SEPARATOR@ | |
111 | RANLIB = @RANLIB@ | |
112 | SET_MAKE = @SET_MAKE@ | |
113 | SHELL = @SHELL@ | |
114 | STRIP = @STRIP@ | |
115 | VERSION = @VERSION@ | |
116 | abs_builddir = @abs_builddir@ | |
117 | abs_srcdir = @abs_srcdir@ | |
118 | abs_top_builddir = @abs_top_builddir@ | |
119 | abs_top_srcdir = @abs_top_srcdir@ | |
120 | ac_ct_CC = @ac_ct_CC@ | |
121 | am__include = @am__include@ | |
122 | am__leading_dot = @am__leading_dot@ | |
123 | am__quote = @am__quote@ | |
124 | am__tar = @am__tar@ | |
125 | am__untar = @am__untar@ | |
126 | bindir = @bindir@ | |
127 | build_alias = @build_alias@ | |
128 | builddir = @builddir@ | |
129 | datadir = @datadir@ | |
130 | datarootdir = @datarootdir@ | |
131 | docdir = @docdir@ | |
132 | dvidir = @dvidir@ | |
133 | exec_prefix = @exec_prefix@ | |
134 | host_alias = @host_alias@ | |
135 | htmldir = @htmldir@ | |
136 | includedir = @includedir@ | |
137 | infodir = @infodir@ | |
138 | install_sh = @install_sh@ | |
139 | libdir = @libdir@ | |
140 | libexecdir = @libexecdir@ | |
141 | localedir = @localedir@ | |
142 | localstatedir = @localstatedir@ | |
143 | mandir = @mandir@ | |
144 | mkdir_p = @mkdir_p@ | |
145 | oldincludedir = @oldincludedir@ | |
146 | pdfdir = @pdfdir@ | |
147 | prefix = @prefix@ | |
148 | program_transform_name = @program_transform_name@ | |
149 | psdir = @psdir@ | |
150 | sbindir = @sbindir@ | |
151 | sharedstatedir = @sharedstatedir@ | |
152 | srcdir = @srcdir@ | |
153 | sysconfdir = @sysconfdir@ | |
154 | target_alias = @target_alias@ | |
155 | top_builddir = @top_builddir@ | |
156 | top_srcdir = @top_srcdir@ | |
157 | SUBDIRS = src | |
158 | all: all-recursive | |
159 | ||
160 | .SUFFIXES: | |
161 | am--refresh: | |
162 | @: | |
163 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
164 | @for dep in $?; do \ | |
165 | case '$(am__configure_deps)' in \ | |
166 | *$$dep*) \ | |
167 | echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ | |
168 | cd $(srcdir) && $(AUTOMAKE) --gnu \ | |
169 | && exit 0; \ | |
170 | exit 1;; \ | |
171 | esac; \ | |
172 | done; \ | |
173 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ | |
174 | cd $(top_srcdir) && \ | |
175 | $(AUTOMAKE) --gnu Makefile | |
176 | .PRECIOUS: Makefile | |
177 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
178 | @case '$?' in \ | |
179 | *config.status*) \ | |
180 | echo ' $(SHELL) ./config.status'; \ | |
181 | $(SHELL) ./config.status;; \ | |
182 | *) \ | |
183 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | |
184 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | |
185 | esac; | |
186 | ||
187 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
188 | $(SHELL) ./config.status --recheck | |
189 | ||
190 | $(top_srcdir)/configure: $(am__configure_deps) | |
191 | cd $(srcdir) && $(AUTOCONF) | |
192 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
193 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
194 | ||
195 | # This directory's subdirectories are mostly independent; you can cd | |
196 | # into them and run `make' without going through this Makefile. | |
197 | # To change the values of `make' variables: instead of editing Makefiles, | |
198 | # (1) if the variable is set in `config.status', edit `config.status' | |
199 | # (which will cause the Makefiles to be regenerated when you run `make'); | |
200 | # (2) otherwise, pass the desired values on the `make' command line. | |
201 | $(RECURSIVE_TARGETS): | |
202 | @failcom='exit 1'; \ | |
203 | for f in x $$MAKEFLAGS; do \ | |
204 | case $$f in \ | |
205 | *=* | --[!k]*);; \ | |
206 | *k*) failcom='fail=yes';; \ | |
207 | esac; \ | |
208 | done; \ | |
209 | dot_seen=no; \ | |
210 | target=`echo $@ | sed s/-recursive//`; \ | |
211 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
212 | echo "Making $$target in $$subdir"; \ | |
213 | if test "$$subdir" = "."; then \ | |
214 | dot_seen=yes; \ | |
215 | local_target="$$target-am"; \ | |
216 | else \ | |
217 | local_target="$$target"; \ | |
218 | fi; \ | |
219 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
220 | || eval $$failcom; \ | |
221 | done; \ | |
222 | if test "$$dot_seen" = "no"; then \ | |
223 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
224 | fi; test -z "$$fail" | |
225 | ||
226 | $(RECURSIVE_CLEAN_TARGETS): | |
227 | @failcom='exit 1'; \ | |
228 | for f in x $$MAKEFLAGS; do \ | |
229 | case $$f in \ | |
230 | *=* | --[!k]*);; \ | |
231 | *k*) failcom='fail=yes';; \ | |
232 | esac; \ | |
233 | done; \ | |
234 | dot_seen=no; \ | |
235 | case "$@" in \ | |
236 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
237 | *) list='$(SUBDIRS)' ;; \ | |
238 | esac; \ | |
239 | rev=''; for subdir in $$list; do \ | |
240 | if test "$$subdir" = "."; then :; else \ | |
241 | rev="$$subdir $$rev"; \ | |
242 | fi; \ | |
243 | done; \ | |
244 | rev="$$rev ."; \ | |
245 | target=`echo $@ | sed s/-recursive//`; \ | |
246 | for subdir in $$rev; do \ | |
247 | echo "Making $$target in $$subdir"; \ | |
248 | if test "$$subdir" = "."; then \ | |
249 | local_target="$$target-am"; \ | |
250 | else \ | |
251 | local_target="$$target"; \ | |
252 | fi; \ | |
253 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
254 | || eval $$failcom; \ | |
255 | done && test -z "$$fail" | |
256 | tags-recursive: | |
257 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
258 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
259 | done | |
260 | ctags-recursive: | |
261 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
262 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | |
263 | done | |
264 | ||
265 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
266 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
267 | unique=`for i in $$list; do \ | |
268 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
269 | done | \ | |
270 | $(AWK) ' { files[$$0] = 1; } \ | |
271 | END { for (i in files) print i; }'`; \ | |
272 | mkid -fID $$unique | |
273 | tags: TAGS | |
274 | ||
275 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
276 | $(TAGS_FILES) $(LISP) | |
277 | tags=; \ | |
278 | here=`pwd`; \ | |
279 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
280 | include_option=--etags-include; \ | |
281 | empty_fix=.; \ | |
282 | else \ | |
283 | include_option=--include; \ | |
284 | empty_fix=; \ | |
285 | fi; \ | |
286 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
287 | if test "$$subdir" = .; then :; else \ | |
288 | test ! -f $$subdir/TAGS || \ | |
289 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ | |
290 | fi; \ | |
291 | done; \ | |
292 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
293 | unique=`for i in $$list; do \ | |
294 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
295 | done | \ | |
296 | $(AWK) ' { files[$$0] = 1; } \ | |
297 | END { for (i in files) print i; }'`; \ | |
298 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | |
299 | test -n "$$unique" || unique=$$empty_fix; \ | |
300 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
301 | $$tags $$unique; \ | |
302 | fi | |
303 | ctags: CTAGS | |
304 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
305 | $(TAGS_FILES) $(LISP) | |
306 | tags=; \ | |
307 | here=`pwd`; \ | |
308 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
309 | unique=`for i in $$list; do \ | |
310 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
311 | done | \ | |
312 | $(AWK) ' { files[$$0] = 1; } \ | |
313 | END { for (i in files) print i; }'`; \ | |
314 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ | |
315 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
316 | $$tags $$unique | |
317 | ||
318 | GTAGS: | |
319 | here=`$(am__cd) $(top_builddir) && pwd` \ | |
320 | && cd $(top_srcdir) \ | |
321 | && gtags -i $(GTAGS_ARGS) $$here | |
322 | ||
323 | distclean-tags: | |
324 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
325 | ||
326 | distdir: $(DISTFILES) | |
327 | $(am__remove_distdir) | |
328 | test -d $(distdir) || mkdir $(distdir) | |
329 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
330 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
331 | list='$(DISTFILES)'; \ | |
332 | dist_files=`for file in $$list; do echo $$file; done | \ | |
333 | sed -e "s|^$$srcdirstrip/||;t" \ | |
334 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
335 | case $$dist_files in \ | |
336 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
337 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
338 | sort -u` ;; \ | |
339 | esac; \ | |
340 | for file in $$dist_files; do \ | |
341 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
342 | if test -d $$d/$$file; then \ | |
343 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
344 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
345 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
346 | fi; \ | |
347 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | |
348 | else \ | |
349 | test -f $(distdir)/$$file \ | |
350 | || cp -p $$d/$$file $(distdir)/$$file \ | |
351 | || exit 1; \ | |
352 | fi; \ | |
353 | done | |
354 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
355 | if test "$$subdir" = .; then :; else \ | |
356 | test -d "$(distdir)/$$subdir" \ | |
357 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
358 | || exit 1; \ | |
359 | distdir=`$(am__cd) $(distdir) && pwd`; \ | |
360 | top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ | |
361 | (cd $$subdir && \ | |
362 | $(MAKE) $(AM_MAKEFLAGS) \ | |
363 | top_distdir="$$top_distdir" \ | |
364 | distdir="$$distdir/$$subdir" \ | |
365 | am__remove_distdir=: \ | |
366 | am__skip_length_check=: \ | |
367 | distdir) \ | |
368 | || exit 1; \ | |
369 | fi; \ | |
370 | done | |
371 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ | |
372 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |
373 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
374 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ | |
375 | || chmod -R a+r $(distdir) | |
376 | dist-gzip: distdir | |
377 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
378 | $(am__remove_distdir) | |
379 | ||
380 | dist-bzip2: distdir | |
381 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 | |
382 | $(am__remove_distdir) | |
383 | ||
384 | dist-tarZ: distdir | |
385 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |
386 | $(am__remove_distdir) | |
387 | ||
388 | dist-shar: distdir | |
389 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |
390 | $(am__remove_distdir) | |
391 | ||
392 | dist-zip: distdir | |
393 | -rm -f $(distdir).zip | |
394 | zip -rq $(distdir).zip $(distdir) | |
395 | $(am__remove_distdir) | |
396 | ||
397 | dist dist-all: distdir | |
398 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
399 | $(am__remove_distdir) | |
400 | ||
401 | # This target untars the dist file and tries a VPATH configuration. Then | |
402 | # it guarantees that the distribution is self-contained by making another | |
403 | # tarfile. | |
404 | distcheck: dist | |
405 | case '$(DIST_ARCHIVES)' in \ | |
406 | *.tar.gz*) \ | |
407 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ | |
408 | *.tar.bz2*) \ | |
409 | bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ | |
410 | *.tar.Z*) \ | |
411 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |
412 | *.shar.gz*) \ | |
413 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ | |
414 | *.zip*) \ | |
415 | unzip $(distdir).zip ;;\ | |
416 | esac | |
417 | chmod -R a-w $(distdir); chmod a+w $(distdir) | |
418 | mkdir $(distdir)/_build | |
419 | mkdir $(distdir)/_inst | |
420 | chmod a-w $(distdir) | |
421 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | |
422 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
423 | && cd $(distdir)/_build \ | |
424 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ | |
425 | $(DISTCHECK_CONFIGURE_FLAGS) \ | |
426 | && $(MAKE) $(AM_MAKEFLAGS) \ | |
427 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
428 | && $(MAKE) $(AM_MAKEFLAGS) check \ | |
429 | && $(MAKE) $(AM_MAKEFLAGS) install \ | |
430 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
431 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
432 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |
433 | distuninstallcheck \ | |
434 | && chmod -R a-w "$$dc_install_base" \ | |
435 | && ({ \ | |
436 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | |
437 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |
438 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | |
439 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | |
440 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | |
441 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ | |
442 | && rm -rf "$$dc_destdir" \ | |
443 | && $(MAKE) $(AM_MAKEFLAGS) dist \ | |
444 | && rm -rf $(DIST_ARCHIVES) \ | |
445 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck | |
446 | $(am__remove_distdir) | |
447 | @(echo "$(distdir) archives ready for distribution: "; \ | |
448 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | |
449 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' | |
450 | distuninstallcheck: | |
451 | @cd $(distuninstallcheck_dir) \ | |
452 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ | |
453 | || { echo "ERROR: files left after uninstall:" ; \ | |
454 | if test -n "$(DESTDIR)"; then \ | |
455 | echo " (check DESTDIR support)"; \ | |
456 | fi ; \ | |
457 | $(distuninstallcheck_listfiles) ; \ | |
458 | exit 1; } >&2 | |
459 | distcleancheck: distclean | |
460 | @if test '$(srcdir)' = . ; then \ | |
461 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |
462 | exit 1 ; \ | |
463 | fi | |
464 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |
465 | || { echo "ERROR: files left in build directory after distclean:" ; \ | |
466 | $(distcleancheck_listfiles) ; \ | |
467 | exit 1; } >&2 | |
468 | check-am: all-am | |
469 | check: check-recursive | |
470 | all-am: Makefile | |
471 | installdirs: installdirs-recursive | |
472 | installdirs-am: | |
473 | install: install-recursive | |
474 | install-exec: install-exec-recursive | |
475 | install-data: install-data-recursive | |
476 | uninstall: uninstall-recursive | |
477 | ||
478 | install-am: all-am | |
479 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
480 | ||
481 | installcheck: installcheck-recursive | |
482 | install-strip: | |
483 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
484 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
485 | `test -z '$(STRIP)' || \ | |
486 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
487 | mostlyclean-generic: | |
488 | ||
489 | clean-generic: | |
490 | ||
491 | distclean-generic: | |
492 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
493 | ||
494 | maintainer-clean-generic: | |
495 | @echo "This command is intended for maintainers to use" | |
496 | @echo "it deletes files that may require special tools to rebuild." | |
497 | clean: clean-recursive | |
498 | ||
499 | clean-am: clean-generic mostlyclean-am | |
500 | ||
501 | distclean: distclean-recursive | |
502 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
503 | -rm -f Makefile | |
504 | distclean-am: clean-am distclean-generic distclean-tags | |
505 | ||
506 | dvi: dvi-recursive | |
507 | ||
508 | dvi-am: | |
509 | ||
510 | html: html-recursive | |
511 | ||
512 | info: info-recursive | |
513 | ||
514 | info-am: | |
515 | ||
516 | install-data-am: | |
517 | ||
518 | install-dvi: install-dvi-recursive | |
519 | ||
520 | install-exec-am: | |
521 | ||
522 | install-html: install-html-recursive | |
523 | ||
524 | install-info: install-info-recursive | |
525 | ||
526 | install-man: | |
527 | ||
528 | install-pdf: install-pdf-recursive | |
529 | ||
530 | install-ps: install-ps-recursive | |
531 | ||
532 | installcheck-am: | |
533 | ||
534 | maintainer-clean: maintainer-clean-recursive | |
535 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
536 | -rm -rf $(top_srcdir)/autom4te.cache | |
537 | -rm -f Makefile | |
538 | maintainer-clean-am: distclean-am maintainer-clean-generic | |
539 | ||
540 | mostlyclean: mostlyclean-recursive | |
541 | ||
542 | mostlyclean-am: mostlyclean-generic | |
543 | ||
544 | pdf: pdf-recursive | |
545 | ||
546 | pdf-am: | |
547 | ||
548 | ps: ps-recursive | |
549 | ||
550 | ps-am: | |
551 | ||
552 | uninstall-am: | |
553 | ||
554 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ | |
555 | install-strip | |
556 | ||
557 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ | |
558 | all all-am am--refresh check check-am clean clean-generic \ | |
559 | ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ | |
560 | dist-shar dist-tarZ dist-zip distcheck distclean \ | |
561 | distclean-generic distclean-tags distcleancheck distdir \ | |
562 | distuninstallcheck dvi dvi-am html html-am info info-am \ | |
563 | install install-am install-data install-data-am install-dvi \ | |
564 | install-dvi-am install-exec install-exec-am install-html \ | |
565 | install-html-am install-info install-info-am install-man \ | |
566 | install-pdf install-pdf-am install-ps install-ps-am \ | |
567 | install-strip installcheck installcheck-am installdirs \ | |
568 | installdirs-am maintainer-clean maintainer-clean-generic \ | |
569 | mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ | |
570 | tags-recursive uninstall uninstall-am | |
571 | ||
572 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
573 | # Otherwise a system limit (for SysV at least) may be exceeded. | |
574 | .NOEXPORT: |