Correct some dependencies
This commit was SVN r2816.
Этот коммит содержится в:
родитель
2fa64b8c24
Коммит
e086302077
@ -26,9 +26,11 @@ mcacomponentdir = $(libdir)/openmpi
|
||||
mcacomponent_LTLIBRARIES = $(component_install)
|
||||
mca_io_romio_la_SOURCES =
|
||||
mca_io_romio_la_LIBADD = $(libs)
|
||||
mca_io_romio_la_DEPENDENCIES = $(libs)
|
||||
mca_io_romio_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
noinst_LTLIBRARIES = $(component_noinst)
|
||||
libmca_io_romio_la_SOURCES =
|
||||
libmca_io_romio_la_LIBADD = $(libs)
|
||||
libmca_io_romio_la_DEPENDENCIES = $(libs)
|
||||
libmca_io_romio_la_LDFLAGS = -module -avoid-version
|
||||
|
@ -16,5 +16,5 @@ libromio_dist_la_LIBADD = \
|
||||
mpi-io/libmpi-io.la \
|
||||
$(MCA_io_romio_STATIC_LTLIBS)
|
||||
libromio_dist_la_DEPENDENCIES = \
|
||||
$(libmca_io_romio_romio_dist_la_LIBADD)
|
||||
$(libromio_dist_la_LIBADD)
|
||||
libromio_dist_la_LDFLAGS = -module -avoid-version
|
||||
|
@ -271,7 +271,7 @@ libromio_dist_la_LIBADD = \
|
||||
$(MCA_io_romio_STATIC_LTLIBS)
|
||||
|
||||
libromio_dist_la_DEPENDENCIES = \
|
||||
$(libmca_io_romio_romio_dist_la_LIBADD)
|
||||
$(libromio_dist_la_LIBADD)
|
||||
|
||||
libromio_dist_la_LDFLAGS = -module -avoid-version
|
||||
all: all-recursive
|
||||
|
@ -107,4 +107,5 @@ libadio_la_LIBADD = \
|
||||
$(HFS_LIB) $(NFS_LIB) $(NTFS_LIB) $(PFS_LIB) $(PIOFS_LIB) \
|
||||
$(PVFS_LIB) $(SFS_LIB) $(TESTFS_LIB) $(UFS_LIB) $(XFS_LIB)
|
||||
libadio_la_DEPENDENCIES = \
|
||||
$(adio_la_LIBADD)
|
||||
$(libadio_la_LIBADD)
|
||||
|
||||
|
@ -320,7 +320,7 @@ libadio_la_LIBADD = \
|
||||
$(PVFS_LIB) $(SFS_LIB) $(TESTFS_LIB) $(UFS_LIB) $(XFS_LIB)
|
||||
|
||||
libadio_la_DEPENDENCIES = \
|
||||
$(adio_la_LIBADD)
|
||||
$(libadio_la_LIBADD)
|
||||
|
||||
all: all-recursive
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user