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

Properties

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