-
Notifications
You must be signed in to change notification settings - Fork 7
/
configure.ac
326 lines (264 loc) · 8.74 KB
/
configure.ac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
#
# Expand's configure.ac
# ---------------------
#
# Process this file with autoconf to produce a configure script.
#
#
# begin
#
AC_INIT([Expand],[3.0.0],[[email protected]],[expand])
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])
AC_PROG_INSTALL
AC_PROG_RANLIB
AC_PROG_LN_S
#
# Canonicalize the configuration name.
#
AC_CANONICAL_TARGET
AC_CANONICAL_HOST
AC_CANONICAL_BUILD
AM_INIT_AUTOMAKE([1.0 foreign subdir-objects])
AM_CONDITIONAL([am__fastdepCC], [test x$am__fastdepCC = xam__fastdepCC])
AM_CONDITIONAL([AMDEP], [test x$amdep = xamdep])
AM_PROG_AR
#
# Checks for programs.
#
AC_PROG_MAKE_SET
AC_PROG_CC([gcc mpicc icc mpifcc])
AM_PROG_CC_C_O
#
# Check __open2 support
#
MPICC_INTEL=$(mpicc --version | grep "Intel" | wc -l)
if test "x$MPICC_INTEL" == "x1"; then
AC_DEFINE([HAVE_ICC], [1], [we have icc as mpicc compiler])
fi
#
# Checks for libraries.
#
AC_CHECK_LIB(pthread,pthread_create)
AC_CHECK_LIB(dl,dlopen)
AC_CHECK_LIB(mosquitto,mosquitto_lib_init)
#
# Checks for header files.
#
## AC_CHECK_INCLUDES_DEFAULT
AC_PROG_EGREP
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(fcntl.h string.h strings.h unistd.h sys/ioctl.h sys/time.h netinet/tcp.h netinet/in.h pthread.h sys/param.h dirent.h rpc/rpc.h rpc/clnt.h rpc/types.h mpi.h mosquitto.h)
#
# Checks for typedefs, structures, and compiler characteristics.
#
AC_C_CONST
AC_CHECK_HEADERS_ONCE([sys/time.h])
AC_CHECK_TYPE(ptrdiff_t,long)
AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_CHECK_SIZEOF(unsigned short,2)
AC_CHECK_SIZEOF(unsigned,4)
AC_CHECK_SIZEOF(unsigned long,8)
AC_CHECK_SIZEOF(char *,4)
AC_CHECK_SIZEOF(ptrdiff_t,4)
AC_CHECK_SIZEOF(size_t,4)
#
# Checks for library functions.
#
AC_FUNC_VPRINTF
AC_CHECK_FUNCS(gethostname gettimeofday select socket strdup strerror)
AC_CHECK_FUNCS(memcmp memcpy memmove memset)
#
# Set initial variables depending on $target_cpu and $target_os...
#
IFLAGS="-I../../bin/mosquitto/include "
IFLAGS+="-I../../../bin/mosquitto/include -I../../../xpn/include -I../../../xpn/include/xpn_client -I../../../xpn/include/base "
IFLAGS+="-I../../../../bin/mosquitto/include -I../../../../xpn/include -I../../../../xpn/include/xpn_client -I../../../../xpn/include/base "
LFLAGS="-L../../bin/mosquitto/lib -L../../xpn/lib "
LFLAGS+="-L../../../bin/mosquitto/lib -L../../../xpn/lib "
LFLAGS+="-L../../../../bin/mosquitto/lib -L../../../../xpn/lib "
LIBLINK=$LIBS
if test "$target_cpu" = "AARCH64" -o "$target_cpu" = "aarch64"
then
OS="__LINUX__"
CC="mpifcc"
MAKE="make"
CDEFS="-D_REENTRANT -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64"
CFLAGS=$IFLAGS" -fPIC -O2 -g -std=c11"
elif test "$target_os" = "Linux" -o "$target_os" = "linux" -o "$target_os" = "linux-gnu" -o "$target_os" = "linux gnu"
then
OS="__LINUX__"
CC="mpicc"
MAKE="make"
CDEFS="-D_REENTRANT -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64"
CFLAGS=$IFLAGS" -fPIC -O2 -g -g3 -ggdb -Wall -Wextra -std=c11"
elif test "$target_os" = "AIX" -o "$target_os" = "aix"
then
OS="__AIX__"
CC="mpicc"
MAKE="make"
CDEFS="-D_REENTRANT -DHAVE_CONFIG_H -D_LARGE_FILES=1"
CFLAGS=$IFLAGS" -O2 -Wall -Wextra -fPIC -g -std=c11"
elif test "$target_os" = "IRIX6.5" -o "$target_os" = "irix6.5"
then
OS="__IRIX__"
CC="mpicc"
MAKE="gmake"
CDEFS="-D_REENTRANT -DHAVE_CONFIG_H"
CFLAGS=$IFLAGS" -O2 -Wall -Wextra -fPIC -g -std=c11"
else
OS="__LINUX__"
CC="mpicc"
MAKE="make"
CDEFS="-D_REENTRANT -DHAVE_CONFIG_H"
CFLAGS=$IFLAGS" -O2 -Wall -Wextra -fPIC -g -std=c11"
AC_MSG_RESULT("Using Linux configuration as default configuration...");
fi
AC_SUBST(OS)
AC_SUBST(CC)
AC_SUBST(MAKE)
AC_SUBST(CFLAGS)
AC_SUBST(CDEFS)
AC_SUBST(LIBLINK)
AC_MSG_RESULT("$target_cpu");
AC_MSG_RESULT("$target_os");
#
# Set Include_Flags
#
INCLUDEFLAGS="\
-I\$(top_srcdir)/include \
-I\$(top_srcdir)/include/base \
-I\$(top_srcdir)/include/bypass \
-I\$(top_srcdir)/include/xpn_client/ \
-I\$(top_srcdir)/include/xpn_client/xpn \
-I\$(top_srcdir)/include/xpn_client/xpn/xpn_simple \
-I\$(top_srcdir)/include/xpn_client/nfi \
-I\$(top_srcdir)/include/xpn_client/nfi/nfi_xpn_server \
-I\$(top_srcdir)/include/xpn_client/nfi/nfi_tcp_server \
-I\$(top_srcdir)/include/xpn_client/nfi/nfi_local \
-I\$(top_srcdir)/include/xpn_server/ \
-I\$(top_srcdir)/include/xpn_server/mpi_server/ \
-I\$(top_srcdir)/include/xpn_server/sck_server/"
### BEGIN OF NFS BLOCK. Do not remove this line. ###
#
# Defines the necessary variables if nfs is enabled.
#
AC_ARG_ENABLE( [nfs],
[AS_HELP_STRING([--enable-nfs],[Enable NFS v2 module.])],
[
[CDEFS="$CDEFS -DENABLE_NFS"]
[INCLUDEFLAGS="$INCLUDEFLAGS -I\$(top_srcdir)/include/xpn_client/nfi/nfi_nfs"]
[NFI_NFS="nfi_nfs"]
[NFI_NFS_OBJECTS="\$(NFI_NFS_OBJECTS)"]
]
)
AC_SUBST(NFI_NFS)
AC_SUBST(NFI_NFS_OBJECTS)
AM_CONDITIONAL([ENABLE_NFS], [test "$NFI_NFS" = "nfi_nfs"])
### END OF NFS BLOCK. Do not remove this line. ###
### BEGIN OF NFS3 BLOCK. Do not remove this line. ###
#
# Defines the necessary variables if nfs3 is enabled.
#
AC_ARG_ENABLE( [nfs3],
[AS_HELP_STRING([--enable-nfs3],[Enable NFS v3 module.])],
[
[CDEFS="$CDEFS -DENABLE_NFS3"]
[INCLUDEFLAGS="$INCLUDEFLAGS -I\$(top_srcdir)/include/xpn_client/nfi/nfi_nfs3"]
[NFI_NFS3="nfi_nfs3"]
[NFI_NFS3_OBJECTS="\$(NFI_NFS3_OBJECTS)"]
]
)
AC_SUBST(NFI_NFS3)
AC_SUBST(NFI_NFS3_OBJECTS)
AM_CONDITIONAL([ENABLE_NFS3], [test "$NFI_NFS3" = "nfi_nfs3"])
### END OF NFS3 BLOCK. Do not remove this line. ###
### BEGIN OF MPI_SERVER BLOCK. Do not remove this line. ###
#
# Defines the necessary variables if mpi_server is enabled.
#
AC_ARG_ENABLE( [mpi_server],
[AS_HELP_STRING([--enable-mpi_server@<:@=/path/to/mpi/@:>@ (Don't use '~')],[Enable mpi_server module.])],
[
[case "${enableval}" in
yes) CC="mpicc";;
no) CC="mpicc" ;;
*) CC="$enableval" ;;
esac]
[CDEFS="$CDEFS -DENABLE_MPI_SERVER"]
[INCLUDEFLAGS="$INCLUDEFLAGS -I\$(top_srcdir)/include/xpn_client/nfi/nfi_mpi_server"]
[NFI_MPI_SERVER="nfi_mpi_server"]
[NFI_MPI_SERVER_OBJECTS="\$(NFI_MPI_SERVER_OBJECTS)"]
]
)
AC_SUBST(CC)
AC_SUBST(NFI_MPI_SERVER)
AC_SUBST(NFI_MPI_SERVER_OBJECTS)
AM_CONDITIONAL([ENABLE_MPI_SERVER], [test "$NFI_MPI_SERVER" = "nfi_mpi_server"])
### END OF MPI_SERVER BLOCK. Do not remove this line. ###
### BEGIN OF SCK_SERVER BLOCK. Do not remove this line. ###
#
# Defines the necessary variables if gridftp is enabled.
#
AC_ARG_ENABLE( [sck_server],
[AS_HELP_STRING([--enable-sck_server],[Enable sck_server module.])],
[
[CDEFS="$CDEFS -DENABLE_SCK_SERVER"]
[INCLUDEFLAGS="$INCLUDEFLAGS -I\$(top_srcdir)/include/xpn_client/nfi/nfi_sck_server"]
[NFI_SCK_SERVER="nfi_sck_server"]
[NFI_SCK_SERVER_OBJECTS="\$(NFI_SCK_SERVER_OBJECTS)"]
]
)
AC_SUBST(NFI_SCK_SERVER)
AC_SUBST(NFI_SCK_SERVER_OBJECTS)
AM_CONDITIONAL([ENABLE_SCK_SERVER], [test "$NFI_SCK_SERVER" = "nfi_sck_server"])
### END OF SCK_SERVER BLOCK. Do not remove this line. ###
### BEGIN OF MQTT BLOCK. Do not remove this line. ###
#
# Defines the necessary variables if gridftp is enabled.
#
AC_ARG_ENABLE( [mosquitto],
[AS_HELP_STRING([--enable-mosquitto],[Enable mosquitto module.])],
[
[CDEFS="$CDEFS -DENABLE_TCP_SERVER -DENABLE_MOSQUITTO -DHAVE_MOSQUITTO_H"]
[INCLUDEFLAGS="$INCLUDEFLAGS -I\$(top_srcdir)/include/xpn_client/nfi/nfi_tcp_server"]
[NFI_TCP_SERVER="nfi_tcp_server"]
[NFI_TCP_SERVER_OBJECTS="\$(NFI_TCP_SERVER_OBJECTS)"]
[LIBLINK+=" -lmosquitto"]
[LIBS=$LFLAGS" "$LIBS" -lmosquitto"]
]
)
AC_SUBST(NFI_TCP_SERVER)
AC_SUBST(NFI_TCP_SERVER_OBJECTS)
AC_SUBST(LIBLINK)
AC_SUBST(LIBS)
AM_CONDITIONAL([ENABLE_TCP_SERVER], [test "$NFI_TCP_SERVER" = "nfi_tcp_server"])
### END OF MQTT BLOCK. Do not remove this line. ###
CPPFLAGS="$CDEFS $INCLUDEFLAGS $M_HEADERS $CPPFLAGS"
LDFLAGS="$LIBLINK $LIBS"
AC_SUBST(CPPFLAGS)
AC_SUBST(LDFLAGS)
AC_SUBST(LIBS)
AC_SUBST(M_HEADERS)
#
# Build makefile and headers...
#
AC_CONFIG_FILES([ \
Makefile \
src/base/Makefile \
src/xpn_client/Makefile \
src/utils/Makefile \
src/bypass/Makefile \
src/tcp_server/Makefile \
src/xpn_server/Makefile \
test/integrity/xpn/Makefile \
test/integrity/mpi_connect_accept/Makefile \
test/integrity/bypass_c/Makefile \
test/integrity/xpn_metadata/Makefile \
test/performance/xpn/Makefile \
test/performance/iop/Makefile \
test/performance/mpi_pingpong/Makefile \
test/performance/xpn-fault-tolerant/Makefile \
])
AC_OUTPUT