ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/libopm/Makefile.in
Revision: 5062
Committed: Mon Dec 22 14:07:15 2014 UTC (11 years, 7 months ago) by michael
File size: 24687 byte(s)
Log Message:
- Update configure.ac

File Contents

# Content
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
30 case $$MAKEFLAGS in \
31 *\\[\ \ ]*) \
32 bs=\\; \
33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
35 esac; \
36 fi; \
37 skip_next=no; \
38 strip_trailopt () \
39 { \
40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41 }; \
42 for flg in $$sane_makeflags; do \
43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
57 esac; \
58 done; \
59 test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 subdir = .
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82 $(top_srcdir)/configure $(am__configure_deps) mkinstalldirs \
83 compile config.guess config.sub install-sh missing ltmain.sh
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
86 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87 $(ACLOCAL_M4)
88 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
89 configure.lineno config.status.lineno
90 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
91 CONFIG_HEADER = $(top_builddir)/src/setup.h
92 CONFIG_CLEAN_FILES =
93 CONFIG_CLEAN_VPATH_FILES =
94 AM_V_P = $(am__v_P_@AM_V@)
95 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
96 am__v_P_0 = false
97 am__v_P_1 = :
98 AM_V_GEN = $(am__v_GEN_@AM_V@)
99 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
100 am__v_GEN_0 = @echo " GEN " $@;
101 am__v_GEN_1 =
102 AM_V_at = $(am__v_at_@AM_V@)
103 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
104 am__v_at_0 = @
105 am__v_at_1 =
106 SOURCES =
107 DIST_SOURCES =
108 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
109 ctags-recursive dvi-recursive html-recursive info-recursive \
110 install-data-recursive install-dvi-recursive \
111 install-exec-recursive install-html-recursive \
112 install-info-recursive install-pdf-recursive \
113 install-ps-recursive install-recursive installcheck-recursive \
114 installdirs-recursive pdf-recursive ps-recursive \
115 tags-recursive uninstall-recursive
116 am__can_run_installinfo = \
117 case $$AM_UPDATE_INFO_DIR in \
118 n|no|NO) false;; \
119 *) (install-info --version) >/dev/null 2>&1;; \
120 esac
121 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
122 distclean-recursive maintainer-clean-recursive
123 am__recursive_targets = \
124 $(RECURSIVE_TARGETS) \
125 $(RECURSIVE_CLEAN_TARGETS) \
126 $(am__extra_recursive_targets)
127 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
128 cscope distdir dist dist-all distcheck
129 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
130 # Read a list of newline-separated strings from the standard input,
131 # and print each of them once, without duplicates. Input order is
132 # *not* preserved.
133 am__uniquify_input = $(AWK) '\
134 BEGIN { nonempty = 0; } \
135 { items[$$0] = 1; nonempty = 1; } \
136 END { if (nonempty) { for (i in items) print i; }; } \
137 '
138 # Make sure the list of sources is unique. This is necessary because,
139 # e.g., the same source file might be shared among _SOURCES variables
140 # for different programs/libraries.
141 am__define_uniq_tagged_files = \
142 list='$(am__tagged_files)'; \
143 unique=`for i in $$list; do \
144 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
145 done | $(am__uniquify_input)`
146 ETAGS = etags
147 CTAGS = ctags
148 CSCOPE = cscope
149 DIST_SUBDIRS = $(SUBDIRS)
150 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151 distdir = $(PACKAGE)-$(VERSION)
152 top_distdir = $(distdir)
153 am__remove_distdir = \
154 if test -d "$(distdir)"; then \
155 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
156 && rm -rf "$(distdir)" \
157 || { sleep 5 && rm -rf "$(distdir)"; }; \
158 else :; fi
159 am__post_remove_distdir = $(am__remove_distdir)
160 am__relativize = \
161 dir0=`pwd`; \
162 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
163 sed_rest='s,^[^/]*/*,,'; \
164 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
165 sed_butlast='s,/*[^/]*$$,,'; \
166 while test -n "$$dir1"; do \
167 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
168 if test "$$first" != "."; then \
169 if test "$$first" = ".."; then \
170 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
171 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
172 else \
173 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
174 if test "$$first2" = "$$first"; then \
175 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
176 else \
177 dir2="../$$dir2"; \
178 fi; \
179 dir0="$$dir0"/"$$first"; \
180 fi; \
181 fi; \
182 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
183 done; \
184 reldir="$$dir2"
185 DIST_ARCHIVES = $(distdir).tar.gz
186 GZIP_ENV = --best
187 DIST_TARGETS = dist-gzip
188 distuninstallcheck_listfiles = find . -type f -print
189 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
190 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
191 distcleancheck_listfiles = find . -type f -print
192 ACLOCAL = @ACLOCAL@
193 AMTAR = @AMTAR@
194 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
195 AR = @AR@
196 AUTOCONF = @AUTOCONF@
197 AUTOHEADER = @AUTOHEADER@
198 AUTOMAKE = @AUTOMAKE@
199 AWK = @AWK@
200 CC = @CC@
201 CCDEPMODE = @CCDEPMODE@
202 CFLAGS = @CFLAGS@
203 CPP = @CPP@
204 CPPFLAGS = @CPPFLAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DEFS = @DEFS@
207 DEPDIR = @DEPDIR@
208 DLLTOOL = @DLLTOOL@
209 DOX_DIR_HTML = @DOX_DIR_HTML@
210 DOX_DIR_LATEX = @DOX_DIR_LATEX@
211 DOX_DIR_MAN = @DOX_DIR_MAN@
212 DSYMUTIL = @DSYMUTIL@
213 DUMPBIN = @DUMPBIN@
214 ECHO_C = @ECHO_C@
215 ECHO_N = @ECHO_N@
216 ECHO_T = @ECHO_T@
217 EGREP = @EGREP@
218 EXEEXT = @EXEEXT@
219 FGREP = @FGREP@
220 GREP = @GREP@
221 INSTALL = @INSTALL@
222 INSTALL_DATA = @INSTALL_DATA@
223 INSTALL_PROGRAM = @INSTALL_PROGRAM@
224 INSTALL_SCRIPT = @INSTALL_SCRIPT@
225 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
226 LD = @LD@
227 LDFLAGS = @LDFLAGS@
228 LIBOBJS = @LIBOBJS@
229 LIBS = @LIBS@
230 LIBTOOL = @LIBTOOL@
231 LIBTOOL_DEPS = @LIBTOOL_DEPS@
232 LIPO = @LIPO@
233 LN_S = @LN_S@
234 LTLIBOBJS = @LTLIBOBJS@
235 MAINT = @MAINT@
236 MAKEINFO = @MAKEINFO@
237 MANIFEST_TOOL = @MANIFEST_TOOL@
238 MKDIR_P = @MKDIR_P@
239 NM = @NM@
240 NMEDIT = @NMEDIT@
241 OBJDUMP = @OBJDUMP@
242 OBJEXT = @OBJEXT@
243 OTOOL = @OTOOL@
244 OTOOL64 = @OTOOL64@
245 PACKAGE = @PACKAGE@
246 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
247 PACKAGE_NAME = @PACKAGE_NAME@
248 PACKAGE_STRING = @PACKAGE_STRING@
249 PACKAGE_TARNAME = @PACKAGE_TARNAME@
250 PACKAGE_URL = @PACKAGE_URL@
251 PACKAGE_VERSION = @PACKAGE_VERSION@
252 PATH_SEPARATOR = @PATH_SEPARATOR@
253 RANLIB = @RANLIB@
254 SED = @SED@
255 SET_MAKE = @SET_MAKE@
256 SHELL = @SHELL@
257 STRIP = @STRIP@
258 VERSION = @VERSION@
259 abs_builddir = @abs_builddir@
260 abs_srcdir = @abs_srcdir@
261 abs_top_builddir = @abs_top_builddir@
262 abs_top_srcdir = @abs_top_srcdir@
263 ac_ct_AR = @ac_ct_AR@
264 ac_ct_CC = @ac_ct_CC@
265 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
266 am__include = @am__include@
267 am__leading_dot = @am__leading_dot@
268 am__quote = @am__quote@
269 am__tar = @am__tar@
270 am__untar = @am__untar@
271 bindir = @bindir@
272 build = @build@
273 build_alias = @build_alias@
274 build_cpu = @build_cpu@
275 build_os = @build_os@
276 build_vendor = @build_vendor@
277 builddir = @builddir@
278 datadir = @datadir@
279 datarootdir = @datarootdir@
280 docdir = @docdir@
281 dvidir = @dvidir@
282 exec_prefix = @exec_prefix@
283 host = @host@
284 host_alias = @host_alias@
285 host_cpu = @host_cpu@
286 host_os = @host_os@
287 host_vendor = @host_vendor@
288 htmldir = @htmldir@
289 includedir = @includedir@
290 infodir = @infodir@
291 install_sh = @install_sh@
292 libdir = @libdir@
293 libexecdir = @libexecdir@
294 localedir = @localedir@
295 localstatedir = @localstatedir@
296 mandir = @mandir@
297 mkdir_p = @mkdir_p@
298 oldincludedir = @oldincludedir@
299 pdfdir = @pdfdir@
300 prefix = @prefix@
301 program_transform_name = @program_transform_name@
302 psdir = @psdir@
303 sbindir = @sbindir@
304 sharedstatedir = @sharedstatedir@
305 srcdir = @srcdir@
306 sysconfdir = @sysconfdir@
307 target_alias = @target_alias@
308 top_build_prefix = @top_build_prefix@
309 top_builddir = @top_builddir@
310 top_srcdir = @top_srcdir@
311 AUTOMAKE_OPTIONS = foreign
312 SUBDIRS = src doc
313 EXTRA_DIST = LICENSE
314 all: all-recursive
315
316 .SUFFIXES:
317 am--refresh: Makefile
318 @:
319 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
320 @for dep in $?; do \
321 case '$(am__configure_deps)' in \
322 *$$dep*) \
323 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
324 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
325 && exit 0; \
326 exit 1;; \
327 esac; \
328 done; \
329 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
330 $(am__cd) $(top_srcdir) && \
331 $(AUTOMAKE) --foreign Makefile
332 .PRECIOUS: Makefile
333 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
334 @case '$?' in \
335 *config.status*) \
336 echo ' $(SHELL) ./config.status'; \
337 $(SHELL) ./config.status;; \
338 *) \
339 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
340 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
341 esac;
342
343 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
344 $(SHELL) ./config.status --recheck
345
346 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
347 $(am__cd) $(srcdir) && $(AUTOCONF)
348 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
349 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
350 $(am__aclocal_m4_deps):
351
352 mostlyclean-libtool:
353 -rm -f *.lo
354
355 clean-libtool:
356 -rm -rf .libs _libs
357
358 distclean-libtool:
359 -rm -f libtool config.lt
360
361 # This directory's subdirectories are mostly independent; you can cd
362 # into them and run 'make' without going through this Makefile.
363 # To change the values of 'make' variables: instead of editing Makefiles,
364 # (1) if the variable is set in 'config.status', edit 'config.status'
365 # (which will cause the Makefiles to be regenerated when you run 'make');
366 # (2) otherwise, pass the desired values on the 'make' command line.
367 $(am__recursive_targets):
368 @fail=; \
369 if $(am__make_keepgoing); then \
370 failcom='fail=yes'; \
371 else \
372 failcom='exit 1'; \
373 fi; \
374 dot_seen=no; \
375 target=`echo $@ | sed s/-recursive//`; \
376 case "$@" in \
377 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
378 *) list='$(SUBDIRS)' ;; \
379 esac; \
380 for subdir in $$list; do \
381 echo "Making $$target in $$subdir"; \
382 if test "$$subdir" = "."; then \
383 dot_seen=yes; \
384 local_target="$$target-am"; \
385 else \
386 local_target="$$target"; \
387 fi; \
388 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
389 || eval $$failcom; \
390 done; \
391 if test "$$dot_seen" = "no"; then \
392 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
393 fi; test -z "$$fail"
394
395 ID: $(am__tagged_files)
396 $(am__define_uniq_tagged_files); mkid -fID $$unique
397 tags: tags-recursive
398 TAGS: tags
399
400 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
401 set x; \
402 here=`pwd`; \
403 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
404 include_option=--etags-include; \
405 empty_fix=.; \
406 else \
407 include_option=--include; \
408 empty_fix=; \
409 fi; \
410 list='$(SUBDIRS)'; for subdir in $$list; do \
411 if test "$$subdir" = .; then :; else \
412 test ! -f $$subdir/TAGS || \
413 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
414 fi; \
415 done; \
416 $(am__define_uniq_tagged_files); \
417 shift; \
418 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
419 test -n "$$unique" || unique=$$empty_fix; \
420 if test $$# -gt 0; then \
421 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
422 "$$@" $$unique; \
423 else \
424 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
425 $$unique; \
426 fi; \
427 fi
428 ctags: ctags-recursive
429
430 CTAGS: ctags
431 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
432 $(am__define_uniq_tagged_files); \
433 test -z "$(CTAGS_ARGS)$$unique" \
434 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
435 $$unique
436
437 GTAGS:
438 here=`$(am__cd) $(top_builddir) && pwd` \
439 && $(am__cd) $(top_srcdir) \
440 && gtags -i $(GTAGS_ARGS) "$$here"
441 cscope: cscope.files
442 test ! -s cscope.files \
443 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
444 clean-cscope:
445 -rm -f cscope.files
446 cscope.files: clean-cscope cscopelist
447 cscopelist: cscopelist-recursive
448
449 cscopelist-am: $(am__tagged_files)
450 list='$(am__tagged_files)'; \
451 case "$(srcdir)" in \
452 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
453 *) sdir=$(subdir)/$(srcdir) ;; \
454 esac; \
455 for i in $$list; do \
456 if test -f "$$i"; then \
457 echo "$(subdir)/$$i"; \
458 else \
459 echo "$$sdir/$$i"; \
460 fi; \
461 done >> $(top_builddir)/cscope.files
462
463 distclean-tags:
464 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
465 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
466
467 distdir: $(DISTFILES)
468 $(am__remove_distdir)
469 test -d "$(distdir)" || mkdir "$(distdir)"
470 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472 list='$(DISTFILES)'; \
473 dist_files=`for file in $$list; do echo $$file; done | \
474 sed -e "s|^$$srcdirstrip/||;t" \
475 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
476 case $$dist_files in \
477 */*) $(MKDIR_P) `echo "$$dist_files" | \
478 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
479 sort -u` ;; \
480 esac; \
481 for file in $$dist_files; do \
482 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
483 if test -d $$d/$$file; then \
484 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
485 if test -d "$(distdir)/$$file"; then \
486 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487 fi; \
488 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
489 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
490 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491 fi; \
492 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
493 else \
494 test -f "$(distdir)/$$file" \
495 || cp -p $$d/$$file "$(distdir)/$$file" \
496 || exit 1; \
497 fi; \
498 done
499 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
500 if test "$$subdir" = .; then :; else \
501 $(am__make_dryrun) \
502 || test -d "$(distdir)/$$subdir" \
503 || $(MKDIR_P) "$(distdir)/$$subdir" \
504 || exit 1; \
505 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
506 $(am__relativize); \
507 new_distdir=$$reldir; \
508 dir1=$$subdir; dir2="$(top_distdir)"; \
509 $(am__relativize); \
510 new_top_distdir=$$reldir; \
511 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
512 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
513 ($(am__cd) $$subdir && \
514 $(MAKE) $(AM_MAKEFLAGS) \
515 top_distdir="$$new_top_distdir" \
516 distdir="$$new_distdir" \
517 am__remove_distdir=: \
518 am__skip_length_check=: \
519 am__skip_mode_fix=: \
520 distdir) \
521 || exit 1; \
522 fi; \
523 done
524 -test -n "$(am__skip_mode_fix)" \
525 || find "$(distdir)" -type d ! -perm -755 \
526 -exec chmod u+rwx,go+rx {} \; -o \
527 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
528 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
529 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
530 || chmod -R a+r "$(distdir)"
531 dist-gzip: distdir
532 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
533 $(am__post_remove_distdir)
534
535 dist-bzip2: distdir
536 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
537 $(am__post_remove_distdir)
538
539 dist-lzip: distdir
540 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
541 $(am__post_remove_distdir)
542
543 dist-xz: distdir
544 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
545 $(am__post_remove_distdir)
546
547 dist-tarZ: distdir
548 @echo WARNING: "Support for shar distribution archives is" \
549 "deprecated." >&2
550 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
551 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
552 $(am__post_remove_distdir)
553
554 dist-shar: distdir
555 @echo WARNING: "Support for distribution archives compressed with" \
556 "legacy program 'compress' is deprecated." >&2
557 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
558 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
559 $(am__post_remove_distdir)
560
561 dist-zip: distdir
562 -rm -f $(distdir).zip
563 zip -rq $(distdir).zip $(distdir)
564 $(am__post_remove_distdir)
565
566 dist dist-all:
567 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
568 $(am__post_remove_distdir)
569
570 # This target untars the dist file and tries a VPATH configuration. Then
571 # it guarantees that the distribution is self-contained by making another
572 # tarfile.
573 distcheck: dist
574 case '$(DIST_ARCHIVES)' in \
575 *.tar.gz*) \
576 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
577 *.tar.bz2*) \
578 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
579 *.tar.lz*) \
580 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
581 *.tar.xz*) \
582 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
583 *.tar.Z*) \
584 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
585 *.shar.gz*) \
586 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
587 *.zip*) \
588 unzip $(distdir).zip ;;\
589 esac
590 chmod -R a-w $(distdir)
591 chmod u+w $(distdir)
592 mkdir $(distdir)/_build $(distdir)/_inst
593 chmod a-w $(distdir)
594 test -d $(distdir)/_build || exit 0; \
595 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
596 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
597 && am__cwd=`pwd` \
598 && $(am__cd) $(distdir)/_build \
599 && ../configure \
600 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
601 $(DISTCHECK_CONFIGURE_FLAGS) \
602 --srcdir=.. --prefix="$$dc_install_base" \
603 && $(MAKE) $(AM_MAKEFLAGS) \
604 && $(MAKE) $(AM_MAKEFLAGS) dvi \
605 && $(MAKE) $(AM_MAKEFLAGS) check \
606 && $(MAKE) $(AM_MAKEFLAGS) install \
607 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
608 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
609 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
610 distuninstallcheck \
611 && chmod -R a-w "$$dc_install_base" \
612 && ({ \
613 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
614 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
615 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
616 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
617 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
618 } || { rm -rf "$$dc_destdir"; exit 1; }) \
619 && rm -rf "$$dc_destdir" \
620 && $(MAKE) $(AM_MAKEFLAGS) dist \
621 && rm -rf $(DIST_ARCHIVES) \
622 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
623 && cd "$$am__cwd" \
624 || exit 1
625 $(am__post_remove_distdir)
626 @(echo "$(distdir) archives ready for distribution: "; \
627 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
628 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
629 distuninstallcheck:
630 @test -n '$(distuninstallcheck_dir)' || { \
631 echo 'ERROR: trying to run $@ with an empty' \
632 '$$(distuninstallcheck_dir)' >&2; \
633 exit 1; \
634 }; \
635 $(am__cd) '$(distuninstallcheck_dir)' || { \
636 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
637 exit 1; \
638 }; \
639 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
640 || { echo "ERROR: files left after uninstall:" ; \
641 if test -n "$(DESTDIR)"; then \
642 echo " (check DESTDIR support)"; \
643 fi ; \
644 $(distuninstallcheck_listfiles) ; \
645 exit 1; } >&2
646 distcleancheck: distclean
647 @if test '$(srcdir)' = . ; then \
648 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
649 exit 1 ; \
650 fi
651 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
652 || { echo "ERROR: files left in build directory after distclean:" ; \
653 $(distcleancheck_listfiles) ; \
654 exit 1; } >&2
655 check-am: all-am
656 check: check-recursive
657 all-am: Makefile
658 installdirs: installdirs-recursive
659 installdirs-am:
660 install: install-recursive
661 install-exec: install-exec-recursive
662 install-data: install-data-recursive
663 uninstall: uninstall-recursive
664
665 install-am: all-am
666 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
667
668 installcheck: installcheck-recursive
669 install-strip:
670 if test -z '$(STRIP)'; then \
671 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
672 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
673 install; \
674 else \
675 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
676 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
677 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
678 fi
679 mostlyclean-generic:
680
681 clean-generic:
682
683 distclean-generic:
684 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
685 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
686
687 maintainer-clean-generic:
688 @echo "This command is intended for maintainers to use"
689 @echo "it deletes files that may require special tools to rebuild."
690 clean: clean-recursive
691
692 clean-am: clean-generic clean-libtool mostlyclean-am
693
694 distclean: distclean-recursive
695 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
696 -rm -f Makefile
697 distclean-am: clean-am distclean-generic distclean-libtool \
698 distclean-tags
699
700 dvi: dvi-recursive
701
702 dvi-am:
703
704 html: html-recursive
705
706 html-am:
707
708 info: info-recursive
709
710 info-am:
711
712 install-data-am:
713
714 install-dvi: install-dvi-recursive
715
716 install-dvi-am:
717
718 install-exec-am:
719
720 install-html: install-html-recursive
721
722 install-html-am:
723
724 install-info: install-info-recursive
725
726 install-info-am:
727
728 install-man:
729
730 install-pdf: install-pdf-recursive
731
732 install-pdf-am:
733
734 install-ps: install-ps-recursive
735
736 install-ps-am:
737
738 installcheck-am:
739
740 maintainer-clean: maintainer-clean-recursive
741 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
742 -rm -rf $(top_srcdir)/autom4te.cache
743 -rm -f Makefile
744 maintainer-clean-am: distclean-am maintainer-clean-generic
745
746 mostlyclean: mostlyclean-recursive
747
748 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
749
750 pdf: pdf-recursive
751
752 pdf-am:
753
754 ps: ps-recursive
755
756 ps-am:
757
758 uninstall-am:
759
760 .MAKE: $(am__recursive_targets) install-am install-strip
761
762 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
763 am--refresh check check-am clean clean-cscope clean-generic \
764 clean-libtool cscope cscopelist-am ctags ctags-am dist \
765 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
766 dist-xz dist-zip distcheck distclean distclean-generic \
767 distclean-libtool distclean-tags distcleancheck distdir \
768 distuninstallcheck dvi dvi-am html html-am info info-am \
769 install install-am install-data install-data-am install-dvi \
770 install-dvi-am install-exec install-exec-am install-html \
771 install-html-am install-info install-info-am install-man \
772 install-pdf install-pdf-am install-ps install-ps-am \
773 install-strip installcheck installcheck-am installdirs \
774 installdirs-am maintainer-clean maintainer-clean-generic \
775 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
776 ps ps-am tags tags-am uninstall uninstall-am
777
778 libtool: $(LIBTOOL_DEPS)
779 $(SHELL) ./config.status --recheck
780
781 docs:
782 -cd doc && $(MAKE) $(AM_MAKEFLAGS) $@
783
784 # Tell versions [3.59,3.63) of GNU make to not export all variables.
785 # Otherwise a system limit (for SysV at least) may be exceeded.
786 .NOEXPORT: