ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/doc/Makefile.in
Revision: 8552
Committed: Sat Sep 22 20:56:36 2018 UTC (7 years, 9 months ago) by michael
File size: 14872 byte(s)
Log Message:
- Re-create autogenerated files

File Contents

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

Properties

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