ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/Makefile.in
Revision: 8558
Committed: Sun Sep 23 09:25:22 2018 UTC (7 years, 9 months ago) by michael
File size: 25637 byte(s)
Log Message:
- Add --enable-efence switch to allow easy linking with the electric fence memory debugger library

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

Properties

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