ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/doc/Makefile.in
Revision: 6105
Committed: Thu Jun 11 12:45:27 2015 UTC (11 years, 1 month ago) by michael
Original Path: hopm/trunk/doc/Makefile.in
File size: 14611 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 5065 # @configure_input@
3    
4 michael 5352 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5 michael 5065
6     # This Makefile.in is free software; the Free Software Foundation
7     # gives unlimited permission to copy and/or distribute it,
8     # with or without modifications, as long as this notice is preserved.
9    
10     # This program is distributed in the hope that it will be useful,
11     # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12     # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13     # PARTICULAR PURPOSE.
14    
15     @SET_MAKE@
16    
17     VPATH = @srcdir@
18 michael 5352 am__is_gnu_make = { \
19     if test -z '$(MAKELEVEL)'; then \
20     false; \
21     elif test -n '$(MAKE_HOST)'; then \
22     true; \
23     elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25     else \
26     false; \
27     fi; \
28     }
29 michael 5065 am__make_running_with_option = \
30     case $${target_option-} in \
31     ?) ;; \
32     *) echo "am__make_running_with_option: internal error: invalid" \
33     "target option '$${target_option-}' specified" >&2; \
34     exit 1;; \
35     esac; \
36     has_opt=no; \
37     sane_makeflags=$$MAKEFLAGS; \
38     if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40     else \
41     case $$MAKEFLAGS in \
42     *\\[\ \ ]*) \
43     bs=\\; \
44     sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45     | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46     esac; \
47     fi; \
48     skip_next=no; \
49     strip_trailopt () \
50     { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52     }; \
53     for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56     *=*|--*) continue;; \
57     -*I) strip_trailopt 'I'; skip_next=yes;; \
58     -*I?*) strip_trailopt 'I';; \
59     -*O) strip_trailopt 'O'; skip_next=yes;; \
60     -*O?*) strip_trailopt 'O';; \
61     -*l) strip_trailopt 'l'; skip_next=yes;; \
62     -*l?*) strip_trailopt 'l';; \
63     -[dEDm]) skip_next=yes;; \
64     -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67     *$$target_option*) has_opt=yes; break;; \
68     esac; \
69     done; \
70     test $$has_opt = yes
71     am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72     am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73     pkgdatadir = $(datadir)/@PACKAGE@
74     pkgincludedir = $(includedir)/@PACKAGE@
75     pkglibdir = $(libdir)/@PACKAGE@
76     pkglibexecdir = $(libexecdir)/@PACKAGE@
77     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78     install_sh_DATA = $(install_sh) -c -m 644
79     install_sh_PROGRAM = $(install_sh) -c
80     install_sh_SCRIPT = $(install_sh) -c
81     INSTALL_HEADER = $(INSTALL_DATA)
82     transform = $(program_transform_name)
83     NORMAL_INSTALL = :
84     PRE_INSTALL = :
85     POST_INSTALL = :
86     NORMAL_UNINSTALL = :
87     PRE_UNINSTALL = :
88     POST_UNINSTALL = :
89     build_triplet = @build@
90     host_triplet = @host@
91     subdir = doc
92     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 michael 6105 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_arg_enable_assert.m4 \
94     $(top_srcdir)/m4/ax_library_net.m4 \
95     $(top_srcdir)/m4/gcc_stack_protect.m4 \
96     $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
97     $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
98     $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
99 michael 5065 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100     $(ACLOCAL_M4)
101 michael 5352 DIST_COMMON = $(srcdir)/Makefile.am $(dist_sysconf_DATA) \
102     $(am__DIST_COMMON)
103 michael 5065 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104     CONFIG_HEADER = $(top_builddir)/src/setup.h
105     CONFIG_CLEAN_FILES =
106     CONFIG_CLEAN_VPATH_FILES =
107     AM_V_P = $(am__v_P_@AM_V@)
108     am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109     am__v_P_0 = false
110     am__v_P_1 = :
111     AM_V_GEN = $(am__v_GEN_@AM_V@)
112     am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113     am__v_GEN_0 = @echo " GEN " $@;
114     am__v_GEN_1 =
115     AM_V_at = $(am__v_at_@AM_V@)
116     am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117     am__v_at_0 = @
118     am__v_at_1 =
119     SOURCES =
120     DIST_SOURCES =
121     am__can_run_installinfo = \
122     case $$AM_UPDATE_INFO_DIR in \
123     n|no|NO) false;; \
124     *) (install-info --version) >/dev/null 2>&1;; \
125     esac
126     am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
127     am__vpath_adj = case $$p in \
128     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
129     *) f=$$p;; \
130     esac;
131     am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
132     am__install_max = 40
133     am__nobase_strip_setup = \
134     srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
135     am__nobase_strip = \
136     for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
137     am__nobase_list = $(am__nobase_strip_setup); \
138     for p in $$list; do echo "$$p $$p"; done | \
139     sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
140     $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
141     if (++n[$$2] == $(am__install_max)) \
142     { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
143     END { for (dir in files) print dir, files[dir] }'
144     am__base_list = \
145     sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
146     sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
147     am__uninstall_files_from_dir = { \
148     test -z "$$files" \
149     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
150     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
151     $(am__cd) "$$dir" && rm -f $$files; }; \
152     }
153     am__installdirs = "$(DESTDIR)$(sysconfdir)"
154     DATA = $(dist_sysconf_DATA)
155     am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
156 michael 5352 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
157 michael 5065 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
158     ACLOCAL = @ACLOCAL@
159     AMTAR = @AMTAR@
160     AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
161     AR = @AR@
162     AUTOCONF = @AUTOCONF@
163     AUTOHEADER = @AUTOHEADER@
164     AUTOMAKE = @AUTOMAKE@
165     AWK = @AWK@
166     CC = @CC@
167     CCDEPMODE = @CCDEPMODE@
168     CFLAGS = @CFLAGS@
169     CPP = @CPP@
170     CPPFLAGS = @CPPFLAGS@
171     CYGPATH_W = @CYGPATH_W@
172     DEFS = @DEFS@
173     DEPDIR = @DEPDIR@
174     DLLTOOL = @DLLTOOL@
175     DSYMUTIL = @DSYMUTIL@
176     DUMPBIN = @DUMPBIN@
177     ECHO_C = @ECHO_C@
178     ECHO_N = @ECHO_N@
179     ECHO_T = @ECHO_T@
180     EGREP = @EGREP@
181     EXEEXT = @EXEEXT@
182     FGREP = @FGREP@
183     GREP = @GREP@
184     INSTALL = @INSTALL@
185     INSTALL_DATA = @INSTALL_DATA@
186     INSTALL_PROGRAM = @INSTALL_PROGRAM@
187     INSTALL_SCRIPT = @INSTALL_SCRIPT@
188     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
189     LD = @LD@
190     LDFLAGS = @LDFLAGS@
191     LEX = @LEX@
192     LEXLIB = @LEXLIB@
193     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
194     LIBOBJS = @LIBOBJS@
195     LIBS = @LIBS@
196     LIBTOOL = @LIBTOOL@
197     LIPO = @LIPO@
198     LN_S = @LN_S@
199     LTLIBOBJS = @LTLIBOBJS@
200 michael 5433 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
201 michael 5065 MAINT = @MAINT@
202     MAKEINFO = @MAKEINFO@
203     MANIFEST_TOOL = @MANIFEST_TOOL@
204     MKDIR_P = @MKDIR_P@
205     NM = @NM@
206     NMEDIT = @NMEDIT@
207     OBJDUMP = @OBJDUMP@
208     OBJEXT = @OBJEXT@
209     OTOOL = @OTOOL@
210     OTOOL64 = @OTOOL64@
211     PACKAGE = @PACKAGE@
212     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
213     PACKAGE_NAME = @PACKAGE_NAME@
214     PACKAGE_STRING = @PACKAGE_STRING@
215     PACKAGE_TARNAME = @PACKAGE_TARNAME@
216     PACKAGE_URL = @PACKAGE_URL@
217     PACKAGE_VERSION = @PACKAGE_VERSION@
218     PATH_SEPARATOR = @PATH_SEPARATOR@
219     RANLIB = @RANLIB@
220     SED = @SED@
221     SET_MAKE = @SET_MAKE@
222     SHELL = @SHELL@
223     STRIP = @STRIP@
224     VERSION = @VERSION@
225     YACC = @YACC@
226     YFLAGS = @YFLAGS@
227     abs_builddir = @abs_builddir@
228     abs_srcdir = @abs_srcdir@
229     abs_top_builddir = @abs_top_builddir@
230     abs_top_srcdir = @abs_top_srcdir@
231     ac_ct_AR = @ac_ct_AR@
232     ac_ct_CC = @ac_ct_CC@
233     ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
234     am__include = @am__include@
235     am__leading_dot = @am__leading_dot@
236     am__quote = @am__quote@
237     am__tar = @am__tar@
238     am__untar = @am__untar@
239     bindir = @bindir@
240     build = @build@
241     build_alias = @build_alias@
242     build_cpu = @build_cpu@
243     build_os = @build_os@
244     build_vendor = @build_vendor@
245     builddir = @builddir@
246     datadir = @datadir@
247     datarootdir = @datarootdir@
248     docdir = @docdir@
249     dvidir = @dvidir@
250     exec_prefix = @exec_prefix@
251     host = @host@
252     host_alias = @host_alias@
253     host_cpu = @host_cpu@
254     host_os = @host_os@
255     host_vendor = @host_vendor@
256     htmldir = @htmldir@
257     includedir = @includedir@
258     infodir = @infodir@
259     install_sh = @install_sh@
260     libdir = @libdir@
261     libexecdir = @libexecdir@
262     localedir = @localedir@
263     localstatedir = @localstatedir@
264     mandir = @mandir@
265     mkdir_p = @mkdir_p@
266     oldincludedir = @oldincludedir@
267     pdfdir = @pdfdir@
268     prefix = @prefix@
269     program_transform_name = @program_transform_name@
270     psdir = @psdir@
271     sbindir = @sbindir@
272     sharedstatedir = @sharedstatedir@
273     srcdir = @srcdir@
274     sysconfdir = @sysconfdir@
275     target_alias = @target_alias@
276     top_build_prefix = @top_build_prefix@
277     top_builddir = @top_builddir@
278     top_srcdir = @top_srcdir@
279     AUTOMAKE_OPTIONS = foreign
280     dist_sysconf_DATA = reference.conf
281     all: all-am
282    
283     .SUFFIXES:
284     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
285     @for dep in $?; do \
286     case '$(am__configure_deps)' in \
287     *$$dep*) \
288     ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
289     && { if test -f $@; then exit 0; else break; fi; }; \
290     exit 1;; \
291     esac; \
292     done; \
293     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
294     $(am__cd) $(top_srcdir) && \
295     $(AUTOMAKE) --foreign doc/Makefile
296     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
297     @case '$?' in \
298     *config.status*) \
299     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
300     *) \
301     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
302     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
303     esac;
304    
305     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
306     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307    
308     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
309     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
311     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312     $(am__aclocal_m4_deps):
313    
314     mostlyclean-libtool:
315     -rm -f *.lo
316    
317     clean-libtool:
318     -rm -rf .libs _libs
319     install-dist_sysconfDATA: $(dist_sysconf_DATA)
320     @$(NORMAL_INSTALL)
321     @list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
322     if test -n "$$list"; then \
323     echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
324     $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
325     fi; \
326     for p in $$list; do \
327     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
328     echo "$$d$$p"; \
329     done | $(am__base_list) | \
330     while read files; do \
331     echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
332     $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
333     done
334    
335     uninstall-dist_sysconfDATA:
336     @$(NORMAL_UNINSTALL)
337     @list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
338     files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
339     dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
340     tags TAGS:
341    
342     ctags CTAGS:
343    
344     cscope cscopelist:
345    
346    
347     distdir: $(DISTFILES)
348     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
349     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
350     list='$(DISTFILES)'; \
351     dist_files=`for file in $$list; do echo $$file; done | \
352     sed -e "s|^$$srcdirstrip/||;t" \
353     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
354     case $$dist_files in \
355     */*) $(MKDIR_P) `echo "$$dist_files" | \
356     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
357     sort -u` ;; \
358     esac; \
359     for file in $$dist_files; do \
360     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
361     if test -d $$d/$$file; then \
362     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
363     if test -d "$(distdir)/$$file"; then \
364     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
365     fi; \
366     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
367     cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
368     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
369     fi; \
370     cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
371     else \
372     test -f "$(distdir)/$$file" \
373     || cp -p $$d/$$file "$(distdir)/$$file" \
374     || exit 1; \
375     fi; \
376     done
377     check-am: all-am
378     check: check-am
379     all-am: Makefile $(DATA)
380     installdirs:
381     for dir in "$(DESTDIR)$(sysconfdir)"; do \
382     test -z "$$dir" || $(MKDIR_P) "$$dir"; \
383     done
384     install: install-am
385     install-exec: install-exec-am
386     install-data: install-data-am
387     uninstall: uninstall-am
388    
389     install-am: all-am
390     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
391    
392     installcheck: installcheck-am
393     install-strip:
394     if test -z '$(STRIP)'; then \
395     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
396     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
397     install; \
398     else \
399     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
400     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
401     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
402     fi
403     mostlyclean-generic:
404    
405     clean-generic:
406    
407     distclean-generic:
408     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
409     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
410    
411     maintainer-clean-generic:
412     @echo "This command is intended for maintainers to use"
413     @echo "it deletes files that may require special tools to rebuild."
414     clean: clean-am
415    
416     clean-am: clean-generic clean-libtool mostlyclean-am
417    
418     distclean: distclean-am
419     -rm -f Makefile
420     distclean-am: clean-am distclean-generic
421    
422     dvi: dvi-am
423    
424     dvi-am:
425    
426     html: html-am
427    
428     html-am:
429    
430     info: info-am
431    
432     info-am:
433    
434     install-data-am:
435    
436     install-dvi: install-dvi-am
437    
438     install-dvi-am:
439    
440     install-exec-am: install-dist_sysconfDATA
441    
442     install-html: install-html-am
443    
444     install-html-am:
445    
446     install-info: install-info-am
447    
448     install-info-am:
449    
450     install-man:
451    
452     install-pdf: install-pdf-am
453    
454     install-pdf-am:
455    
456     install-ps: install-ps-am
457    
458     install-ps-am:
459    
460     installcheck-am:
461    
462     maintainer-clean: maintainer-clean-am
463     -rm -f Makefile
464     maintainer-clean-am: distclean-am maintainer-clean-generic
465    
466     mostlyclean: mostlyclean-am
467    
468     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
469    
470     pdf: pdf-am
471    
472     pdf-am:
473    
474     ps: ps-am
475    
476     ps-am:
477    
478     uninstall-am: uninstall-dist_sysconfDATA
479    
480     .MAKE: install-am install-strip
481    
482     .PHONY: all all-am check check-am clean clean-generic clean-libtool \
483     cscopelist-am ctags-am distclean distclean-generic \
484     distclean-libtool distdir dvi dvi-am html html-am info info-am \
485     install install-am install-data install-data-am \
486     install-dist_sysconfDATA install-dvi install-dvi-am \
487     install-exec install-exec-am install-html install-html-am \
488     install-info install-info-am install-man install-pdf \
489     install-pdf-am install-ps install-ps-am install-strip \
490     installcheck installcheck-am installdirs maintainer-clean \
491     maintainer-clean-generic mostlyclean mostlyclean-generic \
492     mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
493     uninstall-am uninstall-dist_sysconfDATA
494    
495 michael 5352 .PRECIOUS: Makefile
496 michael 5065
497 michael 5352
498 michael 5065 # Tell versions [3.59,3.63) of GNU make to not export all variables.
499     # Otherwise a system limit (for SysV at least) may be exceeded.
500     .NOEXPORT:

Properties

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