1
1

Another change to make it work on the mac

This commit was SVN r1326.
Этот коммит содержится в:
Tim Prins 2004-06-16 19:45:31 +00:00
родитель 4f5f30ff1b
Коммит d7c221e6d1

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

@ -5,27 +5,6 @@
include $(top_ompi_srcdir)/config/Makefile.options
# According to the MCA spec, we have to make the output library here
# in the top-level directory, and it has to be named
# libompi_ssi_coll_ompi_basic.la
if OMPI_BUILD_allocator_bucket_LOADABLE_MODULE
module_noinst =
module_install = mca_allocator_bucket.la
else
module_noinst = libmca_allocator_bucket.la
module_install =
endif
mcamoduledir = $(libdir)/ompi
mcamodule_LTLIBRARIES = $(module_install)
mca_allocator_bucket_la_SOURCES =
mca_allocator_bucket_la_LIBADD = \
$(LIBOMPI_LA)
mca_allocator_bucket_la_LDFLAGS = -module -avoid-version
libmca_allocator_bucket_la_LDFLAGS = -module -avoid-version
AM_CPPFLAGS = \
-I$(top_ompi_builddir)/src/include \
-I$(top_ompi_srcdir)/src \