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