ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/doc/Makefile.in
Revision: 6183
Committed: Tue Jun 23 16:50:35 2015 UTC (10 years, 2 months ago) by michael
File size: 14829 byte(s)
Log Message:
- Add --enable-warnings switch

File Contents

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

Properties

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