* fix some cruft from the interface move
This commit was SVN r230.
Этот коммит содержится в:
родитель
a6ba6797ab
Коммит
48092ca348
@ -19,7 +19,7 @@
|
||||
header file. */
|
||||
|
||||
#if LAM_PROFILING_DEFINES
|
||||
#include "mpi/c/profile/defines.h"
|
||||
#include "mpi/interface/c/profile/defines.h"
|
||||
#endif
|
||||
|
||||
#endif /* LAM_C_BINDINGS_H */
|
||||
|
@ -34,7 +34,7 @@ nodist_libmpi_c_profile_la_SOURCES = \
|
||||
$(nodist_libmpi_c_profile_la_SOURCES):
|
||||
if test ! -r $@ ; then \
|
||||
pname=`echo $@ | cut -b '2-'` ; \
|
||||
ln -s $(top_srcdir)/src/mpi/c/$$pname $@ ; \
|
||||
ln -s $(top_srcdir)/src/mpi/interface/c/$$pname $@ ; \
|
||||
fi
|
||||
|
||||
# Conditionally install the header files
|
||||
|
@ -39,7 +39,7 @@
|
||||
#else
|
||||
/* Otherwise, we're compiling in the main directory, so get the
|
||||
defines mapping from mpi_foo_f to the proper symbol convention. */
|
||||
#include "mpi/f77/defines.h"
|
||||
#include "mpi/interface/f77/defines.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -39,7 +39,7 @@ nodist_libmpi_f77_profile_la_SOURCES = \
|
||||
$(nodist_libmpi_f77_profile_la_SOURCES):
|
||||
if test ! -r $@ ; then \
|
||||
pname=`echo $@ | cut -b '2-'` ; \
|
||||
ln -s $(top_srcdir)/src/mpi/f77/$$pname $@ ; \
|
||||
ln -s $(top_srcdir)/src/mpi/interface/f77/$$pname $@ ; \
|
||||
fi
|
||||
|
||||
# Conditionally install the header files
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user