1
1

* fix some cruft from the interface move

This commit was SVN r230.
Этот коммит содержится в:
Brian Barrett 2004-01-10 22:41:39 +00:00
родитель a6ba6797ab
Коммит 48092ca348
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -19,7 +19,7 @@
header file. */ header file. */
#if LAM_PROFILING_DEFINES #if LAM_PROFILING_DEFINES
#include "mpi/c/profile/defines.h" #include "mpi/interface/c/profile/defines.h"
#endif #endif
#endif /* LAM_C_BINDINGS_H */ #endif /* LAM_C_BINDINGS_H */

Просмотреть файл

@ -34,7 +34,7 @@ nodist_libmpi_c_profile_la_SOURCES = \
$(nodist_libmpi_c_profile_la_SOURCES): $(nodist_libmpi_c_profile_la_SOURCES):
if test ! -r $@ ; then \ if test ! -r $@ ; then \
pname=`echo $@ | cut -b '2-'` ; \ pname=`echo $@ | cut -b '2-'` ; \
ln -s $(top_srcdir)/src/mpi/c/$$pname $@ ; \ ln -s $(top_srcdir)/src/mpi/interface/c/$$pname $@ ; \
fi fi
# Conditionally install the header files # Conditionally install the header files

Просмотреть файл

@ -39,7 +39,7 @@
#else #else
/* Otherwise, we're compiling in the main directory, so get the /* Otherwise, we're compiling in the main directory, so get the
defines mapping from mpi_foo_f to the proper symbol convention. */ defines mapping from mpi_foo_f to the proper symbol convention. */
#include "mpi/f77/defines.h" #include "mpi/interface/f77/defines.h"
#endif #endif
#endif #endif

Просмотреть файл

@ -39,7 +39,7 @@ nodist_libmpi_f77_profile_la_SOURCES = \
$(nodist_libmpi_f77_profile_la_SOURCES): $(nodist_libmpi_f77_profile_la_SOURCES):
if test ! -r $@ ; then \ if test ! -r $@ ; then \
pname=`echo $@ | cut -b '2-'` ; \ pname=`echo $@ | cut -b '2-'` ; \
ln -s $(top_srcdir)/src/mpi/f77/$$pname $@ ; \ ln -s $(top_srcdir)/src/mpi/interface/f77/$$pname $@ ; \
fi fi
# Conditionally install the header files # Conditionally install the header files