1 | LIBSCGROUPSOURCES = \
|
---|
2 | util/group/message.cc \
|
---|
3 | util/group/messimpl.cc \
|
---|
4 | util/group/messproc.cc \
|
---|
5 | util/group/messint.cc \
|
---|
6 | util/group/reduce.cc \
|
---|
7 | util/group/topology.cc \
|
---|
8 | util/group/hcube.cc \
|
---|
9 | util/group/rnglock.cc \
|
---|
10 | util/group/memory.cc \
|
---|
11 | util/group/memmsg.cc \
|
---|
12 | util/group/pool.cc \
|
---|
13 | util/group/memamsg.cc \
|
---|
14 | util/group/memproc.cc \
|
---|
15 | util/group/pregtime.cc \
|
---|
16 | util/group/thread.cc \
|
---|
17 | util/group/memiter.cc \
|
---|
18 | util/group/memrdma.cc
|
---|
19 |
|
---|
20 | # util/group/file.cc \
|
---|
21 | # util/group/fileproc.cc \
|
---|
22 | # util/group/globcnt.cc \
|
---|
23 | # util/group/hcube.cc \
|
---|
24 | # util/group/memamsg.cc \
|
---|
25 | # util/group/memarmci.cc \
|
---|
26 | # util/group/memiter.cc \
|
---|
27 | # util/group/memmsg.cc \
|
---|
28 | # util/group/memmtmpi.cc \
|
---|
29 | # util/group/memory.cc \
|
---|
30 | # util/group/memproc.cc \
|
---|
31 | # util/group/memrdma.cc \
|
---|
32 | # util/group/memshm.cc \
|
---|
33 | # util/group/message.cc \
|
---|
34 | # util/group/messimpl.cc \
|
---|
35 | # util/group/messint.cc \
|
---|
36 | # util/group/messmpi.cc \
|
---|
37 | # util/group/messproc.cc \
|
---|
38 | # util/group/messshm.cc \
|
---|
39 | # util/group/mstate.cc \
|
---|
40 | # util/group/pool.cc \
|
---|
41 | # util/group/pregtime.cc \
|
---|
42 | # util/group/reduce.cc \
|
---|
43 | # util/group/rnglock.cc \
|
---|
44 | # util/group/thpthd.cc \
|
---|
45 | # util/group/thpuma.cc \
|
---|
46 | # util/group/thread.cc \
|
---|
47 | # util/group/topology.cc
|
---|
48 |
|
---|
49 |
|
---|
50 | LIBSCGROUPHEADERS = \
|
---|
51 | util/group/message.h \
|
---|
52 | util/group/topology.h \
|
---|
53 | util/group/hcube.h \
|
---|
54 | util/group/rnglock.h \
|
---|
55 | util/group/memory.h \
|
---|
56 | util/group/memmsg.h \
|
---|
57 | util/group/pool.h \
|
---|
58 | util/group/memamsg.h \
|
---|
59 | util/group/memproc.h \
|
---|
60 | util/group/pregtime.h \
|
---|
61 | util/group/thread.h \
|
---|
62 | util/group/memiter.h \
|
---|
63 | util/group/memrdma.h
|
---|
64 |
|
---|
65 | # util/group/file.h \
|
---|
66 | # util/group/fileproc.h \
|
---|
67 | # util/group/globcnt.h \
|
---|
68 | # util/group/hcube.h \
|
---|
69 | # util/group/LIBS.h \
|
---|
70 | # util/group/linkage.h \
|
---|
71 | # util/group/memamsg.h \
|
---|
72 | # util/group/memarmci.h \
|
---|
73 | # util/group/memiter.h \
|
---|
74 | # util/group/memmsg.h \
|
---|
75 | # util/group/memmtmpi.h \
|
---|
76 | # util/group/memory.h \
|
---|
77 | # util/group/memproc.h \
|
---|
78 | # util/group/memrdma.h \
|
---|
79 | # util/group/memshm.h \
|
---|
80 | # util/group/message.h \
|
---|
81 | # util/group/messaget.h \
|
---|
82 | # util/group/messmpi.h \
|
---|
83 | # util/group/messshm.h \
|
---|
84 | # util/group/mstate.h \
|
---|
85 | # util/group/pool.h \
|
---|
86 | # util/group/pregtime.h \
|
---|
87 | # util/group/rnglock.h \
|
---|
88 | # util/group/thpthd.h \
|
---|
89 | # util/group/thpuma.h \
|
---|
90 | # util/group/thread.h \
|
---|
91 | # util/group/topology.h
|
---|
92 |
|
---|
93 |
|
---|
94 | lib_LTLIBRARIES +=
|
---|
95 | noinst_LTLIBRARIES += libSCgroup.la
|
---|
96 | libSCgroup_la_includedir = $(includedir)/util/group
|
---|
97 | libSCgroup_la_CPPFLAGS = $(AM_CPPFLAGS)
|
---|
98 | libSCgroup_la_LDFLAGS = $(AM_LDFLAGS)
|
---|
99 | libSCgroup_la_LIBADD =
|
---|
100 |
|
---|
101 | nobase_libSCgroup_la_include_HEADERS = ${LIBSCGROUPHEADERS}
|
---|
102 |
|
---|
103 | ## Define the source file list for the "libexample-@MPQC_API_VERSION@.la"
|
---|
104 | ## target. Note that @MPQC_API_VERSION@ is not interpreted by Automake and
|
---|
105 | ## will therefore be treated as if it were literally part of the target name,
|
---|
106 | ## and the variable name derived from that.
|
---|
107 | ## The file extension .cc is recognized by Automake, and makes it produce
|
---|
108 | ## rules which invoke the C++ compiler to produce a libtool object file (.lo)
|
---|
109 | ## from each source file. Note that it is not necessary to list header files
|
---|
110 | ## which are already listed elsewhere in a _HEADERS variable assignment.
|
---|
111 | libSCgroup_la_SOURCES = ${LIBSCGROUPSOURCES}
|
---|
112 |
|
---|
113 | ## Instruct libtool to include ABI version information in the generated shared
|
---|
114 | ## library file (.so). The library ABI version is defined in configure.ac, so
|
---|
115 | ## that all version information is kept in one place.
|
---|
116 | #libSCgroup_la_LDFLAGS += $(AM_LDFLAGS) -version-info $(MPQC_SO_VERSION)
|
---|
117 |
|
---|
118 | ## The generated configuration header is installed in its own subdirectory of
|
---|
119 | ## $(libdir). The reason for this is that the configuration information put
|
---|
120 | ## into this header file describes the target platform the installed library
|
---|
121 | ## has been built for. Thus the file must not be installed into a location
|
---|
122 | ## intended for architecture-independent files, as defined by the Filesystem
|
---|
123 | ## Hierarchy Standard (FHS).
|
---|
124 | ## The nodist_ prefix instructs Automake to not generate rules for including
|
---|
125 | ## the listed files in the distribution on 'make dist'. Files that are listed
|
---|
126 | ## in _HEADERS variables are normally included in the distribution, but the
|
---|
127 | ## configuration header file is generated at configure time and should not be
|
---|
128 | ## shipped with the source tarball.
|
---|
129 | #libSCgroup_libincludedir = $(libdir)/util/group/include
|
---|
130 | #nodist_libSCgroup_libinclude_HEADERS = $(top_builddir)/src/lib/scconfig.h
|
---|
131 |
|
---|
132 |
|
---|
133 | GROUPTESTS = \
|
---|
134 | memtest \
|
---|
135 | messtest \
|
---|
136 | pooltest \
|
---|
137 | prttest \
|
---|
138 | rnglocktest \
|
---|
139 | thrtest
|
---|
140 |
|
---|
141 | check_PROGRAMS += $(GROUPTESTS)
|
---|
142 | noinst_PROGRAMS += $(GROUPTESTS)
|
---|
143 |
|
---|
144 | GROUPLIBS = \
|
---|
145 | libSCgroup.la \
|
---|
146 | libSCkeyval.la \
|
---|
147 | libSCmisc.la \
|
---|
148 | libSCstate.la \
|
---|
149 | libSCclass.la \
|
---|
150 | libSCcontainer.la \
|
---|
151 | libSCref.la
|
---|
152 |
|
---|
153 | memtest_SOURCES = \
|
---|
154 | util/group/memtest.cc
|
---|
155 | memtest_LDADD = \
|
---|
156 | libSCgroup.la \
|
---|
157 | libSCkeyval.la \
|
---|
158 | libSCmisc.la \
|
---|
159 | libSCstate.la \
|
---|
160 | libSCclass.la \
|
---|
161 | libSCcontainer.la \
|
---|
162 | libSCref.la
|
---|
163 |
|
---|
164 | messtest_SOURCES = \
|
---|
165 | util/group/messtest.cc
|
---|
166 | messtest_LDADD = \
|
---|
167 | libSCgroup.la \
|
---|
168 | libSCkeyval.la \
|
---|
169 | libSCmisc.la \
|
---|
170 | libSCstate.la \
|
---|
171 | libSCclass.la \
|
---|
172 | libSCcontainer.la \
|
---|
173 | libSCref.la
|
---|
174 |
|
---|
175 | pooltest_SOURCES = \
|
---|
176 | util/group/pooltest.cc
|
---|
177 | pooltest_LDADD = \
|
---|
178 | $(GROUPLIBS)
|
---|
179 |
|
---|
180 | prttest_SOURCES = \
|
---|
181 | util/group/prttest.cc
|
---|
182 | prttest_LDADD = \
|
---|
183 | $(GROUPLIBS)
|
---|
184 |
|
---|
185 | rnglocktest_SOURCES = \
|
---|
186 | util/group/rnglocktest.cc
|
---|
187 | rnglocktest_LDADD = \
|
---|
188 | libSCmisc.la libSCgroup.la
|
---|
189 |
|
---|
190 | thrtest_SOURCES = \
|
---|
191 | util/group/thrtest.cc
|
---|
192 | thrtest_LDADD = \
|
---|
193 | libSCgroup.la \
|
---|
194 | libSCkeyval.la \
|
---|
195 | libSCmisc.la \
|
---|
196 | libSCstate.la \
|
---|
197 | libSCclass.la \
|
---|
198 | libSCcontainer.la \
|
---|
199 | libSCref.la
|
---|
200 |
|
---|