File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 26
26
# $HEADER$
27
27
#
28
28
29
-
30
-
31
- AM_CFLAGS = \
32
- -DOPAL_CONFIGURE_USER="\"@OPAL_CONFIGURE_USER@\"" \
33
- -DOPAL_CONFIGURE_HOST="\"@OPAL_CONFIGURE_HOST@\"" \
34
- -DOPAL_CONFIGURE_DATE="\"@OPAL_CONFIGURE_DATE@\"" \
35
- -DOMPI_BUILD_USER="\"$$USER\"" \
36
- -DOMPI_BUILD_HOST="\"$${HOSTNAME:-` (hostname || uname -n) | sed 1q ` }\"" \
37
- -DOMPI_BUILD_DATE="\"` $( top_srcdir) /config/getdate.sh` \"" \
38
- -DOMPI_BUILD_CFLAGS="\"@CFLAGS@\"" \
39
- -DOMPI_BUILD_CPPFLAGS="\"@CPPFLAGS@\"" \
40
- -DOMPI_BUILD_CXXFLAGS="\"@CXXFLAGS@\"" \
41
- -DOMPI_BUILD_CXXCPPFLAGS="\"@CXXCPPFLAGS@\"" \
42
- -DOMPI_BUILD_FFLAGS="\"@FFLAGS@\"" \
43
- -DOMPI_BUILD_FCFLAGS="\"@FCFLAGS@\"" \
44
- -DOMPI_BUILD_LDFLAGS="\"@LDFLAGS@\"" \
45
- -DOMPI_BUILD_LIBS="\"@LIBS@\"" \
46
- -DOPAL_CC_ABSOLUTE="\"@OPAL_CC_ABSOLUTE@\"" \
47
- -DOMPI_CXX_ABSOLUTE="\"@OMPI_CXX_ABSOLUTE@\""
48
-
49
29
include $(top_srcdir ) /Makefile.ompi-rules
50
30
51
31
man_pages = mpisync.1
You can’t perform that action at this time.
0 commit comments