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