tizen 2.3.1 release
[external/alsa-lib.git] / test / Makefile.in
1 # Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 check_PROGRAMS = control$(EXEEXT) pcm$(EXEEXT) pcm_min$(EXEEXT) \
37         latency$(EXEEXT) seq$(EXEEXT) playmidi1$(EXEEXT) \
38         timer$(EXEEXT) rawmidi$(EXEEXT) midiloop$(EXEEXT) \
39         oldapi$(EXEEXT) queue_timer$(EXEEXT) namehint$(EXEEXT) \
40         client_event_filter$(EXEEXT)
41 subdir = test
42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
45         $(top_srcdir)/configure.in
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47         $(ACLOCAL_M4)
48 mkinstalldirs = $(install_sh) -d
49 CONFIG_HEADER = $(top_builddir)/include/config.h
50 CONFIG_CLEAN_FILES =
51 CONFIG_CLEAN_VPATH_FILES =
52 client_event_filter_SOURCES = client_event_filter.c
53 client_event_filter_OBJECTS = client_event_filter.$(OBJEXT)
54 client_event_filter_DEPENDENCIES = ../src/libasound.la
55 AM_V_lt = $(am__v_lt_$(V))
56 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
57 am__v_lt_0 = --silent
58 control_SOURCES = control.c
59 control_OBJECTS = control.$(OBJEXT)
60 control_DEPENDENCIES = ../src/libasound.la
61 latency_SOURCES = latency.c
62 latency_OBJECTS = latency.$(OBJEXT)
63 latency_DEPENDENCIES = ../src/libasound.la
64 midiloop_SOURCES = midiloop.c
65 midiloop_OBJECTS = midiloop.$(OBJEXT)
66 midiloop_DEPENDENCIES = ../src/libasound.la
67 namehint_SOURCES = namehint.c
68 namehint_OBJECTS = namehint.$(OBJEXT)
69 namehint_DEPENDENCIES = ../src/libasound.la
70 oldapi_SOURCES = oldapi.c
71 oldapi_OBJECTS = oldapi.$(OBJEXT)
72 oldapi_DEPENDENCIES = ../src/libasound.la
73 pcm_SOURCES = pcm.c
74 pcm_OBJECTS = pcm.$(OBJEXT)
75 pcm_DEPENDENCIES = ../src/libasound.la
76 pcm_min_SOURCES = pcm_min.c
77 pcm_min_OBJECTS = pcm_min.$(OBJEXT)
78 pcm_min_DEPENDENCIES = ../src/libasound.la
79 playmidi1_SOURCES = playmidi1.c
80 playmidi1_OBJECTS = playmidi1.$(OBJEXT)
81 playmidi1_DEPENDENCIES = ../src/libasound.la
82 queue_timer_SOURCES = queue_timer.c
83 queue_timer_OBJECTS = queue_timer.$(OBJEXT)
84 queue_timer_DEPENDENCIES = ../src/libasound.la
85 rawmidi_SOURCES = rawmidi.c
86 rawmidi_OBJECTS = rawmidi.$(OBJEXT)
87 rawmidi_DEPENDENCIES = ../src/libasound.la
88 seq_SOURCES = seq.c
89 seq_OBJECTS = seq.$(OBJEXT)
90 seq_DEPENDENCIES = ../src/libasound.la
91 timer_SOURCES = timer.c
92 timer_OBJECTS = timer.$(OBJEXT)
93 timer_DEPENDENCIES = ../src/libasound.la
94 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
95 depcomp = $(SHELL) $(top_srcdir)/depcomp
96 am__depfiles_maybe = depfiles
97 am__mv = mv -f
98 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
99         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
101         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
102         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
103         $(AM_CFLAGS) $(CFLAGS)
104 AM_V_CC = $(am__v_CC_$(V))
105 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
106 am__v_CC_0 = @echo "  CC    " $@;
107 AM_V_at = $(am__v_at_$(V))
108 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
109 am__v_at_0 = @
110 CCLD = $(CC)
111 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
112         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
113         $(AM_LDFLAGS) $(LDFLAGS) -o $@
114 AM_V_CCLD = $(am__v_CCLD_$(V))
115 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
116 am__v_CCLD_0 = @echo "  CCLD  " $@;
117 AM_V_GEN = $(am__v_GEN_$(V))
118 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
119 am__v_GEN_0 = @echo "  GEN   " $@;
120 SOURCES = client_event_filter.c control.c latency.c midiloop.c \
121         namehint.c oldapi.c pcm.c pcm_min.c playmidi1.c queue_timer.c \
122         rawmidi.c seq.c timer.c
123 DIST_SOURCES = client_event_filter.c control.c latency.c midiloop.c \
124         namehint.c oldapi.c pcm.c pcm_min.c playmidi1.c queue_timer.c \
125         rawmidi.c seq.c timer.c
126 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
127         html-recursive info-recursive install-data-recursive \
128         install-dvi-recursive install-exec-recursive \
129         install-html-recursive install-info-recursive \
130         install-pdf-recursive install-ps-recursive install-recursive \
131         installcheck-recursive installdirs-recursive pdf-recursive \
132         ps-recursive uninstall-recursive
133 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
134   distclean-recursive maintainer-clean-recursive
135 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
136         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
137         distdir
138 ETAGS = etags
139 CTAGS = ctags
140 DIST_SUBDIRS = $(SUBDIRS)
141 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
142 am__relativize = \
143   dir0=`pwd`; \
144   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
145   sed_rest='s,^[^/]*/*,,'; \
146   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
147   sed_butlast='s,/*[^/]*$$,,'; \
148   while test -n "$$dir1"; do \
149     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
150     if test "$$first" != "."; then \
151       if test "$$first" = ".."; then \
152         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
153         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
154       else \
155         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
156         if test "$$first2" = "$$first"; then \
157           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
158         else \
159           dir2="../$$dir2"; \
160         fi; \
161         dir0="$$dir0"/"$$first"; \
162       fi; \
163     fi; \
164     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
165   done; \
166   reldir="$$dir2"
167 ACLOCAL = @ACLOCAL@
168 ALSA_CONFIG_DIR = @ALSA_CONFIG_DIR@
169 ALSA_DEPLIBS = @ALSA_DEPLIBS@
170 ALSA_PKGCONF_DIR = @ALSA_PKGCONF_DIR@
171 ALSA_PLUGIN_DIR = @ALSA_PLUGIN_DIR@
172 AMTAR = @AMTAR@
173 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
174 AR = @AR@
175 AUTOCONF = @AUTOCONF@
176 AUTOHEADER = @AUTOHEADER@
177 AUTOMAKE = @AUTOMAKE@
178 AWK = @AWK@
179 CC = @CC@
180 CCDEPMODE = @CCDEPMODE@
181 CFLAGS = @CFLAGS@
182 CPP = @CPP@
183 CPPFLAGS = @CPPFLAGS@
184 CXX = @CXX@
185 CXXCPP = @CXXCPP@
186 CXXDEPMODE = @CXXDEPMODE@
187 CXXFLAGS = @CXXFLAGS@
188 CYGPATH_W = @CYGPATH_W@
189 DEFS = @DEFS@
190 DEPDIR = @DEPDIR@
191 ECHO = @ECHO@
192 ECHO_C = @ECHO_C@
193 ECHO_N = @ECHO_N@
194 ECHO_T = @ECHO_T@
195 EGREP = @EGREP@
196 EXEEXT = @EXEEXT@
197 F77 = @F77@
198 FFLAGS = @FFLAGS@
199 GREP = @GREP@
200 INSTALL = @INSTALL@
201 INSTALL_DATA = @INSTALL_DATA@
202 INSTALL_PROGRAM = @INSTALL_PROGRAM@
203 INSTALL_SCRIPT = @INSTALL_SCRIPT@
204 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
205 LDFLAGS = @LDFLAGS@
206 LIBOBJS = @LIBOBJS@
207 LIBS = @LIBS@
208 LIBTOOL = @LIBTOOL@
209 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
210 LN_S = @LN_S@
211 LTLIBOBJS = @LTLIBOBJS@
212 MAKEINFO = @MAKEINFO@
213 MKDIR_P = @MKDIR_P@
214 OBJEXT = @OBJEXT@
215 PACKAGE = @PACKAGE@
216 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
217 PACKAGE_NAME = @PACKAGE_NAME@
218 PACKAGE_STRING = @PACKAGE_STRING@
219 PACKAGE_TARNAME = @PACKAGE_TARNAME@
220 PACKAGE_URL = @PACKAGE_URL@
221 PACKAGE_VERSION = @PACKAGE_VERSION@
222 PATH_SEPARATOR = @PATH_SEPARATOR@
223 PYTHON_INCLUDES = @PYTHON_INCLUDES@
224 PYTHON_LIBS = @PYTHON_LIBS@
225 RANLIB = @RANLIB@
226 SET_MAKE = @SET_MAKE@
227 SHELL = @SHELL@
228 SND_LIB_EXTRAVER = @SND_LIB_EXTRAVER@
229 SND_LIB_MAJOR = @SND_LIB_MAJOR@
230 SND_LIB_MINOR = @SND_LIB_MINOR@
231 SND_LIB_SUBMINOR = @SND_LIB_SUBMINOR@
232 SND_LIB_VERSION = @SND_LIB_VERSION@
233 STRIP = @STRIP@
234 SYMBOL_PREFIX = @SYMBOL_PREFIX@
235 VERSION = @VERSION@
236 abs_builddir = @abs_builddir@
237 abs_srcdir = @abs_srcdir@
238 abs_top_builddir = @abs_top_builddir@
239 abs_top_srcdir = @abs_top_srcdir@
240 ac_ct_CC = @ac_ct_CC@
241 ac_ct_CXX = @ac_ct_CXX@
242 ac_ct_F77 = @ac_ct_F77@
243 am__include = @am__include@
244 am__leading_dot = @am__leading_dot@
245 am__quote = @am__quote@
246 am__tar = @am__tar@
247 am__untar = @am__untar@
248 bindir = @bindir@
249 build = @build@
250 build_alias = @build_alias@
251 build_cpu = @build_cpu@
252 build_os = @build_os@
253 build_vendor = @build_vendor@
254 builddir = @builddir@
255 datadir = @datadir@
256 datarootdir = @datarootdir@
257 docdir = @docdir@
258 dvidir = @dvidir@
259 exec_prefix = @exec_prefix@
260 host = @host@
261 host_alias = @host_alias@
262 host_cpu = @host_cpu@
263 host_os = @host_os@
264 host_vendor = @host_vendor@
265 htmldir = @htmldir@
266 includedir = @includedir@
267 infodir = @infodir@
268 install_sh = @install_sh@
269 libdir = @libdir@
270 libexecdir = @libexecdir@
271 localedir = @localedir@
272 localstatedir = @localstatedir@
273 mandir = @mandir@
274 mkdir_p = @mkdir_p@
275 oldincludedir = @oldincludedir@
276 pdfdir = @pdfdir@
277 prefix = @prefix@
278 program_transform_name = @program_transform_name@
279 psdir = @psdir@
280 sbindir = @sbindir@
281 sharedstatedir = @sharedstatedir@
282 srcdir = @srcdir@
283 sysconfdir = @sysconfdir@
284 target_alias = @target_alias@
285 top_build_prefix = @top_build_prefix@
286 top_builddir = @top_builddir@
287 top_srcdir = @top_srcdir@
288 SUBDIRS = . lsb
289 control_LDADD = ../src/libasound.la
290 pcm_LDADD = ../src/libasound.la
291 pcm_min_LDADD = ../src/libasound.la
292 latency_LDADD = ../src/libasound.la
293 seq_LDADD = ../src/libasound.la
294 playmidi1_LDADD = ../src/libasound.la
295 timer_LDADD = ../src/libasound.la
296 rawmidi_LDADD = ../src/libasound.la
297 midiloop_LDADD = ../src/libasound.la
298 oldapi_LDADD = ../src/libasound.la
299 queue_timer_LDADD = ../src/libasound.la
300 namehint_LDADD = ../src/libasound.la
301 client_event_filter_LDADD = ../src/libasound.la
302 code_CFLAGS = -Wall -pipe -g -O2
303 INCLUDES = -I$(top_srcdir)/include
304 AM_CFLAGS = -Wall -pipe -g
305 EXTRA_DIST = seq-decoder.c seq-sender.c midifile.h midifile.c midifile.3
306 all: all-recursive
307
308 .SUFFIXES:
309 .SUFFIXES: .c .lo .o .obj
310 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
311         @for dep in $?; do \
312           case '$(am__configure_deps)' in \
313             *$$dep*) \
314               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
315                 && { if test -f $@; then exit 0; else break; fi; }; \
316               exit 1;; \
317           esac; \
318         done; \
319         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
320         $(am__cd) $(top_srcdir) && \
321           $(AUTOMAKE) --foreign test/Makefile
322 .PRECIOUS: Makefile
323 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
324         @case '$?' in \
325           *config.status*) \
326             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
327           *) \
328             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
329             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
330         esac;
331
332 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
333         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334
335 $(top_srcdir)/configure:  $(am__configure_deps)
336         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
338         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339 $(am__aclocal_m4_deps):
340
341 clean-checkPROGRAMS:
342         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
343         echo " rm -f" $$list; \
344         rm -f $$list || exit $$?; \
345         test -n "$(EXEEXT)" || exit 0; \
346         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
347         echo " rm -f" $$list; \
348         rm -f $$list
349 client_event_filter$(EXEEXT): $(client_event_filter_OBJECTS) $(client_event_filter_DEPENDENCIES) 
350         @rm -f client_event_filter$(EXEEXT)
351         $(AM_V_CCLD)$(LINK) $(client_event_filter_OBJECTS) $(client_event_filter_LDADD) $(LIBS)
352 control$(EXEEXT): $(control_OBJECTS) $(control_DEPENDENCIES) 
353         @rm -f control$(EXEEXT)
354         $(AM_V_CCLD)$(LINK) $(control_OBJECTS) $(control_LDADD) $(LIBS)
355 latency$(EXEEXT): $(latency_OBJECTS) $(latency_DEPENDENCIES) 
356         @rm -f latency$(EXEEXT)
357         $(AM_V_CCLD)$(LINK) $(latency_OBJECTS) $(latency_LDADD) $(LIBS)
358 midiloop$(EXEEXT): $(midiloop_OBJECTS) $(midiloop_DEPENDENCIES) 
359         @rm -f midiloop$(EXEEXT)
360         $(AM_V_CCLD)$(LINK) $(midiloop_OBJECTS) $(midiloop_LDADD) $(LIBS)
361 namehint$(EXEEXT): $(namehint_OBJECTS) $(namehint_DEPENDENCIES) 
362         @rm -f namehint$(EXEEXT)
363         $(AM_V_CCLD)$(LINK) $(namehint_OBJECTS) $(namehint_LDADD) $(LIBS)
364 oldapi$(EXEEXT): $(oldapi_OBJECTS) $(oldapi_DEPENDENCIES) 
365         @rm -f oldapi$(EXEEXT)
366         $(AM_V_CCLD)$(LINK) $(oldapi_OBJECTS) $(oldapi_LDADD) $(LIBS)
367 pcm$(EXEEXT): $(pcm_OBJECTS) $(pcm_DEPENDENCIES) 
368         @rm -f pcm$(EXEEXT)
369         $(AM_V_CCLD)$(LINK) $(pcm_OBJECTS) $(pcm_LDADD) $(LIBS)
370 pcm_min$(EXEEXT): $(pcm_min_OBJECTS) $(pcm_min_DEPENDENCIES) 
371         @rm -f pcm_min$(EXEEXT)
372         $(AM_V_CCLD)$(LINK) $(pcm_min_OBJECTS) $(pcm_min_LDADD) $(LIBS)
373 playmidi1$(EXEEXT): $(playmidi1_OBJECTS) $(playmidi1_DEPENDENCIES) 
374         @rm -f playmidi1$(EXEEXT)
375         $(AM_V_CCLD)$(LINK) $(playmidi1_OBJECTS) $(playmidi1_LDADD) $(LIBS)
376 queue_timer$(EXEEXT): $(queue_timer_OBJECTS) $(queue_timer_DEPENDENCIES) 
377         @rm -f queue_timer$(EXEEXT)
378         $(AM_V_CCLD)$(LINK) $(queue_timer_OBJECTS) $(queue_timer_LDADD) $(LIBS)
379 rawmidi$(EXEEXT): $(rawmidi_OBJECTS) $(rawmidi_DEPENDENCIES) 
380         @rm -f rawmidi$(EXEEXT)
381         $(AM_V_CCLD)$(LINK) $(rawmidi_OBJECTS) $(rawmidi_LDADD) $(LIBS)
382 seq$(EXEEXT): $(seq_OBJECTS) $(seq_DEPENDENCIES) 
383         @rm -f seq$(EXEEXT)
384         $(AM_V_CCLD)$(LINK) $(seq_OBJECTS) $(seq_LDADD) $(LIBS)
385 timer$(EXEEXT): $(timer_OBJECTS) $(timer_DEPENDENCIES) 
386         @rm -f timer$(EXEEXT)
387         $(AM_V_CCLD)$(LINK) $(timer_OBJECTS) $(timer_LDADD) $(LIBS)
388
389 mostlyclean-compile:
390         -rm -f *.$(OBJEXT)
391
392 distclean-compile:
393         -rm -f *.tab.c
394
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_event_filter.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latency.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/midiloop.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/namehint.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oldapi.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcm.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcm_min.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playmidi1.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue_timer.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawmidi.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seq.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@
408
409 .c.o:
410 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
411 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
412 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
416
417 .c.obj:
418 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
419 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
420 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
424
425 .c.lo:
426 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
427 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
428 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
432
433 mostlyclean-libtool:
434         -rm -f *.lo
435
436 clean-libtool:
437         -rm -rf .libs _libs
438
439 # This directory's subdirectories are mostly independent; you can cd
440 # into them and run `make' without going through this Makefile.
441 # To change the values of `make' variables: instead of editing Makefiles,
442 # (1) if the variable is set in `config.status', edit `config.status'
443 #     (which will cause the Makefiles to be regenerated when you run `make');
444 # (2) otherwise, pass the desired values on the `make' command line.
445 $(RECURSIVE_TARGETS):
446         @fail= failcom='exit 1'; \
447         for f in x $$MAKEFLAGS; do \
448           case $$f in \
449             *=* | --[!k]*);; \
450             *k*) failcom='fail=yes';; \
451           esac; \
452         done; \
453         dot_seen=no; \
454         target=`echo $@ | sed s/-recursive//`; \
455         list='$(SUBDIRS)'; for subdir in $$list; do \
456           echo "Making $$target in $$subdir"; \
457           if test "$$subdir" = "."; then \
458             dot_seen=yes; \
459             local_target="$$target-am"; \
460           else \
461             local_target="$$target"; \
462           fi; \
463           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
464           || eval $$failcom; \
465         done; \
466         if test "$$dot_seen" = "no"; then \
467           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
468         fi; test -z "$$fail"
469
470 $(RECURSIVE_CLEAN_TARGETS):
471         @fail= failcom='exit 1'; \
472         for f in x $$MAKEFLAGS; do \
473           case $$f in \
474             *=* | --[!k]*);; \
475             *k*) failcom='fail=yes';; \
476           esac; \
477         done; \
478         dot_seen=no; \
479         case "$@" in \
480           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
481           *) list='$(SUBDIRS)' ;; \
482         esac; \
483         rev=''; for subdir in $$list; do \
484           if test "$$subdir" = "."; then :; else \
485             rev="$$subdir $$rev"; \
486           fi; \
487         done; \
488         rev="$$rev ."; \
489         target=`echo $@ | sed s/-recursive//`; \
490         for subdir in $$rev; do \
491           echo "Making $$target in $$subdir"; \
492           if test "$$subdir" = "."; then \
493             local_target="$$target-am"; \
494           else \
495             local_target="$$target"; \
496           fi; \
497           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
498           || eval $$failcom; \
499         done && test -z "$$fail"
500 tags-recursive:
501         list='$(SUBDIRS)'; for subdir in $$list; do \
502           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
503         done
504 ctags-recursive:
505         list='$(SUBDIRS)'; for subdir in $$list; do \
506           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
507         done
508
509 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
510         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
511         unique=`for i in $$list; do \
512             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
513           done | \
514           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
515               END { if (nonempty) { for (i in files) print i; }; }'`; \
516         mkid -fID $$unique
517 tags: TAGS
518
519 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
520                 $(TAGS_FILES) $(LISP)
521         set x; \
522         here=`pwd`; \
523         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
524           include_option=--etags-include; \
525           empty_fix=.; \
526         else \
527           include_option=--include; \
528           empty_fix=; \
529         fi; \
530         list='$(SUBDIRS)'; for subdir in $$list; do \
531           if test "$$subdir" = .; then :; else \
532             test ! -f $$subdir/TAGS || \
533               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
534           fi; \
535         done; \
536         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
537         unique=`for i in $$list; do \
538             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
539           done | \
540           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
541               END { if (nonempty) { for (i in files) print i; }; }'`; \
542         shift; \
543         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
544           test -n "$$unique" || unique=$$empty_fix; \
545           if test $$# -gt 0; then \
546             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
547               "$$@" $$unique; \
548           else \
549             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
550               $$unique; \
551           fi; \
552         fi
553 ctags: CTAGS
554 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
555                 $(TAGS_FILES) $(LISP)
556         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
557         unique=`for i in $$list; do \
558             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
559           done | \
560           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
561               END { if (nonempty) { for (i in files) print i; }; }'`; \
562         test -z "$(CTAGS_ARGS)$$unique" \
563           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
564              $$unique
565
566 GTAGS:
567         here=`$(am__cd) $(top_builddir) && pwd` \
568           && $(am__cd) $(top_srcdir) \
569           && gtags -i $(GTAGS_ARGS) "$$here"
570
571 distclean-tags:
572         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
573
574 distdir: $(DISTFILES)
575         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
576         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
577         list='$(DISTFILES)'; \
578           dist_files=`for file in $$list; do echo $$file; done | \
579           sed -e "s|^$$srcdirstrip/||;t" \
580               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
581         case $$dist_files in \
582           */*) $(MKDIR_P) `echo "$$dist_files" | \
583                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
584                            sort -u` ;; \
585         esac; \
586         for file in $$dist_files; do \
587           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
588           if test -d $$d/$$file; then \
589             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
590             if test -d "$(distdir)/$$file"; then \
591               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
592             fi; \
593             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
594               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
595               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
596             fi; \
597             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
598           else \
599             test -f "$(distdir)/$$file" \
600             || cp -p $$d/$$file "$(distdir)/$$file" \
601             || exit 1; \
602           fi; \
603         done
604         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
605           if test "$$subdir" = .; then :; else \
606             test -d "$(distdir)/$$subdir" \
607             || $(MKDIR_P) "$(distdir)/$$subdir" \
608             || exit 1; \
609           fi; \
610         done
611         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
612           if test "$$subdir" = .; then :; else \
613             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
614             $(am__relativize); \
615             new_distdir=$$reldir; \
616             dir1=$$subdir; dir2="$(top_distdir)"; \
617             $(am__relativize); \
618             new_top_distdir=$$reldir; \
619             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
620             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
621             ($(am__cd) $$subdir && \
622               $(MAKE) $(AM_MAKEFLAGS) \
623                 top_distdir="$$new_top_distdir" \
624                 distdir="$$new_distdir" \
625                 am__remove_distdir=: \
626                 am__skip_length_check=: \
627                 am__skip_mode_fix=: \
628                 distdir) \
629               || exit 1; \
630           fi; \
631         done
632 check-am: all-am
633         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
634 check: check-recursive
635 all-am: Makefile
636 installdirs: installdirs-recursive
637 installdirs-am:
638 install: install-recursive
639 install-exec: install-exec-recursive
640 install-data: install-data-recursive
641 uninstall: uninstall-recursive
642
643 install-am: all-am
644         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
645
646 installcheck: installcheck-recursive
647 install-strip:
648         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
649           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
650           `test -z '$(STRIP)' || \
651             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
652 mostlyclean-generic:
653
654 clean-generic:
655
656 distclean-generic:
657         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
658         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
659
660 maintainer-clean-generic:
661         @echo "This command is intended for maintainers to use"
662         @echo "it deletes files that may require special tools to rebuild."
663 clean: clean-recursive
664
665 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
666         mostlyclean-am
667
668 distclean: distclean-recursive
669         -rm -rf ./$(DEPDIR)
670         -rm -f Makefile
671 distclean-am: clean-am distclean-compile distclean-generic \
672         distclean-tags
673
674 dvi: dvi-recursive
675
676 dvi-am:
677
678 html: html-recursive
679
680 html-am:
681
682 info: info-recursive
683
684 info-am:
685
686 install-data-am:
687
688 install-dvi: install-dvi-recursive
689
690 install-dvi-am:
691
692 install-exec-am:
693
694 install-html: install-html-recursive
695
696 install-html-am:
697
698 install-info: install-info-recursive
699
700 install-info-am:
701
702 install-man:
703
704 install-pdf: install-pdf-recursive
705
706 install-pdf-am:
707
708 install-ps: install-ps-recursive
709
710 install-ps-am:
711
712 installcheck-am:
713
714 maintainer-clean: maintainer-clean-recursive
715         -rm -rf ./$(DEPDIR)
716         -rm -f Makefile
717 maintainer-clean-am: distclean-am maintainer-clean-generic
718
719 mostlyclean: mostlyclean-recursive
720
721 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
722         mostlyclean-libtool
723
724 pdf: pdf-recursive
725
726 pdf-am:
727
728 ps: ps-recursive
729
730 ps-am:
731
732 uninstall-am:
733
734 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
735         ctags-recursive install-am install-strip tags-recursive
736
737 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
738         all all-am check check-am clean clean-checkPROGRAMS \
739         clean-generic clean-libtool ctags ctags-recursive distclean \
740         distclean-compile distclean-generic distclean-libtool \
741         distclean-tags distdir dvi dvi-am html html-am info info-am \
742         install install-am install-data install-data-am install-dvi \
743         install-dvi-am install-exec install-exec-am install-html \
744         install-html-am install-info install-info-am install-man \
745         install-pdf install-pdf-am install-ps install-ps-am \
746         install-strip installcheck installcheck-am installdirs \
747         installdirs-am maintainer-clean maintainer-clean-generic \
748         mostlyclean mostlyclean-compile mostlyclean-generic \
749         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
750         uninstall uninstall-am
751
752
753 # Tell versions [3.59,3.63) of GNU make to not export all variables.
754 # Otherwise a system limit (for SysV at least) may be exceeded.
755 .NOEXPORT: