ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/Makefile.in
Revision: 8330
Committed: Wed Feb 28 21:32:12 2018 UTC (8 years, 4 months ago) by michael
File size: 27069 byte(s)
Log Message:
- autoreconf

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

Properties

Name Value
svn:eol-style native