ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/Makefile.in
Revision: 5433
Committed: Wed Jan 28 14:14:14 2015 UTC (11 years, 5 months ago) by michael
Original Path: hopm/trunk/Makefile.in
File size: 24949 byte(s)
Log Message:
- autoreconf

File Contents

# User Rev Content
1 michael 5352 # Makefile.in generated by automake 1.15 from Makefile.am.
2 michael 5052 # @configure_input@
3    
4 michael 5352 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5 michael 5059
6 michael 5052 # 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 michael 5352 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 michael 5059 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 michael 5052 pkgdatadir = $(datadir)/@PACKAGE@
73 michael 5059 pkgincludedir = $(includedir)/@PACKAGE@
74 michael 5052 pkglibdir = $(libdir)/@PACKAGE@
75 michael 5059 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 michael 5052 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 michael 5059 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
93 michael 5052 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94     $(ACLOCAL_M4)
95 michael 5352 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
96     $(am__configure_deps) $(am__DIST_COMMON)
97 michael 5052 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
98 michael 5059 configure.lineno config.status.lineno
99 michael 5052 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100     CONFIG_HEADER = $(top_builddir)/src/setup.h
101     CONFIG_CLEAN_FILES =
102 michael 5059 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 michael 5052 SOURCES =
116     DIST_SOURCES =
117 michael 5059 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 michael 5052 ETAGS = etags
156     CTAGS = ctags
157 michael 5059 CSCOPE = cscope
158 michael 5052 DIST_SUBDIRS = $(SUBDIRS)
159 michael 5352 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 michael 5052 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
163     distdir = $(PACKAGE)-$(VERSION)
164     top_distdir = $(distdir)
165     am__remove_distdir = \
166 michael 5059 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 michael 5052 DIST_ARCHIVES = $(distdir).tar.gz
198     GZIP_ENV = --best
199 michael 5059 DIST_TARGETS = dist-gzip
200 michael 5052 distuninstallcheck_listfiles = find . -type f -print
201 michael 5059 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
202     | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
203 michael 5052 distcleancheck_listfiles = find . -type f -print
204     ACLOCAL = @ACLOCAL@
205     AMTAR = @AMTAR@
206 michael 5059 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
207 michael 5052 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 michael 5059 DLLTOOL = @DLLTOOL@
221     DSYMUTIL = @DSYMUTIL@
222     DUMPBIN = @DUMPBIN@
223 michael 5052 ECHO_C = @ECHO_C@
224     ECHO_N = @ECHO_N@
225     ECHO_T = @ECHO_T@
226     EGREP = @EGREP@
227     EXEEXT = @EXEEXT@
228 michael 5059 FGREP = @FGREP@
229 michael 5052 GREP = @GREP@
230 michael 5059 INSTALL = @INSTALL@
231 michael 5052 INSTALL_DATA = @INSTALL_DATA@
232     INSTALL_PROGRAM = @INSTALL_PROGRAM@
233     INSTALL_SCRIPT = @INSTALL_SCRIPT@
234     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
235 michael 5059 LD = @LD@
236 michael 5052 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 michael 5059 LIPO = @LIPO@
244 michael 5052 LN_S = @LN_S@
245     LTLIBOBJS = @LTLIBOBJS@
246 michael 5433 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
247 michael 5052 MAINT = @MAINT@
248     MAKEINFO = @MAKEINFO@
249 michael 5059 MANIFEST_TOOL = @MANIFEST_TOOL@
250     MKDIR_P = @MKDIR_P@
251     NM = @NM@
252     NMEDIT = @NMEDIT@
253     OBJDUMP = @OBJDUMP@
254 michael 5052 OBJEXT = @OBJEXT@
255 michael 5059 OTOOL = @OTOOL@
256     OTOOL64 = @OTOOL64@
257 michael 5052 PACKAGE = @PACKAGE@
258     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
259     PACKAGE_NAME = @PACKAGE_NAME@
260     PACKAGE_STRING = @PACKAGE_STRING@
261     PACKAGE_TARNAME = @PACKAGE_TARNAME@
262 michael 5059 PACKAGE_URL = @PACKAGE_URL@
263 michael 5052 PACKAGE_VERSION = @PACKAGE_VERSION@
264     PATH_SEPARATOR = @PATH_SEPARATOR@
265     RANLIB = @RANLIB@
266 michael 5059 SED = @SED@
267 michael 5052 SET_MAKE = @SET_MAKE@
268     SHELL = @SHELL@
269     STRIP = @STRIP@
270     VERSION = @VERSION@
271     YACC = @YACC@
272     YFLAGS = @YFLAGS@
273 michael 5059 abs_builddir = @abs_builddir@
274     abs_srcdir = @abs_srcdir@
275     abs_top_builddir = @abs_top_builddir@
276     abs_top_srcdir = @abs_top_srcdir@
277     ac_ct_AR = @ac_ct_AR@
278 michael 5052 ac_ct_CC = @ac_ct_CC@
279 michael 5059 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
280 michael 5052 am__include = @am__include@
281     am__leading_dot = @am__leading_dot@
282     am__quote = @am__quote@
283     am__tar = @am__tar@
284     am__untar = @am__untar@
285     bindir = @bindir@
286     build = @build@
287     build_alias = @build_alias@
288     build_cpu = @build_cpu@
289     build_os = @build_os@
290     build_vendor = @build_vendor@
291 michael 5059 builddir = @builddir@
292 michael 5052 datadir = @datadir@
293     datarootdir = @datarootdir@
294     docdir = @docdir@
295     dvidir = @dvidir@
296     exec_prefix = @exec_prefix@
297     host = @host@
298     host_alias = @host_alias@
299     host_cpu = @host_cpu@
300     host_os = @host_os@
301     host_vendor = @host_vendor@
302     htmldir = @htmldir@
303     includedir = @includedir@
304     infodir = @infodir@
305     install_sh = @install_sh@
306     libdir = @libdir@
307     libexecdir = @libexecdir@
308     localedir = @localedir@
309     localstatedir = @localstatedir@
310     mandir = @mandir@
311     mkdir_p = @mkdir_p@
312     oldincludedir = @oldincludedir@
313     pdfdir = @pdfdir@
314     prefix = @prefix@
315     program_transform_name = @program_transform_name@
316     psdir = @psdir@
317     sbindir = @sbindir@
318     sharedstatedir = @sharedstatedir@
319 michael 5059 srcdir = @srcdir@
320 michael 5052 sysconfdir = @sysconfdir@
321     target_alias = @target_alias@
322 michael 5059 top_build_prefix = @top_build_prefix@
323     top_builddir = @top_builddir@
324     top_srcdir = @top_srcdir@
325 michael 5052 AUTOMAKE_OPTIONS = foreign
326 michael 5065 SUBDIRS = doc src
327 michael 5052 all: all-recursive
328    
329     .SUFFIXES:
330 michael 5059 am--refresh: Makefile
331 michael 5052 @:
332     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
333     @for dep in $?; do \
334     case '$(am__configure_deps)' in \
335     *$$dep*) \
336 michael 5059 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
337     $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
338 michael 5052 && exit 0; \
339     exit 1;; \
340     esac; \
341     done; \
342 michael 5059 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
343     $(am__cd) $(top_srcdir) && \
344     $(AUTOMAKE) --foreign Makefile
345 michael 5052 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
346     @case '$?' in \
347     *config.status*) \
348     echo ' $(SHELL) ./config.status'; \
349     $(SHELL) ./config.status;; \
350     *) \
351     echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
352     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
353     esac;
354    
355     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
356     $(SHELL) ./config.status --recheck
357    
358     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
359 michael 5059 $(am__cd) $(srcdir) && $(AUTOCONF)
360 michael 5052 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
361 michael 5059 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
362     $(am__aclocal_m4_deps):
363 michael 5052
364     mostlyclean-libtool:
365     -rm -f *.lo
366    
367     clean-libtool:
368     -rm -rf .libs _libs
369    
370     distclean-libtool:
371 michael 5059 -rm -f libtool config.lt
372 michael 5052
373     # This directory's subdirectories are mostly independent; you can cd
374 michael 5059 # into them and run 'make' without going through this Makefile.
375     # To change the values of 'make' variables: instead of editing Makefiles,
376     # (1) if the variable is set in 'config.status', edit 'config.status'
377     # (which will cause the Makefiles to be regenerated when you run 'make');
378     # (2) otherwise, pass the desired values on the 'make' command line.
379     $(am__recursive_targets):
380     @fail=; \
381     if $(am__make_keepgoing); then \
382     failcom='fail=yes'; \
383     else \
384     failcom='exit 1'; \
385     fi; \
386 michael 5052 dot_seen=no; \
387     target=`echo $@ | sed s/-recursive//`; \
388 michael 5059 case "$@" in \
389     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
390     *) list='$(SUBDIRS)' ;; \
391     esac; \
392     for subdir in $$list; do \
393 michael 5052 echo "Making $$target in $$subdir"; \
394     if test "$$subdir" = "."; then \
395     dot_seen=yes; \
396     local_target="$$target-am"; \
397     else \
398     local_target="$$target"; \
399     fi; \
400 michael 5059 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
401 michael 5052 || eval $$failcom; \
402     done; \
403     if test "$$dot_seen" = "no"; then \
404     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
405     fi; test -z "$$fail"
406    
407 michael 5059 ID: $(am__tagged_files)
408     $(am__define_uniq_tagged_files); mkid -fID $$unique
409     tags: tags-recursive
410     TAGS: tags
411 michael 5052
412 michael 5059 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
413     set x; \
414 michael 5052 here=`pwd`; \
415     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
416     include_option=--etags-include; \
417     empty_fix=.; \
418     else \
419     include_option=--include; \
420     empty_fix=; \
421     fi; \
422     list='$(SUBDIRS)'; for subdir in $$list; do \
423     if test "$$subdir" = .; then :; else \
424     test ! -f $$subdir/TAGS || \
425 michael 5059 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
426 michael 5052 fi; \
427     done; \
428 michael 5059 $(am__define_uniq_tagged_files); \
429     shift; \
430     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
431 michael 5052 test -n "$$unique" || unique=$$empty_fix; \
432 michael 5059 if test $$# -gt 0; then \
433     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
434     "$$@" $$unique; \
435     else \
436     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
437     $$unique; \
438     fi; \
439 michael 5052 fi
440 michael 5059 ctags: ctags-recursive
441    
442     CTAGS: ctags
443     ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
444     $(am__define_uniq_tagged_files); \
445     test -z "$(CTAGS_ARGS)$$unique" \
446 michael 5052 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
447 michael 5059 $$unique
448 michael 5052
449     GTAGS:
450     here=`$(am__cd) $(top_builddir) && pwd` \
451 michael 5059 && $(am__cd) $(top_srcdir) \
452     && gtags -i $(GTAGS_ARGS) "$$here"
453     cscope: cscope.files
454     test ! -s cscope.files \
455     || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
456     clean-cscope:
457     -rm -f cscope.files
458     cscope.files: clean-cscope cscopelist
459     cscopelist: cscopelist-recursive
460 michael 5052
461 michael 5059 cscopelist-am: $(am__tagged_files)
462     list='$(am__tagged_files)'; \
463     case "$(srcdir)" in \
464     [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
465     *) sdir=$(subdir)/$(srcdir) ;; \
466     esac; \
467     for i in $$list; do \
468     if test -f "$$i"; then \
469     echo "$(subdir)/$$i"; \
470     else \
471     echo "$$sdir/$$i"; \
472     fi; \
473     done >> $(top_builddir)/cscope.files
474    
475 michael 5052 distclean-tags:
476     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
477 michael 5059 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
478 michael 5052
479     distdir: $(DISTFILES)
480     $(am__remove_distdir)
481 michael 5059 test -d "$(distdir)" || mkdir "$(distdir)"
482     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484     list='$(DISTFILES)'; \
485     dist_files=`for file in $$list; do echo $$file; done | \
486     sed -e "s|^$$srcdirstrip/||;t" \
487     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
488     case $$dist_files in \
489     */*) $(MKDIR_P) `echo "$$dist_files" | \
490     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
491     sort -u` ;; \
492     esac; \
493     for file in $$dist_files; do \
494 michael 5052 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
495     if test -d $$d/$$file; then \
496 michael 5059 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
497     if test -d "$(distdir)/$$file"; then \
498     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
499     fi; \
500 michael 5052 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
501 michael 5059 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
502     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503 michael 5052 fi; \
504 michael 5059 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
505 michael 5052 else \
506 michael 5059 test -f "$(distdir)/$$file" \
507     || cp -p $$d/$$file "$(distdir)/$$file" \
508 michael 5052 || exit 1; \
509     fi; \
510     done
511 michael 5059 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
512 michael 5052 if test "$$subdir" = .; then :; else \
513 michael 5059 $(am__make_dryrun) \
514     || test -d "$(distdir)/$$subdir" \
515     || $(MKDIR_P) "$(distdir)/$$subdir" \
516     || exit 1; \
517     dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
518     $(am__relativize); \
519     new_distdir=$$reldir; \
520     dir1=$$subdir; dir2="$(top_distdir)"; \
521     $(am__relativize); \
522     new_top_distdir=$$reldir; \
523     echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
524     echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
525     ($(am__cd) $$subdir && \
526 michael 5052 $(MAKE) $(AM_MAKEFLAGS) \
527 michael 5059 top_distdir="$$new_top_distdir" \
528     distdir="$$new_distdir" \
529     am__remove_distdir=: \
530     am__skip_length_check=: \
531     am__skip_mode_fix=: \
532 michael 5052 distdir) \
533     || exit 1; \
534     fi; \
535     done
536 michael 5059 -test -n "$(am__skip_mode_fix)" \
537     || find "$(distdir)" -type d ! -perm -755 \
538     -exec chmod u+rwx,go+rx {} \; -o \
539 michael 5052 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
540     ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
541 michael 5059 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
542     || chmod -R a+r "$(distdir)"
543 michael 5052 dist-gzip: distdir
544     tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
545 michael 5059 $(am__post_remove_distdir)
546 michael 5052
547     dist-bzip2: distdir
548 michael 5059 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
549     $(am__post_remove_distdir)
550 michael 5052
551 michael 5059 dist-lzip: distdir
552     tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
553     $(am__post_remove_distdir)
554    
555     dist-xz: distdir
556     tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
557     $(am__post_remove_distdir)
558    
559 michael 5052 dist-tarZ: distdir
560 michael 5352 @echo WARNING: "Support for distribution archives compressed with" \
561     "legacy program 'compress' is deprecated." >&2
562 michael 5059 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
563 michael 5052 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
564 michael 5059 $(am__post_remove_distdir)
565 michael 5052
566     dist-shar: distdir
567 michael 5352 @echo WARNING: "Support for shar distribution archives is" \
568     "deprecated." >&2
569 michael 5059 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
570 michael 5052 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
571 michael 5059 $(am__post_remove_distdir)
572 michael 5052
573     dist-zip: distdir
574     -rm -f $(distdir).zip
575     zip -rq $(distdir).zip $(distdir)
576 michael 5059 $(am__post_remove_distdir)
577 michael 5052
578 michael 5059 dist dist-all:
579     $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
580     $(am__post_remove_distdir)
581 michael 5052
582     # This target untars the dist file and tries a VPATH configuration. Then
583     # it guarantees that the distribution is self-contained by making another
584     # tarfile.
585     distcheck: dist
586     case '$(DIST_ARCHIVES)' in \
587     *.tar.gz*) \
588 michael 5059 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
589 michael 5052 *.tar.bz2*) \
590 michael 5059 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
591     *.tar.lz*) \
592     lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
593     *.tar.xz*) \
594     xz -dc $(distdir).tar.xz | $(am__untar) ;;\
595 michael 5052 *.tar.Z*) \
596     uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
597     *.shar.gz*) \
598 michael 5059 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
599 michael 5052 *.zip*) \
600     unzip $(distdir).zip ;;\
601     esac
602 michael 5059 chmod -R a-w $(distdir)
603     chmod u+w $(distdir)
604 michael 5352 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
605 michael 5052 chmod a-w $(distdir)
606 michael 5059 test -d $(distdir)/_build || exit 0; \
607 michael 5052 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
608     && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
609 michael 5059 && am__cwd=`pwd` \
610 michael 5352 && $(am__cd) $(distdir)/_build/sub \
611     && ../../configure \
612 michael 5059 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
613 michael 5052 $(DISTCHECK_CONFIGURE_FLAGS) \
614 michael 5352 --srcdir=../.. --prefix="$$dc_install_base" \
615 michael 5052 && $(MAKE) $(AM_MAKEFLAGS) \
616     && $(MAKE) $(AM_MAKEFLAGS) dvi \
617     && $(MAKE) $(AM_MAKEFLAGS) check \
618     && $(MAKE) $(AM_MAKEFLAGS) install \
619     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
620     && $(MAKE) $(AM_MAKEFLAGS) uninstall \
621     && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
622     distuninstallcheck \
623     && chmod -R a-w "$$dc_install_base" \
624     && ({ \
625     (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
626     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
627     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
628     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
629     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
630     } || { rm -rf "$$dc_destdir"; exit 1; }) \
631     && rm -rf "$$dc_destdir" \
632     && $(MAKE) $(AM_MAKEFLAGS) dist \
633     && rm -rf $(DIST_ARCHIVES) \
634 michael 5059 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
635     && cd "$$am__cwd" \
636     || exit 1
637     $(am__post_remove_distdir)
638 michael 5052 @(echo "$(distdir) archives ready for distribution: "; \
639     list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
640 michael 5059 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
641 michael 5052 distuninstallcheck:
642 michael 5059 @test -n '$(distuninstallcheck_dir)' || { \
643     echo 'ERROR: trying to run $@ with an empty' \
644     '$$(distuninstallcheck_dir)' >&2; \
645     exit 1; \
646     }; \
647     $(am__cd) '$(distuninstallcheck_dir)' || { \
648     echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
649     exit 1; \
650     }; \
651     test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
652 michael 5052 || { echo "ERROR: files left after uninstall:" ; \
653     if test -n "$(DESTDIR)"; then \
654     echo " (check DESTDIR support)"; \
655     fi ; \
656     $(distuninstallcheck_listfiles) ; \
657     exit 1; } >&2
658     distcleancheck: distclean
659     @if test '$(srcdir)' = . ; then \
660     echo "ERROR: distcleancheck can only run from a VPATH build" ; \
661     exit 1 ; \
662     fi
663     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
664     || { echo "ERROR: files left in build directory after distclean:" ; \
665     $(distcleancheck_listfiles) ; \
666     exit 1; } >&2
667     check-am: all-am
668     check: check-recursive
669 michael 5065 all-am: Makefile
670 michael 5052 installdirs: installdirs-recursive
671     installdirs-am:
672     install: install-recursive
673     install-exec: install-exec-recursive
674     install-data: install-data-recursive
675     uninstall: uninstall-recursive
676    
677     install-am: all-am
678     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
679    
680     installcheck: installcheck-recursive
681     install-strip:
682 michael 5059 if test -z '$(STRIP)'; then \
683     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
684     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
685     install; \
686     else \
687     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
688     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
689     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
690     fi
691 michael 5052 mostlyclean-generic:
692    
693     clean-generic:
694    
695     distclean-generic:
696     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
697 michael 5059 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
698 michael 5052
699     maintainer-clean-generic:
700     @echo "This command is intended for maintainers to use"
701     @echo "it deletes files that may require special tools to rebuild."
702     clean: clean-recursive
703    
704     clean-am: clean-generic clean-libtool mostlyclean-am
705    
706     distclean: distclean-recursive
707     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
708     -rm -f Makefile
709     distclean-am: clean-am distclean-generic distclean-libtool \
710     distclean-tags
711    
712     dvi: dvi-recursive
713    
714     dvi-am:
715    
716     html: html-recursive
717    
718 michael 5059 html-am:
719    
720 michael 5052 info: info-recursive
721    
722     info-am:
723    
724 michael 5111 install-data-am: install-data-local
725 michael 5052
726 michael 5059 install-dvi: install-dvi-recursive
727    
728     install-dvi-am:
729    
730 michael 5052 install-exec-am:
731    
732 michael 5059 install-html: install-html-recursive
733    
734     install-html-am:
735    
736 michael 5052 install-info: install-info-recursive
737    
738 michael 5059 install-info-am:
739    
740 michael 5052 install-man:
741    
742 michael 5059 install-pdf: install-pdf-recursive
743    
744     install-pdf-am:
745    
746     install-ps: install-ps-recursive
747    
748     install-ps-am:
749    
750 michael 5052 installcheck-am:
751    
752     maintainer-clean: maintainer-clean-recursive
753     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
754     -rm -rf $(top_srcdir)/autom4te.cache
755     -rm -f Makefile
756     maintainer-clean-am: distclean-am maintainer-clean-generic
757    
758     mostlyclean: mostlyclean-recursive
759    
760     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
761    
762     pdf: pdf-recursive
763    
764     pdf-am:
765    
766     ps: ps-recursive
767    
768     ps-am:
769    
770 michael 5065 uninstall-am:
771 michael 5052
772 michael 5059 .MAKE: $(am__recursive_targets) install-am install-strip
773 michael 5052
774 michael 5059 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
775     am--refresh check check-am clean clean-cscope clean-generic \
776     clean-libtool cscope cscopelist-am ctags ctags-am dist \
777     dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
778     dist-xz dist-zip distcheck distclean distclean-generic \
779     distclean-libtool distclean-tags distcleancheck distdir \
780     distuninstallcheck dvi dvi-am html html-am info info-am \
781 michael 5111 install install-am install-data install-data-am \
782     install-data-local install-dvi install-dvi-am install-exec \
783     install-exec-am install-html install-html-am install-info \
784     install-info-am install-man install-pdf install-pdf-am \
785     install-ps install-ps-am install-strip installcheck \
786     installcheck-am installdirs installdirs-am maintainer-clean \
787     maintainer-clean-generic mostlyclean mostlyclean-generic \
788     mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
789     uninstall-am
790 michael 5052
791 michael 5352 .PRECIOUS: Makefile
792 michael 5052
793 michael 5352
794 michael 5111 install-data-local:
795     $(INSTALL) -d $(DESTDIR)${localstatedir}
796    
797 michael 5052 # Tell versions [3.59,3.63) of GNU make to not export all variables.
798     # Otherwise a system limit (for SysV at least) may be exceeded.
799     .NOEXPORT:

Properties

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