ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/releases/1.0.0/Makefile.in
Revision: 5295
Committed: Sat Jan 3 22:36:28 2015 UTC (9 years, 2 months ago) by michael
File size: 24679 byte(s)
Log Message:
RELEASE TAG 1.0.0

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

Properties

Name Value
svn:eol-style native
svn:keywords Id