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