ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/Makefile.in
Revision: 6223
Committed: Wed Jul 1 18:38:05 2015 UTC (8 years, 8 months ago) by michael
File size: 25514 byte(s)
Log Message:
- Re-create autogenerated files

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

Properties

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