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

Properties

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