comparison examples/Makefile.in @ 13:f06fb0370caf

add pthread code that has not been debuged yet.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 08 Jan 2010 20:00:01 +0900
parents
children 5f65da34f4f3
comparison
equal deleted inserted replaced
12:12ed3c43795a 13:f06fb0370caf
1 # Makefile.in generated by automake 1.10.2 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
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 EXTRA_PROGRAMS = treedependtask/testmanager$(EXEEXT)
34 subdir = examples
35 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
38 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
39 $(ACLOCAL_M4)
40 mkinstalldirs = $(install_sh) -d
41 CONFIG_HEADER = $(top_builddir)/config.h
42 CONFIG_CLEAN_FILES =
43 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
44 am__vpath_adj = case $$p in \
45 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
46 *) f=$$p;; \
47 esac;
48 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
49 am__installdirs = "$(DESTDIR)$(libdir)"
50 libLIBRARIES_INSTALL = $(INSTALL_DATA)
51 LIBRARIES = $(lib_LIBRARIES)
52 am__dirstamp = $(am__leading_dot)dirstamp
53 am_treedependtask_testmanager_OBJECTS = test.$(OBJEXT) \
54 treedependtask/testmanager.$(OBJEXT) \
55 treedependtask/taskinit.$(OBJEXT)
56 treedependtask_testmanager_OBJECTS = \
57 $(am_treedependtask_testmanager_OBJECTS)
58 treedependtask_testmanager_LDADD = $(LDADD)
59 treedependtask_testmanager_DEPENDENCIES = ../src/libTaskManager.a
60 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61 depcomp = $(SHELL) $(top_srcdir)/depcomp
62 am__depfiles_maybe = depfiles
63 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65 CCLD = $(CC)
66 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
67 SOURCES = $(treedependtask_testmanager_SOURCES)
68 DIST_SOURCES = $(treedependtask_testmanager_SOURCES)
69 ETAGS = etags
70 CTAGS = ctags
71 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72 ACLOCAL = @ACLOCAL@
73 AMTAR = @AMTAR@
74 AUTOCONF = @AUTOCONF@
75 AUTOHEADER = @AUTOHEADER@
76 AUTOMAKE = @AUTOMAKE@
77 AWK = @AWK@
78 CC = @CC@
79 CCDEPMODE = @CCDEPMODE@
80 CFLAGS = @CFLAGS@
81 CPP = @CPP@
82 CPPFLAGS = @CPPFLAGS@
83 CXX = @CXX@
84 CXXDEPMODE = @CXXDEPMODE@
85 CXXFLAGS = @CXXFLAGS@
86 CYGPATH_W = @CYGPATH_W@
87 CbCC = @CbCC@
88 DEFS = @DEFS@
89 DEPDIR = @DEPDIR@
90 ECHO_C = @ECHO_C@
91 ECHO_N = @ECHO_N@
92 ECHO_T = @ECHO_T@
93 EGREP = @EGREP@
94 EXEEXT = @EXEEXT@
95 GREP = @GREP@
96 INSTALL = @INSTALL@
97 INSTALL_DATA = @INSTALL_DATA@
98 INSTALL_PROGRAM = @INSTALL_PROGRAM@
99 INSTALL_SCRIPT = @INSTALL_SCRIPT@
100 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
101 LDFLAGS = @LDFLAGS@
102 LIBOBJS = @LIBOBJS@
103 LIBS = @LIBS@
104 LTLIBOBJS = @LTLIBOBJS@
105 MAKEINFO = @MAKEINFO@
106 MKDIR_P = @MKDIR_P@
107 OBJEXT = @OBJEXT@
108 PACKAGE = @PACKAGE@
109 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
110 PACKAGE_NAME = @PACKAGE_NAME@
111 PACKAGE_STRING = @PACKAGE_STRING@
112 PACKAGE_TARNAME = @PACKAGE_TARNAME@
113 PACKAGE_VERSION = @PACKAGE_VERSION@
114 PATH_SEPARATOR = @PATH_SEPARATOR@
115 RANLIB = @RANLIB@
116 SET_MAKE = @SET_MAKE@
117 SHELL = @SHELL@
118 STRIP = @STRIP@
119 VERSION = @VERSION@
120 abs_builddir = @abs_builddir@
121 abs_srcdir = @abs_srcdir@
122 abs_top_builddir = @abs_top_builddir@
123 abs_top_srcdir = @abs_top_srcdir@
124 ac_ct_CC = @ac_ct_CC@
125 ac_ct_CXX = @ac_ct_CXX@
126 am__include = @am__include@
127 am__leading_dot = @am__leading_dot@
128 am__quote = @am__quote@
129 am__tar = @am__tar@
130 am__untar = @am__untar@
131 bindir = @bindir@
132 build_alias = @build_alias@
133 builddir = @builddir@
134 datadir = @datadir@
135 datarootdir = @datarootdir@
136 docdir = @docdir@
137 dvidir = @dvidir@
138 exec_prefix = @exec_prefix@
139 host_alias = @host_alias@
140 htmldir = @htmldir@
141 includedir = @includedir@
142 infodir = @infodir@
143 install_sh = @install_sh@
144 libdir = @libdir@
145 libexecdir = @libexecdir@
146 localedir = @localedir@
147 localstatedir = @localstatedir@
148 mandir = @mandir@
149 mkdir_p = @mkdir_p@
150 oldincludedir = @oldincludedir@
151 pdfdir = @pdfdir@
152 prefix = @prefix@
153 program_transform_name = @program_transform_name@
154 psdir = @psdir@
155 sbindir = @sbindir@
156 sharedstatedir = @sharedstatedir@
157 srcdir = @srcdir@
158 sysconfdir = @sysconfdir@
159 target_alias = @target_alias@
160 top_build_prefix = @top_build_prefix@
161 top_builddir = @top_builddir@
162 top_srcdir = @top_srcdir@
163 CbCCOMPILE = $(CbCC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
164 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
165
166 lib_LIBRARIES =
167 treedependtask_testmanager_SOURCES = test.c treedependtask/testmanager.cbc treedependtask/taskinit.cbc
168 #testmanager_LDADD = ../src/libTaskManager.a
169 LDADD = ../src/libTaskManager.a
170 AM_CPPFLAGS = -I$(top_srcdir)/src/userinclude
171 all: all-am
172
173 .SUFFIXES:
174 .SUFFIXES: .c .cbc .o .obj
175 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
176 @for dep in $?; do \
177 case '$(am__configure_deps)' in \
178 *$$dep*) \
179 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
180 && { if test -f $@; then exit 0; else break; fi; }; \
181 exit 1;; \
182 esac; \
183 done; \
184 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
185 cd $(top_srcdir) && \
186 $(AUTOMAKE) --gnu examples/Makefile
187 .PRECIOUS: Makefile
188 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
189 @case '$?' in \
190 *config.status*) \
191 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
192 *) \
193 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
194 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
195 esac;
196
197 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
198 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
199
200 $(top_srcdir)/configure: $(am__configure_deps)
201 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
202 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
203 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
204 install-libLIBRARIES: $(lib_LIBRARIES)
205 @$(NORMAL_INSTALL)
206 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
207 @list='$(lib_LIBRARIES)'; for p in $$list; do \
208 if test -f $$p; then \
209 f=$(am__strip_dir) \
210 echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
211 $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
212 else :; fi; \
213 done
214 @$(POST_INSTALL)
215 @list='$(lib_LIBRARIES)'; for p in $$list; do \
216 if test -f $$p; then \
217 p=$(am__strip_dir) \
218 echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
219 $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
220 else :; fi; \
221 done
222
223 uninstall-libLIBRARIES:
224 @$(NORMAL_UNINSTALL)
225 @list='$(lib_LIBRARIES)'; for p in $$list; do \
226 p=$(am__strip_dir) \
227 echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
228 rm -f "$(DESTDIR)$(libdir)/$$p"; \
229 done
230
231 clean-libLIBRARIES:
232 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
233 treedependtask/$(am__dirstamp):
234 @$(MKDIR_P) treedependtask
235 @: > treedependtask/$(am__dirstamp)
236 treedependtask/$(DEPDIR)/$(am__dirstamp):
237 @$(MKDIR_P) treedependtask/$(DEPDIR)
238 @: > treedependtask/$(DEPDIR)/$(am__dirstamp)
239 treedependtask/testmanager.$(OBJEXT): treedependtask/$(am__dirstamp) \
240 treedependtask/$(DEPDIR)/$(am__dirstamp)
241 treedependtask/taskinit.$(OBJEXT): treedependtask/$(am__dirstamp) \
242 treedependtask/$(DEPDIR)/$(am__dirstamp)
243 treedependtask/testmanager$(EXEEXT): $(treedependtask_testmanager_OBJECTS) $(treedependtask_testmanager_DEPENDENCIES) treedependtask/$(am__dirstamp)
244 @rm -f treedependtask/testmanager$(EXEEXT)
245 $(LINK) $(treedependtask_testmanager_OBJECTS) $(treedependtask_testmanager_LDADD) $(LIBS)
246
247 mostlyclean-compile:
248 -rm -f *.$(OBJEXT)
249 -rm -f treedependtask/taskinit.$(OBJEXT)
250 -rm -f treedependtask/testmanager.$(OBJEXT)
251
252 distclean-compile:
253 -rm -f *.tab.c
254
255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
256
257 .c.o:
258 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
259 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
260 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
261 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
262 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
263
264 .c.obj:
265 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
266 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
267 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
268 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
269 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
270
271 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
272 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
273 unique=`for i in $$list; do \
274 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
275 done | \
276 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
277 END { if (nonempty) { for (i in files) print i; }; }'`; \
278 mkid -fID $$unique
279 tags: TAGS
280
281 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
282 $(TAGS_FILES) $(LISP)
283 tags=; \
284 here=`pwd`; \
285 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
286 unique=`for i in $$list; do \
287 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
288 done | \
289 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
290 END { if (nonempty) { for (i in files) print i; }; }'`; \
291 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
292 test -n "$$unique" || unique=$$empty_fix; \
293 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
294 $$tags $$unique; \
295 fi
296 ctags: CTAGS
297 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
298 $(TAGS_FILES) $(LISP)
299 tags=; \
300 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
301 unique=`for i in $$list; do \
302 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
303 done | \
304 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
305 END { if (nonempty) { for (i in files) print i; }; }'`; \
306 test -z "$(CTAGS_ARGS)$$tags$$unique" \
307 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
308 $$tags $$unique
309
310 GTAGS:
311 here=`$(am__cd) $(top_builddir) && pwd` \
312 && cd $(top_srcdir) \
313 && gtags -i $(GTAGS_ARGS) $$here
314
315 distclean-tags:
316 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
317
318 distdir: $(DISTFILES)
319 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
320 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
321 list='$(DISTFILES)'; \
322 dist_files=`for file in $$list; do echo $$file; done | \
323 sed -e "s|^$$srcdirstrip/||;t" \
324 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
325 case $$dist_files in \
326 */*) $(MKDIR_P) `echo "$$dist_files" | \
327 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
328 sort -u` ;; \
329 esac; \
330 for file in $$dist_files; do \
331 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
332 if test -d $$d/$$file; then \
333 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
334 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
335 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
336 fi; \
337 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
338 else \
339 test -f $(distdir)/$$file \
340 || cp -p $$d/$$file $(distdir)/$$file \
341 || exit 1; \
342 fi; \
343 done
344 check-am: all-am
345 check: check-am
346 all-am: Makefile $(LIBRARIES)
347 installdirs:
348 for dir in "$(DESTDIR)$(libdir)"; do \
349 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
350 done
351 install: install-am
352 install-exec: install-exec-am
353 install-data: install-data-am
354 uninstall: uninstall-am
355
356 install-am: all-am
357 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
358
359 installcheck: installcheck-am
360 install-strip:
361 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
362 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
363 `test -z '$(STRIP)' || \
364 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
365 mostlyclean-generic:
366
367 clean-generic:
368
369 distclean-generic:
370 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
371 -rm -f treedependtask/$(DEPDIR)/$(am__dirstamp)
372 -rm -f treedependtask/$(am__dirstamp)
373
374 maintainer-clean-generic:
375 @echo "This command is intended for maintainers to use"
376 @echo "it deletes files that may require special tools to rebuild."
377 clean: clean-am
378
379 clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
380
381 distclean: distclean-am
382 -rm -rf ./$(DEPDIR)
383 -rm -f Makefile
384 distclean-am: clean-am distclean-compile distclean-generic \
385 distclean-tags
386
387 dvi: dvi-am
388
389 dvi-am:
390
391 html: html-am
392
393 info: info-am
394
395 info-am:
396
397 install-data-am:
398
399 install-dvi: install-dvi-am
400
401 install-exec-am: install-libLIBRARIES
402
403 install-html: install-html-am
404
405 install-info: install-info-am
406
407 install-man:
408
409 install-pdf: install-pdf-am
410
411 install-ps: install-ps-am
412
413 installcheck-am:
414
415 maintainer-clean: maintainer-clean-am
416 -rm -rf ./$(DEPDIR)
417 -rm -f Makefile
418 maintainer-clean-am: distclean-am maintainer-clean-generic
419
420 mostlyclean: mostlyclean-am
421
422 mostlyclean-am: mostlyclean-compile mostlyclean-generic
423
424 pdf: pdf-am
425
426 pdf-am:
427
428 ps: ps-am
429
430 ps-am:
431
432 uninstall-am: uninstall-libLIBRARIES
433
434 .MAKE: install-am install-strip
435
436 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
437 clean-libLIBRARIES ctags distclean distclean-compile \
438 distclean-generic distclean-tags distdir dvi dvi-am html \
439 html-am info info-am install install-am install-data \
440 install-data-am install-dvi install-dvi-am install-exec \
441 install-exec-am install-html install-html-am install-info \
442 install-info-am install-libLIBRARIES install-man install-pdf \
443 install-pdf-am install-ps install-ps-am install-strip \
444 installcheck installcheck-am installdirs maintainer-clean \
445 maintainer-clean-generic mostlyclean mostlyclean-compile \
446 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
447 uninstall-am uninstall-libLIBRARIES
448
449
450 .cbc.o:
451 $(CbCCOMPILE) -c -o $@ $<
452 # Tell versions [3.59,3.63) of GNU make to not export all variables.
453 # Otherwise a system limit (for SysV at least) may be exceeded.
454 .NOEXPORT: