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 17 18VPATH = @srcdir@ 19am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 20am__make_running_with_option = \ 21 case $${target_option-} in \ 22 ?) ;; \ 23 *) echo "am__make_running_with_option: internal error: invalid" \ 24 "target option '$${target_option-}' specified" >&2; \ 25 exit 1;; \ 26 esac; \ 27 has_opt=no; \ 28 sane_makeflags=$$MAKEFLAGS; \ 29 if $(am__is_gnu_make); then \ 30 sane_makeflags=$$MFLAGS; \ 31 else \ 32 case $$MAKEFLAGS in \ 33 *\\[\ \ ]*) \ 34 bs=\\; \ 35 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 36 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 37 esac; \ 38 fi; \ 39 skip_next=no; \ 40 strip_trailopt () \ 41 { \ 42 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 43 }; \ 44 for flg in $$sane_makeflags; do \ 45 test $$skip_next = yes && { skip_next=no; continue; }; \ 46 case $$flg in \ 47 *=*|--*) continue;; \ 48 -*I) strip_trailopt 'I'; skip_next=yes;; \ 49 -*I?*) strip_trailopt 'I';; \ 50 -*O) strip_trailopt 'O'; skip_next=yes;; \ 51 -*O?*) strip_trailopt 'O';; \ 52 -*l) strip_trailopt 'l'; skip_next=yes;; \ 53 -*l?*) strip_trailopt 'l';; \ 54 -[dEDm]) skip_next=yes;; \ 55 -[JT]) skip_next=yes;; \ 56 esac; \ 57 case $$flg in \ 58 *$$target_option*) has_opt=yes; break;; \ 59 esac; \ 60 done; \ 61 test $$has_opt = yes 62am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 63am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 64pkgdatadir = $(datadir)/@PACKAGE@ 65pkgincludedir = $(includedir)/@PACKAGE@ 66pkglibdir = $(libdir)/@PACKAGE@ 67pkglibexecdir = $(libexecdir)/@PACKAGE@ 68am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 69install_sh_DATA = $(install_sh) -c -m 644 70install_sh_PROGRAM = $(install_sh) -c 71install_sh_SCRIPT = $(install_sh) -c 72INSTALL_HEADER = $(INSTALL_DATA) 73transform = $(program_transform_name) 74NORMAL_INSTALL = : 75PRE_INSTALL = : 76POST_INSTALL = : 77NORMAL_UNINSTALL = : 78PRE_UNINSTALL = : 79POST_UNINSTALL = : 80build_triplet = @build@ 81host_triplet = @host@ 82subdir = . 83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 84 $(top_srcdir)/configure $(am__configure_deps) \ 85 $(srcdir)/config.h.in mkinstalldirs depcomp $(include_HEADERS) \ 86 README compile config.guess config.sub install-sh missing \ 87 ltmain.sh 88ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 89am__aclocal_m4_deps = $(top_srcdir)/libev.m4 \ 90 $(top_srcdir)/configure.ac 91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 92 $(ACLOCAL_M4) 93am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 94 configure.lineno config.status.lineno 95mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 96CONFIG_HEADER = config.h 97CONFIG_CLEAN_FILES = 98CONFIG_CLEAN_VPATH_FILES = 99am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 100am__vpath_adj = case $$p in \ 101 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 102 *) f=$$p;; \ 103 esac; 104am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 105am__install_max = 40 106am__nobase_strip_setup = \ 107 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 108am__nobase_strip = \ 109 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 110am__nobase_list = $(am__nobase_strip_setup); \ 111 for p in $$list; do echo "$$p $$p"; done | \ 112 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 113 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 114 if (++n[$$2] == $(am__install_max)) \ 115 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 116 END { for (dir in files) print dir, files[dir] }' 117am__base_list = \ 118 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 119 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 120am__uninstall_files_from_dir = { \ 121 test -z "$$files" \ 122 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 123 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 124 $(am__cd) "$$dir" && rm -f $$files; }; \ 125 } 126am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" \ 127 "$(DESTDIR)$(includedir)" 128LTLIBRARIES = $(lib_LTLIBRARIES) 129libev_la_LIBADD = 130am_libev_la_OBJECTS = ev.lo event.lo 131libev_la_OBJECTS = $(am_libev_la_OBJECTS) 132AM_V_lt = $(am__v_lt_@AM_V@) 133am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 134am__v_lt_0 = --silent 135am__v_lt_1 = 136libev_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 137 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 138 $(libev_la_LDFLAGS) $(LDFLAGS) -o $@ 139AM_V_P = $(am__v_P_@AM_V@) 140am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 141am__v_P_0 = false 142am__v_P_1 = : 143AM_V_GEN = $(am__v_GEN_@AM_V@) 144am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 145am__v_GEN_0 = @echo " GEN " $@; 146am__v_GEN_1 = 147AM_V_at = $(am__v_at_@AM_V@) 148am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 149am__v_at_0 = @ 150am__v_at_1 = 151DEFAULT_INCLUDES = -I.@am__isrc@ 152depcomp = $(SHELL) $(top_srcdir)/depcomp 153am__depfiles_maybe = depfiles 154am__mv = mv -f 155COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 156 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 157LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 158 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 159 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 160 $(AM_CFLAGS) $(CFLAGS) 161AM_V_CC = $(am__v_CC_@AM_V@) 162am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 163am__v_CC_0 = @echo " CC " $@; 164am__v_CC_1 = 165CCLD = $(CC) 166LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 167 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 168 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 169AM_V_CCLD = $(am__v_CCLD_@AM_V@) 170am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 171am__v_CCLD_0 = @echo " CCLD " $@; 172am__v_CCLD_1 = 173SOURCES = $(libev_la_SOURCES) 174DIST_SOURCES = $(libev_la_SOURCES) 175am__can_run_installinfo = \ 176 case $$AM_UPDATE_INFO_DIR in \ 177 n|no|NO) false;; \ 178 *) (install-info --version) >/dev/null 2>&1;; \ 179 esac 180man3dir = $(mandir)/man3 181NROFF = nroff 182MANS = $(man_MANS) 183HEADERS = $(include_HEADERS) 184am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 185 $(LISP)config.h.in 186# Read a list of newline-separated strings from the standard input, 187# and print each of them once, without duplicates. Input order is 188# *not* preserved. 189am__uniquify_input = $(AWK) '\ 190 BEGIN { nonempty = 0; } \ 191 { items[$$0] = 1; nonempty = 1; } \ 192 END { if (nonempty) { for (i in items) print i; }; } \ 193' 194# Make sure the list of sources is unique. This is necessary because, 195# e.g., the same source file might be shared among _SOURCES variables 196# for different programs/libraries. 197am__define_uniq_tagged_files = \ 198 list='$(am__tagged_files)'; \ 199 unique=`for i in $$list; do \ 200 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 201 done | $(am__uniquify_input)` 202ETAGS = etags 203CTAGS = ctags 204CSCOPE = cscope 205AM_RECURSIVE_TARGETS = cscope 206DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 207distdir = $(PACKAGE)-$(VERSION) 208top_distdir = $(distdir) 209am__remove_distdir = \ 210 if test -d "$(distdir)"; then \ 211 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 212 && rm -rf "$(distdir)" \ 213 || { sleep 5 && rm -rf "$(distdir)"; }; \ 214 else :; fi 215am__post_remove_distdir = $(am__remove_distdir) 216DIST_ARCHIVES = $(distdir).tar.gz 217GZIP_ENV = --best 218DIST_TARGETS = dist-gzip 219distuninstallcheck_listfiles = find . -type f -print 220am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 221 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 222distcleancheck_listfiles = find . -type f -print 223ACLOCAL = @ACLOCAL@ 224AMTAR = @AMTAR@ 225AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 226AR = @AR@ 227AUTOCONF = @AUTOCONF@ 228AUTOHEADER = @AUTOHEADER@ 229AUTOMAKE = @AUTOMAKE@ 230AWK = @AWK@ 231CC = @CC@ 232CCDEPMODE = @CCDEPMODE@ 233CFLAGS = @CFLAGS@ 234CPP = @CPP@ 235CPPFLAGS = @CPPFLAGS@ 236CYGPATH_W = @CYGPATH_W@ 237DEFS = @DEFS@ 238DEPDIR = @DEPDIR@ 239DLLTOOL = @DLLTOOL@ 240DSYMUTIL = @DSYMUTIL@ 241DUMPBIN = @DUMPBIN@ 242ECHO_C = @ECHO_C@ 243ECHO_N = @ECHO_N@ 244ECHO_T = @ECHO_T@ 245EGREP = @EGREP@ 246EXEEXT = @EXEEXT@ 247FGREP = @FGREP@ 248GREP = @GREP@ 249INSTALL = @INSTALL@ 250INSTALL_DATA = @INSTALL_DATA@ 251INSTALL_PROGRAM = @INSTALL_PROGRAM@ 252INSTALL_SCRIPT = @INSTALL_SCRIPT@ 253INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 254LD = @LD@ 255LDFLAGS = @LDFLAGS@ 256LIBOBJS = @LIBOBJS@ 257LIBS = @LIBS@ 258LIBTOOL = @LIBTOOL@ 259LIPO = @LIPO@ 260LN_S = @LN_S@ 261LTLIBOBJS = @LTLIBOBJS@ 262MAINT = @MAINT@ 263MAKEINFO = @MAKEINFO@ 264MANIFEST_TOOL = @MANIFEST_TOOL@ 265MKDIR_P = @MKDIR_P@ 266NM = @NM@ 267NMEDIT = @NMEDIT@ 268OBJDUMP = @OBJDUMP@ 269OBJEXT = @OBJEXT@ 270OTOOL = @OTOOL@ 271OTOOL64 = @OTOOL64@ 272PACKAGE = @PACKAGE@ 273PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 274PACKAGE_NAME = @PACKAGE_NAME@ 275PACKAGE_STRING = @PACKAGE_STRING@ 276PACKAGE_TARNAME = @PACKAGE_TARNAME@ 277PACKAGE_URL = @PACKAGE_URL@ 278PACKAGE_VERSION = @PACKAGE_VERSION@ 279PATH_SEPARATOR = @PATH_SEPARATOR@ 280RANLIB = @RANLIB@ 281SED = @SED@ 282SET_MAKE = @SET_MAKE@ 283SHELL = @SHELL@ 284STRIP = @STRIP@ 285VERSION = @VERSION@ 286abs_builddir = @abs_builddir@ 287abs_srcdir = @abs_srcdir@ 288abs_top_builddir = @abs_top_builddir@ 289abs_top_srcdir = @abs_top_srcdir@ 290ac_ct_AR = @ac_ct_AR@ 291ac_ct_CC = @ac_ct_CC@ 292ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 293am__include = @am__include@ 294am__leading_dot = @am__leading_dot@ 295am__quote = @am__quote@ 296am__tar = @am__tar@ 297am__untar = @am__untar@ 298bindir = @bindir@ 299build = @build@ 300build_alias = @build_alias@ 301build_cpu = @build_cpu@ 302build_os = @build_os@ 303build_vendor = @build_vendor@ 304builddir = @builddir@ 305datadir = @datadir@ 306datarootdir = @datarootdir@ 307docdir = @docdir@ 308dvidir = @dvidir@ 309exec_prefix = @exec_prefix@ 310host = @host@ 311host_alias = @host_alias@ 312host_cpu = @host_cpu@ 313host_os = @host_os@ 314host_vendor = @host_vendor@ 315htmldir = @htmldir@ 316includedir = @includedir@ 317infodir = @infodir@ 318install_sh = @install_sh@ 319libdir = @libdir@ 320libexecdir = @libexecdir@ 321localedir = @localedir@ 322localstatedir = @localstatedir@ 323mandir = @mandir@ 324mkdir_p = @mkdir_p@ 325oldincludedir = @oldincludedir@ 326pdfdir = @pdfdir@ 327prefix = @prefix@ 328program_transform_name = @program_transform_name@ 329psdir = @psdir@ 330sbindir = @sbindir@ 331sharedstatedir = @sharedstatedir@ 332srcdir = @srcdir@ 333sysconfdir = @sysconfdir@ 334target_alias = @target_alias@ 335top_build_prefix = @top_build_prefix@ 336top_builddir = @top_builddir@ 337top_srcdir = @top_srcdir@ 338AUTOMAKE_OPTIONS = foreign 339VERSION_INFO = 4:0:0 340EXTRA_DIST = LICENSE Changes libev.m4 autogen.sh \ 341 ev_vars.h ev_wrap.h \ 342 ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c \ 343 ev.3 ev.pod Symbols.ev Symbols.event 344 345man_MANS = ev.3 346include_HEADERS = ev.h ev++.h event.h 347lib_LTLIBRARIES = libev.la 348libev_la_SOURCES = ev.c event.c 349libev_la_LDFLAGS = -version-info $(VERSION_INFO) 350all: config.h 351 $(MAKE) $(AM_MAKEFLAGS) all-am 352 353.SUFFIXES: 354.SUFFIXES: .c .lo .o .obj 355am--refresh: Makefile 356 @: 357$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 358 @for dep in $?; do \ 359 case '$(am__configure_deps)' in \ 360 *$$dep*) \ 361 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 362 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 363 && exit 0; \ 364 exit 1;; \ 365 esac; \ 366 done; \ 367 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 368 $(am__cd) $(top_srcdir) && \ 369 $(AUTOMAKE) --foreign Makefile 370.PRECIOUS: Makefile 371Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 372 @case '$?' in \ 373 *config.status*) \ 374 echo ' $(SHELL) ./config.status'; \ 375 $(SHELL) ./config.status;; \ 376 *) \ 377 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 378 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 379 esac; 380 381$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 382 $(SHELL) ./config.status --recheck 383 384$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 385 $(am__cd) $(srcdir) && $(AUTOCONF) 386$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 387 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 388$(am__aclocal_m4_deps): 389 390config.h: stamp-h1 391 @test -f $@ || rm -f stamp-h1 392 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 393 394stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 395 @rm -f stamp-h1 396 cd $(top_builddir) && $(SHELL) ./config.status config.h 397$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 398 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 399 rm -f stamp-h1 400 touch $@ 401 402distclean-hdr: 403 -rm -f config.h stamp-h1 404 405install-libLTLIBRARIES: $(lib_LTLIBRARIES) 406 @$(NORMAL_INSTALL) 407 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 408 list2=; for p in $$list; do \ 409 if test -f $$p; then \ 410 list2="$$list2 $$p"; \ 411 else :; fi; \ 412 done; \ 413 test -z "$$list2" || { \ 414 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 415 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 416 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 417 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 418 } 419 420uninstall-libLTLIBRARIES: 421 @$(NORMAL_UNINSTALL) 422 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 423 for p in $$list; do \ 424 $(am__strip_dir) \ 425 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 426 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 427 done 428 429clean-libLTLIBRARIES: 430 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 431 @list='$(lib_LTLIBRARIES)'; \ 432 locs=`for p in $$list; do echo $$p; done | \ 433 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 434 sort -u`; \ 435 test -z "$$locs" || { \ 436 echo rm -f $${locs}; \ 437 rm -f $${locs}; \ 438 } 439 440libev.la: $(libev_la_OBJECTS) $(libev_la_DEPENDENCIES) $(EXTRA_libev_la_DEPENDENCIES) 441 $(AM_V_CCLD)$(libev_la_LINK) -rpath $(libdir) $(libev_la_OBJECTS) $(libev_la_LIBADD) $(LIBS) 442 443mostlyclean-compile: 444 -rm -f *.$(OBJEXT) 445 446distclean-compile: 447 -rm -f *.tab.c 448 449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev.Plo@am__quote@ 450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@ 451 452.c.o: 453@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 454@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 455@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 456@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 457@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 458 459.c.obj: 460@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 461@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 462@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 463@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 464@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 465 466.c.lo: 467@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 468@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 469@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 470@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 471@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 472 473mostlyclean-libtool: 474 -rm -f *.lo 475 476clean-libtool: 477 -rm -rf .libs _libs 478 479distclean-libtool: 480 -rm -f libtool config.lt 481install-man3: $(man_MANS) 482 @$(NORMAL_INSTALL) 483 @list1=''; \ 484 list2='$(man_MANS)'; \ 485 test -n "$(man3dir)" \ 486 && test -n "`echo $$list1$$list2`" \ 487 || exit 0; \ 488 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \ 489 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \ 490 { for i in $$list1; do echo "$$i"; done; \ 491 if test -n "$$list2"; then \ 492 for i in $$list2; do echo "$$i"; done \ 493 | sed -n '/\.3[a-z]*$$/p'; \ 494 fi; \ 495 } | while read p; do \ 496 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 497 echo "$$d$$p"; echo "$$p"; \ 498 done | \ 499 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 500 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 501 sed 'N;N;s,\n, ,g' | { \ 502 list=; while read file base inst; do \ 503 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 504 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ 505 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \ 506 fi; \ 507 done; \ 508 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 509 while read files; do \ 510 test -z "$$files" || { \ 511 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \ 512 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \ 513 done; } 514 515uninstall-man3: 516 @$(NORMAL_UNINSTALL) 517 @list=''; test -n "$(man3dir)" || exit 0; \ 518 files=`{ for i in $$list; do echo "$$i"; done; \ 519 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 520 sed -n '/\.3[a-z]*$$/p'; \ 521 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 522 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 523 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir) 524install-includeHEADERS: $(include_HEADERS) 525 @$(NORMAL_INSTALL) 526 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 527 if test -n "$$list"; then \ 528 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 529 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 530 fi; \ 531 for p in $$list; do \ 532 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 533 echo "$$d$$p"; \ 534 done | $(am__base_list) | \ 535 while read files; do \ 536 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 537 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 538 done 539 540uninstall-includeHEADERS: 541 @$(NORMAL_UNINSTALL) 542 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 543 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 544 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 545 546ID: $(am__tagged_files) 547 $(am__define_uniq_tagged_files); mkid -fID $$unique 548tags: tags-am 549TAGS: tags 550 551tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 552 set x; \ 553 here=`pwd`; \ 554 $(am__define_uniq_tagged_files); \ 555 shift; \ 556 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 557 test -n "$$unique" || unique=$$empty_fix; \ 558 if test $$# -gt 0; then \ 559 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 560 "$$@" $$unique; \ 561 else \ 562 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 563 $$unique; \ 564 fi; \ 565 fi 566ctags: ctags-am 567 568CTAGS: ctags 569ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 570 $(am__define_uniq_tagged_files); \ 571 test -z "$(CTAGS_ARGS)$$unique" \ 572 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 573 $$unique 574 575GTAGS: 576 here=`$(am__cd) $(top_builddir) && pwd` \ 577 && $(am__cd) $(top_srcdir) \ 578 && gtags -i $(GTAGS_ARGS) "$$here" 579cscope: cscope.files 580 test ! -s cscope.files \ 581 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 582clean-cscope: 583 -rm -f cscope.files 584cscope.files: clean-cscope cscopelist 585cscopelist: cscopelist-am 586 587cscopelist-am: $(am__tagged_files) 588 list='$(am__tagged_files)'; \ 589 case "$(srcdir)" in \ 590 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 591 *) sdir=$(subdir)/$(srcdir) ;; \ 592 esac; \ 593 for i in $$list; do \ 594 if test -f "$$i"; then \ 595 echo "$(subdir)/$$i"; \ 596 else \ 597 echo "$$sdir/$$i"; \ 598 fi; \ 599 done >> $(top_builddir)/cscope.files 600 601distclean-tags: 602 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 603 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 604 605distdir: $(DISTFILES) 606 $(am__remove_distdir) 607 test -d "$(distdir)" || mkdir "$(distdir)" 608 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 609 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 610 list='$(DISTFILES)'; \ 611 dist_files=`for file in $$list; do echo $$file; done | \ 612 sed -e "s|^$$srcdirstrip/||;t" \ 613 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 614 case $$dist_files in \ 615 */*) $(MKDIR_P) `echo "$$dist_files" | \ 616 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 617 sort -u` ;; \ 618 esac; \ 619 for file in $$dist_files; do \ 620 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 621 if test -d $$d/$$file; then \ 622 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 623 if test -d "$(distdir)/$$file"; then \ 624 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 625 fi; \ 626 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 627 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 628 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 629 fi; \ 630 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 631 else \ 632 test -f "$(distdir)/$$file" \ 633 || cp -p $$d/$$file "$(distdir)/$$file" \ 634 || exit 1; \ 635 fi; \ 636 done 637 -test -n "$(am__skip_mode_fix)" \ 638 || find "$(distdir)" -type d ! -perm -755 \ 639 -exec chmod u+rwx,go+rx {} \; -o \ 640 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 641 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 642 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 643 || chmod -R a+r "$(distdir)" 644dist-gzip: distdir 645 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 646 $(am__post_remove_distdir) 647 648dist-bzip2: distdir 649 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 650 $(am__post_remove_distdir) 651 652dist-lzip: distdir 653 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 654 $(am__post_remove_distdir) 655 656dist-xz: distdir 657 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 658 $(am__post_remove_distdir) 659 660dist-tarZ: distdir 661 @echo WARNING: "Support for shar distribution archives is" \ 662 "deprecated." >&2 663 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 664 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 665 $(am__post_remove_distdir) 666 667dist-shar: distdir 668 @echo WARNING: "Support for distribution archives compressed with" \ 669 "legacy program 'compress' is deprecated." >&2 670 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 671 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 672 $(am__post_remove_distdir) 673 674dist-zip: distdir 675 -rm -f $(distdir).zip 676 zip -rq $(distdir).zip $(distdir) 677 $(am__post_remove_distdir) 678 679dist dist-all: 680 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 681 $(am__post_remove_distdir) 682 683# This target untars the dist file and tries a VPATH configuration. Then 684# it guarantees that the distribution is self-contained by making another 685# tarfile. 686distcheck: dist 687 case '$(DIST_ARCHIVES)' in \ 688 *.tar.gz*) \ 689 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 690 *.tar.bz2*) \ 691 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 692 *.tar.lz*) \ 693 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 694 *.tar.xz*) \ 695 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 696 *.tar.Z*) \ 697 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 698 *.shar.gz*) \ 699 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 700 *.zip*) \ 701 unzip $(distdir).zip ;;\ 702 esac 703 chmod -R a-w $(distdir) 704 chmod u+w $(distdir) 705 mkdir $(distdir)/_build $(distdir)/_inst 706 chmod a-w $(distdir) 707 test -d $(distdir)/_build || exit 0; \ 708 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 709 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 710 && am__cwd=`pwd` \ 711 && $(am__cd) $(distdir)/_build \ 712 && ../configure \ 713 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 714 $(DISTCHECK_CONFIGURE_FLAGS) \ 715 --srcdir=.. --prefix="$$dc_install_base" \ 716 && $(MAKE) $(AM_MAKEFLAGS) \ 717 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 718 && $(MAKE) $(AM_MAKEFLAGS) check \ 719 && $(MAKE) $(AM_MAKEFLAGS) install \ 720 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 721 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 722 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 723 distuninstallcheck \ 724 && chmod -R a-w "$$dc_install_base" \ 725 && ({ \ 726 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 727 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 728 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 729 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 730 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 731 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 732 && rm -rf "$$dc_destdir" \ 733 && $(MAKE) $(AM_MAKEFLAGS) dist \ 734 && rm -rf $(DIST_ARCHIVES) \ 735 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 736 && cd "$$am__cwd" \ 737 || exit 1 738 $(am__post_remove_distdir) 739 @(echo "$(distdir) archives ready for distribution: "; \ 740 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 741 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 742distuninstallcheck: 743 @test -n '$(distuninstallcheck_dir)' || { \ 744 echo 'ERROR: trying to run $@ with an empty' \ 745 '$$(distuninstallcheck_dir)' >&2; \ 746 exit 1; \ 747 }; \ 748 $(am__cd) '$(distuninstallcheck_dir)' || { \ 749 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 750 exit 1; \ 751 }; \ 752 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 753 || { echo "ERROR: files left after uninstall:" ; \ 754 if test -n "$(DESTDIR)"; then \ 755 echo " (check DESTDIR support)"; \ 756 fi ; \ 757 $(distuninstallcheck_listfiles) ; \ 758 exit 1; } >&2 759distcleancheck: distclean 760 @if test '$(srcdir)' = . ; then \ 761 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 762 exit 1 ; \ 763 fi 764 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 765 || { echo "ERROR: files left in build directory after distclean:" ; \ 766 $(distcleancheck_listfiles) ; \ 767 exit 1; } >&2 768check-am: all-am 769check: check-am 770all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS) config.h 771installdirs: 772 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)"; do \ 773 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 774 done 775install: install-am 776install-exec: install-exec-am 777install-data: install-data-am 778uninstall: uninstall-am 779 780install-am: all-am 781 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 782 783installcheck: installcheck-am 784install-strip: 785 if test -z '$(STRIP)'; then \ 786 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 787 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 788 install; \ 789 else \ 790 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 791 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 792 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 793 fi 794mostlyclean-generic: 795 796clean-generic: 797 798distclean-generic: 799 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 800 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 801 802maintainer-clean-generic: 803 @echo "This command is intended for maintainers to use" 804 @echo "it deletes files that may require special tools to rebuild." 805clean: clean-am 806 807clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 808 mostlyclean-am 809 810distclean: distclean-am 811 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 812 -rm -rf ./$(DEPDIR) 813 -rm -f Makefile 814distclean-am: clean-am distclean-compile distclean-generic \ 815 distclean-hdr distclean-libtool distclean-tags 816 817dvi: dvi-am 818 819dvi-am: 820 821html: html-am 822 823html-am: 824 825info: info-am 826 827info-am: 828 829install-data-am: install-includeHEADERS install-man 830 831install-dvi: install-dvi-am 832 833install-dvi-am: 834 835install-exec-am: install-libLTLIBRARIES 836 837install-html: install-html-am 838 839install-html-am: 840 841install-info: install-info-am 842 843install-info-am: 844 845install-man: install-man3 846 847install-pdf: install-pdf-am 848 849install-pdf-am: 850 851install-ps: install-ps-am 852 853install-ps-am: 854 855installcheck-am: 856 857maintainer-clean: maintainer-clean-am 858 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 859 -rm -rf $(top_srcdir)/autom4te.cache 860 -rm -rf ./$(DEPDIR) 861 -rm -f Makefile 862maintainer-clean-am: distclean-am maintainer-clean-generic 863 864mostlyclean: mostlyclean-am 865 866mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 867 mostlyclean-libtool 868 869pdf: pdf-am 870 871pdf-am: 872 873ps: ps-am 874 875ps-am: 876 877uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \ 878 uninstall-man 879 880uninstall-man: uninstall-man3 881 882.MAKE: all install-am install-strip 883 884.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \ 885 clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \ 886 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 887 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 888 distcheck distclean distclean-compile distclean-generic \ 889 distclean-hdr distclean-libtool distclean-tags distcleancheck \ 890 distdir distuninstallcheck dvi dvi-am html html-am info \ 891 info-am install install-am install-data install-data-am \ 892 install-dvi install-dvi-am install-exec install-exec-am \ 893 install-html install-html-am install-includeHEADERS \ 894 install-info install-info-am install-libLTLIBRARIES \ 895 install-man install-man3 install-pdf install-pdf-am install-ps \ 896 install-ps-am install-strip installcheck installcheck-am \ 897 installdirs maintainer-clean maintainer-clean-generic \ 898 mostlyclean mostlyclean-compile mostlyclean-generic \ 899 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 900 uninstall-am uninstall-includeHEADERS uninstall-libLTLIBRARIES \ 901 uninstall-man uninstall-man3 902 903 904ev.3: ev.pod 905 pod2man -n LIBEV -r "libev-$(VERSION)" -c "libev - high performance full featured event loop" -s3 <$< >$@ 906 907# Tell versions [3.59,3.63) of GNU make to not export all variables. 908# Otherwise a system limit (for SysV at least) may be exceeded. 909.NOEXPORT: 910