1# Makefile.in generated by automake 1.10.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 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 17VPATH = @srcdir@ 18pkgdatadir = $(datadir)/@PACKAGE@ 19pkglibdir = $(libdir)/@PACKAGE@ 20pkgincludedir = $(includedir)/@PACKAGE@ 21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 22install_sh_DATA = $(install_sh) -c -m 644 23install_sh_PROGRAM = $(install_sh) -c 24install_sh_SCRIPT = $(install_sh) -c 25INSTALL_HEADER = $(INSTALL_DATA) 26transform = $(program_transform_name) 27NORMAL_INSTALL = : 28PRE_INSTALL = : 29POST_INSTALL = : 30NORMAL_UNINSTALL = : 31PRE_UNINSTALL = : 32POST_UNINSTALL = : 33build_triplet = @build@ 34host_triplet = @host@ 35noinst_PROGRAMS = event-test$(EXEEXT) time-test$(EXEEXT) \ 36 signal-test$(EXEEXT) 37subdir = sample 38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 40am__aclocal_m4_deps = $(top_srcdir)/configure.in 41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 42 $(ACLOCAL_M4) 43mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 44CONFIG_HEADER = $(top_builddir)/config.h 45CONFIG_CLEAN_FILES = 46PROGRAMS = $(noinst_PROGRAMS) 47event_test_SOURCES = event-test.c 48event_test_OBJECTS = event-test.$(OBJEXT) 49event_test_LDADD = $(LDADD) 50event_test_DEPENDENCIES = ../libevent.la 51signal_test_SOURCES = signal-test.c 52signal_test_OBJECTS = signal-test.$(OBJEXT) 53signal_test_LDADD = $(LDADD) 54signal_test_DEPENDENCIES = ../libevent.la 55time_test_SOURCES = time-test.c 56time_test_OBJECTS = time-test.$(OBJEXT) 57time_test_LDADD = $(LDADD) 58time_test_DEPENDENCIES = ../libevent.la 59DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 60depcomp = 61am__depfiles_maybe = 62COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 63 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 64LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 65 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 66 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 67CCLD = $(CC) 68LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 69 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 70 $(LDFLAGS) -o $@ 71SOURCES = event-test.c signal-test.c time-test.c 72DIST_SOURCES = event-test.c signal-test.c time-test.c 73ETAGS = etags 74CTAGS = ctags 75DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 76ACLOCAL = @ACLOCAL@ 77AMTAR = @AMTAR@ 78AR = @AR@ 79AUTOCONF = @AUTOCONF@ 80AUTOHEADER = @AUTOHEADER@ 81AUTOMAKE = @AUTOMAKE@ 82AWK = @AWK@ 83CC = @CC@ 84CCDEPMODE = @CCDEPMODE@ 85CFLAGS = @CFLAGS@ 86CPP = @CPP@ 87CPPFLAGS = @CPPFLAGS@ 88CXX = @CXX@ 89CXXCPP = @CXXCPP@ 90CXXDEPMODE = @CXXDEPMODE@ 91CXXFLAGS = @CXXFLAGS@ 92CYGPATH_W = @CYGPATH_W@ 93DEFS = @DEFS@ 94DEPDIR = @DEPDIR@ 95DSYMUTIL = @DSYMUTIL@ 96ECHO = @ECHO@ 97ECHO_C = @ECHO_C@ 98ECHO_N = @ECHO_N@ 99ECHO_T = @ECHO_T@ 100EGREP = @EGREP@ 101EXEEXT = @EXEEXT@ 102F77 = @F77@ 103FFLAGS = @FFLAGS@ 104GREP = @GREP@ 105INSTALL = @INSTALL@ 106INSTALL_DATA = @INSTALL_DATA@ 107INSTALL_PROGRAM = @INSTALL_PROGRAM@ 108INSTALL_SCRIPT = @INSTALL_SCRIPT@ 109INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 110LDFLAGS = @LDFLAGS@ 111LIBOBJS = @LIBOBJS@ 112LIBS = @LIBS@ 113LIBTOOL = @LIBTOOL@ 114LIBTOOL_DEPS = @LIBTOOL_DEPS@ 115LN_S = @LN_S@ 116LTLIBOBJS = @LTLIBOBJS@ 117MAKEINFO = @MAKEINFO@ 118MKDIR_P = @MKDIR_P@ 119NMEDIT = @NMEDIT@ 120OBJEXT = @OBJEXT@ 121PACKAGE = @PACKAGE@ 122PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 123PACKAGE_NAME = @PACKAGE_NAME@ 124PACKAGE_STRING = @PACKAGE_STRING@ 125PACKAGE_TARNAME = @PACKAGE_TARNAME@ 126PACKAGE_VERSION = @PACKAGE_VERSION@ 127PATH_SEPARATOR = @PATH_SEPARATOR@ 128RANLIB = @RANLIB@ 129SED = @SED@ 130SET_MAKE = @SET_MAKE@ 131SHELL = @SHELL@ 132STRIP = @STRIP@ 133VERSION = @VERSION@ 134abs_builddir = @abs_builddir@ 135abs_srcdir = @abs_srcdir@ 136abs_top_builddir = @abs_top_builddir@ 137abs_top_srcdir = @abs_top_srcdir@ 138ac_ct_CC = @ac_ct_CC@ 139ac_ct_CXX = @ac_ct_CXX@ 140ac_ct_F77 = @ac_ct_F77@ 141am__include = @am__include@ 142am__leading_dot = @am__leading_dot@ 143am__quote = @am__quote@ 144am__tar = @am__tar@ 145am__untar = @am__untar@ 146bindir = @bindir@ 147build = @build@ 148build_alias = @build_alias@ 149build_cpu = @build_cpu@ 150build_os = @build_os@ 151build_vendor = @build_vendor@ 152builddir = @builddir@ 153datadir = @datadir@ 154datarootdir = @datarootdir@ 155docdir = @docdir@ 156dvidir = @dvidir@ 157exec_prefix = @exec_prefix@ 158host = @host@ 159host_alias = @host_alias@ 160host_cpu = @host_cpu@ 161host_os = @host_os@ 162host_vendor = @host_vendor@ 163htmldir = @htmldir@ 164includedir = @includedir@ 165infodir = @infodir@ 166install_sh = @install_sh@ 167libdir = @libdir@ 168libexecdir = @libexecdir@ 169localedir = @localedir@ 170localstatedir = @localstatedir@ 171mandir = @mandir@ 172mkdir_p = @mkdir_p@ 173oldincludedir = @oldincludedir@ 174pdfdir = @pdfdir@ 175prefix = @prefix@ 176program_transform_name = @program_transform_name@ 177psdir = @psdir@ 178sbindir = @sbindir@ 179sharedstatedir = @sharedstatedir@ 180srcdir = @srcdir@ 181sysconfdir = @sysconfdir@ 182target_alias = @target_alias@ 183top_build_prefix = @top_build_prefix@ 184top_builddir = @top_builddir@ 185top_srcdir = @top_srcdir@ 186AUTOMAKE_OPTIONS = foreign no-dependencies 187LDADD = ../libevent.la 188AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat 189event_test_sources = event-test.c 190time_test_sources = time-test.c 191signal_test_sources = signal-test.c 192DISTCLEANFILES = *~ 193all: all-am 194 195.SUFFIXES: 196.SUFFIXES: .c .lo .o .obj 197$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 198 @for dep in $?; do \ 199 case '$(am__configure_deps)' in \ 200 *$$dep*) \ 201 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 202 && exit 0; \ 203 exit 1;; \ 204 esac; \ 205 done; \ 206 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign sample/Makefile'; \ 207 cd $(top_srcdir) && \ 208 $(AUTOMAKE) --foreign sample/Makefile 209.PRECIOUS: Makefile 210Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 211 @case '$?' in \ 212 *config.status*) \ 213 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 214 *) \ 215 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 216 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 217 esac; 218 219$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 220 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 221 222$(top_srcdir)/configure: $(am__configure_deps) 223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 224$(ACLOCAL_M4): $(am__aclocal_m4_deps) 225 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 226 227clean-noinstPROGRAMS: 228 @list='$(noinst_PROGRAMS)'; for p in $$list; do \ 229 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 230 echo " rm -f $$p $$f"; \ 231 rm -f $$p $$f ; \ 232 done 233event-test$(EXEEXT): $(event_test_OBJECTS) $(event_test_DEPENDENCIES) 234 @rm -f event-test$(EXEEXT) 235 $(LINK) $(event_test_OBJECTS) $(event_test_LDADD) $(LIBS) 236signal-test$(EXEEXT): $(signal_test_OBJECTS) $(signal_test_DEPENDENCIES) 237 @rm -f signal-test$(EXEEXT) 238 $(LINK) $(signal_test_OBJECTS) $(signal_test_LDADD) $(LIBS) 239time-test$(EXEEXT): $(time_test_OBJECTS) $(time_test_DEPENDENCIES) 240 @rm -f time-test$(EXEEXT) 241 $(LINK) $(time_test_OBJECTS) $(time_test_LDADD) $(LIBS) 242 243mostlyclean-compile: 244 -rm -f *.$(OBJEXT) 245 246distclean-compile: 247 -rm -f *.tab.c 248 249.c.o: 250 $(COMPILE) -c $< 251 252.c.obj: 253 $(COMPILE) -c `$(CYGPATH_W) '$<'` 254 255.c.lo: 256 $(LTCOMPILE) -c -o $@ $< 257 258mostlyclean-libtool: 259 -rm -f *.lo 260 261clean-libtool: 262 -rm -rf .libs _libs 263 264ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 265 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 266 unique=`for i in $$list; do \ 267 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 268 done | \ 269 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 270 END { if (nonempty) { for (i in files) print i; }; }'`; \ 271 mkid -fID $$unique 272tags: TAGS 273 274TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 275 $(TAGS_FILES) $(LISP) 276 tags=; \ 277 here=`pwd`; \ 278 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 279 unique=`for i in $$list; do \ 280 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 281 done | \ 282 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 283 END { if (nonempty) { for (i in files) print i; }; }'`; \ 284 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 285 test -n "$$unique" || unique=$$empty_fix; \ 286 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 287 $$tags $$unique; \ 288 fi 289ctags: CTAGS 290CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 291 $(TAGS_FILES) $(LISP) 292 tags=; \ 293 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 294 unique=`for i in $$list; do \ 295 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 296 done | \ 297 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 298 END { if (nonempty) { for (i in files) print i; }; }'`; \ 299 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 300 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 301 $$tags $$unique 302 303GTAGS: 304 here=`$(am__cd) $(top_builddir) && pwd` \ 305 && cd $(top_srcdir) \ 306 && gtags -i $(GTAGS_ARGS) $$here 307 308distclean-tags: 309 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 310 311distdir: $(DISTFILES) 312 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 313 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 314 list='$(DISTFILES)'; \ 315 dist_files=`for file in $$list; do echo $$file; done | \ 316 sed -e "s|^$$srcdirstrip/||;t" \ 317 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 318 case $$dist_files in \ 319 */*) $(MKDIR_P) `echo "$$dist_files" | \ 320 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 321 sort -u` ;; \ 322 esac; \ 323 for file in $$dist_files; do \ 324 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 325 if test -d $$d/$$file; then \ 326 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 327 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 328 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 329 fi; \ 330 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 331 else \ 332 test -f $(distdir)/$$file \ 333 || cp -p $$d/$$file $(distdir)/$$file \ 334 || exit 1; \ 335 fi; \ 336 done 337check-am: all-am 338check: check-am 339all-am: Makefile $(PROGRAMS) 340installdirs: 341install: install-am 342install-exec: install-exec-am 343install-data: install-data-am 344uninstall: uninstall-am 345 346install-am: all-am 347 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 348 349installcheck: installcheck-am 350install-strip: 351 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 352 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 353 `test -z '$(STRIP)' || \ 354 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 355mostlyclean-generic: 356 357clean-generic: 358 359distclean-generic: 360 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 361 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 362 363maintainer-clean-generic: 364 @echo "This command is intended for maintainers to use" 365 @echo "it deletes files that may require special tools to rebuild." 366clean: clean-am 367 368clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 369 mostlyclean-am 370 371distclean: distclean-am 372 -rm -f Makefile 373distclean-am: clean-am distclean-compile distclean-generic \ 374 distclean-tags 375 376dvi: dvi-am 377 378dvi-am: 379 380html: html-am 381 382info: info-am 383 384info-am: 385 386install-data-am: 387 388install-dvi: install-dvi-am 389 390install-exec-am: 391 392install-html: install-html-am 393 394install-info: install-info-am 395 396install-man: 397 398install-pdf: install-pdf-am 399 400install-ps: install-ps-am 401 402installcheck-am: 403 404maintainer-clean: maintainer-clean-am 405 -rm -f Makefile 406maintainer-clean-am: distclean-am maintainer-clean-generic 407 408mostlyclean: mostlyclean-am 409 410mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 411 mostlyclean-libtool 412 413pdf: pdf-am 414 415pdf-am: 416 417ps: ps-am 418 419ps-am: 420 421uninstall-am: 422 423.MAKE: install-am install-strip 424 425.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 426 clean-libtool clean-noinstPROGRAMS ctags distclean \ 427 distclean-compile distclean-generic distclean-libtool \ 428 distclean-tags distdir dvi dvi-am html html-am info info-am \ 429 install install-am install-data install-data-am install-dvi \ 430 install-dvi-am install-exec install-exec-am install-html \ 431 install-html-am install-info install-info-am install-man \ 432 install-pdf install-pdf-am install-ps install-ps-am \ 433 install-strip installcheck installcheck-am installdirs \ 434 maintainer-clean maintainer-clean-generic mostlyclean \ 435 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 436 pdf pdf-am ps ps-am tags uninstall uninstall-am 437 438 439verify: 440# Tell versions [3.59,3.63) of GNU make to not export all variables. 441# Otherwise a system limit (for SysV at least) may be exceeded. 442.NOEXPORT: 443