1
1

* Don't include ompi_config.h, mpif.h, and atomic-asm.s in the tarball. All

are generated at configure time, so there is no need to have them in the
  tarball (and doing so can cause some really evil VPATH issues).  The .in
  files needed to make ompi_config.h and mpif.h are included in the tarball.

This commit was SVN r4367.
Этот коммит содержится в:
Brian Barrett 2005-02-10 02:19:00 +00:00
родитель b4490a77c0
Коммит 55b3fa9c92
2 изменённых файлов: 7 добавлений и 5 удалений

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

@ -14,11 +14,13 @@
include $(top_srcdir)/config/Makefile.options
include_HEADERS = \
ompi_config.h \
dist_include_HEADERS = \
ompi_config_bottom.h \
ompi_stdint.h \
mpi.h \
mpi.h
nodist_include_HEADERS = \
ompi_config.h \
mpif.h
# Add a hook to run *after* the file ompi_config.h has been installed

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

@ -40,9 +40,9 @@ atomic-asm.s: generated/@OMPI_ASM_FILE@
fi
if OMPI_HAVE_ASM_FILE
libasm_la_SOURCES = atomic-asm.s
nodist_libasm_la_SOURCES = atomic-asm.s
else
libasm_la_SOURCES =
nodist_libasm_la_SOURCES =
endif
libasm_la_DEPENDENCIES = generated/@OMPI_ASM_FILE@