Add per-user preferences support.
[chromium-blink-merge.git] / third_party / libevent / sample / Makefile.in
blob793752ad98af935b9c156a2813d50977f550041c
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
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.
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.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 noinst_PROGRAMS = event-test$(EXEEXT) time-test$(EXEEXT) \
36 signal-test$(EXEEXT)
37 subdir = sample
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.in
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 PROGRAMS = $(noinst_PROGRAMS)
47 event_test_SOURCES = event-test.c
48 event_test_OBJECTS = event-test.$(OBJEXT)
49 event_test_LDADD = $(LDADD)
50 event_test_DEPENDENCIES = ../libevent.la
51 signal_test_SOURCES = signal-test.c
52 signal_test_OBJECTS = signal-test.$(OBJEXT)
53 signal_test_LDADD = $(LDADD)
54 signal_test_DEPENDENCIES = ../libevent.la
55 time_test_SOURCES = time-test.c
56 time_test_OBJECTS = time-test.$(OBJEXT)
57 time_test_LDADD = $(LDADD)
58 time_test_DEPENDENCIES = ../libevent.la
59 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
60 depcomp =
61 am__depfiles_maybe =
62 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
63 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
65 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
66 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67 CCLD = $(CC)
68 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
69 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
70 $(LDFLAGS) -o $@
71 SOURCES = event-test.c signal-test.c time-test.c
72 DIST_SOURCES = event-test.c signal-test.c time-test.c
73 ETAGS = etags
74 CTAGS = ctags
75 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76 ACLOCAL = @ACLOCAL@
77 AMTAR = @AMTAR@
78 AR = @AR@
79 AUTOCONF = @AUTOCONF@
80 AUTOHEADER = @AUTOHEADER@
81 AUTOMAKE = @AUTOMAKE@
82 AWK = @AWK@
83 CC = @CC@
84 CCDEPMODE = @CCDEPMODE@
85 CFLAGS = @CFLAGS@
86 CPP = @CPP@
87 CPPFLAGS = @CPPFLAGS@
88 CXX = @CXX@
89 CXXCPP = @CXXCPP@
90 CXXDEPMODE = @CXXDEPMODE@
91 CXXFLAGS = @CXXFLAGS@
92 CYGPATH_W = @CYGPATH_W@
93 DEFS = @DEFS@
94 DEPDIR = @DEPDIR@
95 DSYMUTIL = @DSYMUTIL@
96 ECHO = @ECHO@
97 ECHO_C = @ECHO_C@
98 ECHO_N = @ECHO_N@
99 ECHO_T = @ECHO_T@
100 EGREP = @EGREP@
101 EXEEXT = @EXEEXT@
102 F77 = @F77@
103 FFLAGS = @FFLAGS@
104 GREP = @GREP@
105 INSTALL = @INSTALL@
106 INSTALL_DATA = @INSTALL_DATA@
107 INSTALL_PROGRAM = @INSTALL_PROGRAM@
108 INSTALL_SCRIPT = @INSTALL_SCRIPT@
109 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
110 LDFLAGS = @LDFLAGS@
111 LIBOBJS = @LIBOBJS@
112 LIBS = @LIBS@
113 LIBTOOL = @LIBTOOL@
114 LIBTOOL_DEPS = @LIBTOOL_DEPS@
115 LN_S = @LN_S@
116 LTLIBOBJS = @LTLIBOBJS@
117 MAKEINFO = @MAKEINFO@
118 MKDIR_P = @MKDIR_P@
119 NMEDIT = @NMEDIT@
120 OBJEXT = @OBJEXT@
121 PACKAGE = @PACKAGE@
122 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
123 PACKAGE_NAME = @PACKAGE_NAME@
124 PACKAGE_STRING = @PACKAGE_STRING@
125 PACKAGE_TARNAME = @PACKAGE_TARNAME@
126 PACKAGE_VERSION = @PACKAGE_VERSION@
127 PATH_SEPARATOR = @PATH_SEPARATOR@
128 RANLIB = @RANLIB@
129 SED = @SED@
130 SET_MAKE = @SET_MAKE@
131 SHELL = @SHELL@
132 STRIP = @STRIP@
133 VERSION = @VERSION@
134 abs_builddir = @abs_builddir@
135 abs_srcdir = @abs_srcdir@
136 abs_top_builddir = @abs_top_builddir@
137 abs_top_srcdir = @abs_top_srcdir@
138 ac_ct_CC = @ac_ct_CC@
139 ac_ct_CXX = @ac_ct_CXX@
140 ac_ct_F77 = @ac_ct_F77@
141 am__include = @am__include@
142 am__leading_dot = @am__leading_dot@
143 am__quote = @am__quote@
144 am__tar = @am__tar@
145 am__untar = @am__untar@
146 bindir = @bindir@
147 build = @build@
148 build_alias = @build_alias@
149 build_cpu = @build_cpu@
150 build_os = @build_os@
151 build_vendor = @build_vendor@
152 builddir = @builddir@
153 datadir = @datadir@
154 datarootdir = @datarootdir@
155 docdir = @docdir@
156 dvidir = @dvidir@
157 exec_prefix = @exec_prefix@
158 host = @host@
159 host_alias = @host_alias@
160 host_cpu = @host_cpu@
161 host_os = @host_os@
162 host_vendor = @host_vendor@
163 htmldir = @htmldir@
164 includedir = @includedir@
165 infodir = @infodir@
166 install_sh = @install_sh@
167 libdir = @libdir@
168 libexecdir = @libexecdir@
169 localedir = @localedir@
170 localstatedir = @localstatedir@
171 mandir = @mandir@
172 mkdir_p = @mkdir_p@
173 oldincludedir = @oldincludedir@
174 pdfdir = @pdfdir@
175 prefix = @prefix@
176 program_transform_name = @program_transform_name@
177 psdir = @psdir@
178 sbindir = @sbindir@
179 sharedstatedir = @sharedstatedir@
180 srcdir = @srcdir@
181 sysconfdir = @sysconfdir@
182 target_alias = @target_alias@
183 top_build_prefix = @top_build_prefix@
184 top_builddir = @top_builddir@
185 top_srcdir = @top_srcdir@
186 AUTOMAKE_OPTIONS = foreign no-dependencies
187 LDADD = ../libevent.la
188 AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
189 event_test_sources = event-test.c
190 time_test_sources = time-test.c
191 signal_test_sources = signal-test.c
192 DISTCLEANFILES = *~
193 all: all-am
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
210 Makefile: $(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;
219 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
220 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
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
227 clean-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
233 event-test$(EXEEXT): $(event_test_OBJECTS) $(event_test_DEPENDENCIES)
234 @rm -f event-test$(EXEEXT)
235 $(LINK) $(event_test_OBJECTS) $(event_test_LDADD) $(LIBS)
236 signal-test$(EXEEXT): $(signal_test_OBJECTS) $(signal_test_DEPENDENCIES)
237 @rm -f signal-test$(EXEEXT)
238 $(LINK) $(signal_test_OBJECTS) $(signal_test_LDADD) $(LIBS)
239 time-test$(EXEEXT): $(time_test_OBJECTS) $(time_test_DEPENDENCIES)
240 @rm -f time-test$(EXEEXT)
241 $(LINK) $(time_test_OBJECTS) $(time_test_LDADD) $(LIBS)
243 mostlyclean-compile:
244 -rm -f *.$(OBJEXT)
246 distclean-compile:
247 -rm -f *.tab.c
249 .c.o:
250 $(COMPILE) -c $<
252 .c.obj:
253 $(COMPILE) -c `$(CYGPATH_W) '$<'`
255 .c.lo:
256 $(LTCOMPILE) -c -o $@ $<
258 mostlyclean-libtool:
259 -rm -f *.lo
261 clean-libtool:
262 -rm -rf .libs _libs
264 ID: $(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
272 tags: TAGS
274 TAGS: $(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; \
289 ctags: CTAGS
290 CTAGS: $(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
303 GTAGS:
304 here=`$(am__cd) $(top_builddir) && pwd` \
305 && cd $(top_srcdir) \
306 && gtags -i $(GTAGS_ARGS) $$here
308 distclean-tags:
309 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
311 distdir: $(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
337 check-am: all-am
338 check: check-am
339 all-am: Makefile $(PROGRAMS)
340 installdirs:
341 install: install-am
342 install-exec: install-exec-am
343 install-data: install-data-am
344 uninstall: uninstall-am
346 install-am: all-am
347 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
349 installcheck: installcheck-am
350 install-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
355 mostlyclean-generic:
357 clean-generic:
359 distclean-generic:
360 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
361 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
363 maintainer-clean-generic:
364 @echo "This command is intended for maintainers to use"
365 @echo "it deletes files that may require special tools to rebuild."
366 clean: clean-am
368 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
369 mostlyclean-am
371 distclean: distclean-am
372 -rm -f Makefile
373 distclean-am: clean-am distclean-compile distclean-generic \
374 distclean-tags
376 dvi: dvi-am
378 dvi-am:
380 html: html-am
382 info: info-am
384 info-am:
386 install-data-am:
388 install-dvi: install-dvi-am
390 install-exec-am:
392 install-html: install-html-am
394 install-info: install-info-am
396 install-man:
398 install-pdf: install-pdf-am
400 install-ps: install-ps-am
402 installcheck-am:
404 maintainer-clean: maintainer-clean-am
405 -rm -f Makefile
406 maintainer-clean-am: distclean-am maintainer-clean-generic
408 mostlyclean: mostlyclean-am
410 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
411 mostlyclean-libtool
413 pdf: pdf-am
415 pdf-am:
417 ps: ps-am
419 ps-am:
421 uninstall-am:
423 .MAKE: install-am install-strip
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
439 verify:
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: