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