ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/Makefile.in
Revision: 4981
Committed: Fri Dec 5 14:31:27 2014 UTC (9 years, 4 months ago) by michael
File size: 26597 byte(s)
Log Message:
- Add m4/ax_arg_libgeoip.m4 and tidy up configure.ac a bit

File Contents

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