ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/doc/Makefile.in
Revision: 5352
Committed: Sun Jan 11 13:26:11 2015 UTC (11 years, 6 months ago) by michael
Original Path: hopm/trunk/doc/Makefile.in
File size: 14290 byte(s)
Log Message:
- automake 1.15

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     am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95     $(ACLOCAL_M4)
96 michael 5352 DIST_COMMON = $(srcdir)/Makefile.am $(dist_sysconf_DATA) \
97     $(am__DIST_COMMON)
98 michael 5065 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99     CONFIG_HEADER = $(top_builddir)/src/setup.h
100     CONFIG_CLEAN_FILES =
101     CONFIG_CLEAN_VPATH_FILES =
102     AM_V_P = $(am__v_P_@AM_V@)
103     am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104     am__v_P_0 = false
105     am__v_P_1 = :
106     AM_V_GEN = $(am__v_GEN_@AM_V@)
107     am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108     am__v_GEN_0 = @echo " GEN " $@;
109     am__v_GEN_1 =
110     AM_V_at = $(am__v_at_@AM_V@)
111     am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112     am__v_at_0 = @
113     am__v_at_1 =
114     SOURCES =
115     DIST_SOURCES =
116     am__can_run_installinfo = \
117     case $$AM_UPDATE_INFO_DIR in \
118     n|no|NO) false;; \
119     *) (install-info --version) >/dev/null 2>&1;; \
120     esac
121     am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
122     am__vpath_adj = case $$p in \
123     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
124     *) f=$$p;; \
125     esac;
126     am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
127     am__install_max = 40
128     am__nobase_strip_setup = \
129     srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
130     am__nobase_strip = \
131     for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
132     am__nobase_list = $(am__nobase_strip_setup); \
133     for p in $$list; do echo "$$p $$p"; done | \
134     sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
135     $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
136     if (++n[$$2] == $(am__install_max)) \
137     { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
138     END { for (dir in files) print dir, files[dir] }'
139     am__base_list = \
140     sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
141     sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
142     am__uninstall_files_from_dir = { \
143     test -z "$$files" \
144     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
145     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
146     $(am__cd) "$$dir" && rm -f $$files; }; \
147     }
148     am__installdirs = "$(DESTDIR)$(sysconfdir)"
149     DATA = $(dist_sysconf_DATA)
150     am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
151 michael 5352 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
152 michael 5065 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
153     ACLOCAL = @ACLOCAL@
154     AMTAR = @AMTAR@
155     AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
156     AR = @AR@
157     AUTOCONF = @AUTOCONF@
158     AUTOHEADER = @AUTOHEADER@
159     AUTOMAKE = @AUTOMAKE@
160     AWK = @AWK@
161     CC = @CC@
162     CCDEPMODE = @CCDEPMODE@
163     CFLAGS = @CFLAGS@
164     CPP = @CPP@
165     CPPFLAGS = @CPPFLAGS@
166     CYGPATH_W = @CYGPATH_W@
167     DEFS = @DEFS@
168     DEPDIR = @DEPDIR@
169     DLLTOOL = @DLLTOOL@
170     DSYMUTIL = @DSYMUTIL@
171     DUMPBIN = @DUMPBIN@
172     ECHO_C = @ECHO_C@
173     ECHO_N = @ECHO_N@
174     ECHO_T = @ECHO_T@
175     EGREP = @EGREP@
176     EXEEXT = @EXEEXT@
177     FGREP = @FGREP@
178     GREP = @GREP@
179     INSTALL = @INSTALL@
180     INSTALL_DATA = @INSTALL_DATA@
181     INSTALL_PROGRAM = @INSTALL_PROGRAM@
182     INSTALL_SCRIPT = @INSTALL_SCRIPT@
183     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
184     LD = @LD@
185     LDFLAGS = @LDFLAGS@
186     LEX = @LEX@
187     LEXLIB = @LEXLIB@
188     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
189     LIBOBJS = @LIBOBJS@
190     LIBS = @LIBS@
191     LIBTOOL = @LIBTOOL@
192     LIPO = @LIPO@
193     LN_S = @LN_S@
194     LTLIBOBJS = @LTLIBOBJS@
195     MAINT = @MAINT@
196     MAKEINFO = @MAKEINFO@
197     MANIFEST_TOOL = @MANIFEST_TOOL@
198     MKDIR_P = @MKDIR_P@
199     NM = @NM@
200     NMEDIT = @NMEDIT@
201     OBJDUMP = @OBJDUMP@
202     OBJEXT = @OBJEXT@
203     OTOOL = @OTOOL@
204     OTOOL64 = @OTOOL64@
205     PACKAGE = @PACKAGE@
206     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207     PACKAGE_NAME = @PACKAGE_NAME@
208     PACKAGE_STRING = @PACKAGE_STRING@
209     PACKAGE_TARNAME = @PACKAGE_TARNAME@
210     PACKAGE_URL = @PACKAGE_URL@
211     PACKAGE_VERSION = @PACKAGE_VERSION@
212     PATH_SEPARATOR = @PATH_SEPARATOR@
213     RANLIB = @RANLIB@
214     SED = @SED@
215     SET_MAKE = @SET_MAKE@
216     SHELL = @SHELL@
217     STRIP = @STRIP@
218     VERSION = @VERSION@
219     YACC = @YACC@
220     YFLAGS = @YFLAGS@
221     abs_builddir = @abs_builddir@
222     abs_srcdir = @abs_srcdir@
223     abs_top_builddir = @abs_top_builddir@
224     abs_top_srcdir = @abs_top_srcdir@
225     ac_ct_AR = @ac_ct_AR@
226     ac_ct_CC = @ac_ct_CC@
227     ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
228     am__include = @am__include@
229     am__leading_dot = @am__leading_dot@
230     am__quote = @am__quote@
231     am__tar = @am__tar@
232     am__untar = @am__untar@
233     bindir = @bindir@
234     build = @build@
235     build_alias = @build_alias@
236     build_cpu = @build_cpu@
237     build_os = @build_os@
238     build_vendor = @build_vendor@
239     builddir = @builddir@
240     datadir = @datadir@
241     datarootdir = @datarootdir@
242     docdir = @docdir@
243     dvidir = @dvidir@
244     exec_prefix = @exec_prefix@
245     host = @host@
246     host_alias = @host_alias@
247     host_cpu = @host_cpu@
248     host_os = @host_os@
249     host_vendor = @host_vendor@
250     htmldir = @htmldir@
251     includedir = @includedir@
252     infodir = @infodir@
253     install_sh = @install_sh@
254     libdir = @libdir@
255     libexecdir = @libexecdir@
256     localedir = @localedir@
257     localstatedir = @localstatedir@
258     mandir = @mandir@
259     mkdir_p = @mkdir_p@
260     oldincludedir = @oldincludedir@
261     pdfdir = @pdfdir@
262     prefix = @prefix@
263     program_transform_name = @program_transform_name@
264     psdir = @psdir@
265     sbindir = @sbindir@
266     sharedstatedir = @sharedstatedir@
267     srcdir = @srcdir@
268     sysconfdir = @sysconfdir@
269     target_alias = @target_alias@
270     top_build_prefix = @top_build_prefix@
271     top_builddir = @top_builddir@
272     top_srcdir = @top_srcdir@
273     AUTOMAKE_OPTIONS = foreign
274     dist_sysconf_DATA = reference.conf
275     all: all-am
276    
277     .SUFFIXES:
278     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
279     @for dep in $?; do \
280     case '$(am__configure_deps)' in \
281     *$$dep*) \
282     ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
283     && { if test -f $@; then exit 0; else break; fi; }; \
284     exit 1;; \
285     esac; \
286     done; \
287     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
288     $(am__cd) $(top_srcdir) && \
289     $(AUTOMAKE) --foreign doc/Makefile
290     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
291     @case '$?' in \
292     *config.status*) \
293     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
294     *) \
295     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
296     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
297     esac;
298    
299     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
300     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301    
302     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
303     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
305     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306     $(am__aclocal_m4_deps):
307    
308     mostlyclean-libtool:
309     -rm -f *.lo
310    
311     clean-libtool:
312     -rm -rf .libs _libs
313     install-dist_sysconfDATA: $(dist_sysconf_DATA)
314     @$(NORMAL_INSTALL)
315     @list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
316     if test -n "$$list"; then \
317     echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
318     $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
319     fi; \
320     for p in $$list; do \
321     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
322     echo "$$d$$p"; \
323     done | $(am__base_list) | \
324     while read files; do \
325     echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
326     $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
327     done
328    
329     uninstall-dist_sysconfDATA:
330     @$(NORMAL_UNINSTALL)
331     @list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
332     files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
333     dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
334     tags TAGS:
335    
336     ctags CTAGS:
337    
338     cscope cscopelist:
339    
340    
341     distdir: $(DISTFILES)
342     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
343     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
344     list='$(DISTFILES)'; \
345     dist_files=`for file in $$list; do echo $$file; done | \
346     sed -e "s|^$$srcdirstrip/||;t" \
347     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
348     case $$dist_files in \
349     */*) $(MKDIR_P) `echo "$$dist_files" | \
350     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
351     sort -u` ;; \
352     esac; \
353     for file in $$dist_files; do \
354     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
355     if test -d $$d/$$file; then \
356     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
357     if test -d "$(distdir)/$$file"; then \
358     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
359     fi; \
360     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
361     cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
362     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
363     fi; \
364     cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
365     else \
366     test -f "$(distdir)/$$file" \
367     || cp -p $$d/$$file "$(distdir)/$$file" \
368     || exit 1; \
369     fi; \
370     done
371     check-am: all-am
372     check: check-am
373     all-am: Makefile $(DATA)
374     installdirs:
375     for dir in "$(DESTDIR)$(sysconfdir)"; do \
376     test -z "$$dir" || $(MKDIR_P) "$$dir"; \
377     done
378     install: install-am
379     install-exec: install-exec-am
380     install-data: install-data-am
381     uninstall: uninstall-am
382    
383     install-am: all-am
384     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
385    
386     installcheck: installcheck-am
387     install-strip:
388     if test -z '$(STRIP)'; then \
389     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
390     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
391     install; \
392     else \
393     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
394     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
395     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
396     fi
397     mostlyclean-generic:
398    
399     clean-generic:
400    
401     distclean-generic:
402     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
403     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
404    
405     maintainer-clean-generic:
406     @echo "This command is intended for maintainers to use"
407     @echo "it deletes files that may require special tools to rebuild."
408     clean: clean-am
409    
410     clean-am: clean-generic clean-libtool mostlyclean-am
411    
412     distclean: distclean-am
413     -rm -f Makefile
414     distclean-am: clean-am distclean-generic
415    
416     dvi: dvi-am
417    
418     dvi-am:
419    
420     html: html-am
421    
422     html-am:
423    
424     info: info-am
425    
426     info-am:
427    
428     install-data-am:
429    
430     install-dvi: install-dvi-am
431    
432     install-dvi-am:
433    
434     install-exec-am: install-dist_sysconfDATA
435    
436     install-html: install-html-am
437    
438     install-html-am:
439    
440     install-info: install-info-am
441    
442     install-info-am:
443    
444     install-man:
445    
446     install-pdf: install-pdf-am
447    
448     install-pdf-am:
449    
450     install-ps: install-ps-am
451    
452     install-ps-am:
453    
454     installcheck-am:
455    
456     maintainer-clean: maintainer-clean-am
457     -rm -f Makefile
458     maintainer-clean-am: distclean-am maintainer-clean-generic
459    
460     mostlyclean: mostlyclean-am
461    
462     mostlyclean-am: mostlyclean-generic mostlyclean-libtool
463    
464     pdf: pdf-am
465    
466     pdf-am:
467    
468     ps: ps-am
469    
470     ps-am:
471    
472     uninstall-am: uninstall-dist_sysconfDATA
473    
474     .MAKE: install-am install-strip
475    
476     .PHONY: all all-am check check-am clean clean-generic clean-libtool \
477     cscopelist-am ctags-am distclean distclean-generic \
478     distclean-libtool distdir dvi dvi-am html html-am info info-am \
479     install install-am install-data install-data-am \
480     install-dist_sysconfDATA install-dvi install-dvi-am \
481     install-exec install-exec-am install-html install-html-am \
482     install-info install-info-am install-man install-pdf \
483     install-pdf-am install-ps install-ps-am install-strip \
484     installcheck installcheck-am installdirs maintainer-clean \
485     maintainer-clean-generic mostlyclean mostlyclean-generic \
486     mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
487     uninstall-am uninstall-dist_sysconfDATA
488    
489 michael 5352 .PRECIOUS: Makefile
490 michael 5065
491 michael 5352
492 michael 5065 # Tell versions [3.59,3.63) of GNU make to not export all variables.
493     # Otherwise a system limit (for SysV at least) may be exceeded.
494     .NOEXPORT:

Properties

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