ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/releases/1.0.2/Makefile.in
Revision: 5373
Committed: Mon Jan 12 21:20:18 2015 UTC (9 years, 3 months ago) by michael
File size: 24905 byte(s)
Log Message:
RELEASE TAG 1.0.2

File Contents

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

Properties

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