romio314/Makefile.am: name the component library properly
Этот коммит содержится в:
родитель
98943d3c8b
Коммит
332bca7183
@ -9,7 +9,7 @@
|
|||||||
# University of Stuttgart. All rights reserved.
|
# University of Stuttgart. All rights reserved.
|
||||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
# Copyright (c) 2010-2014 Cisco Systems, Inc. All rights reserved.
|
# Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
# Additional copyrights may follow
|
# Additional copyrights may follow
|
||||||
@ -35,10 +35,10 @@ endif
|
|||||||
if MCA_BUILD_ompi_io_romio314_DSO
|
if MCA_BUILD_ompi_io_romio314_DSO
|
||||||
lib =
|
lib =
|
||||||
lib_sources =
|
lib_sources =
|
||||||
component = mca_io_romio.la
|
component = mca_io_romio314.la
|
||||||
component_sources = $(sources)
|
component_sources = $(sources)
|
||||||
else
|
else
|
||||||
lib = libmca_io_romio.la
|
lib = libmca_io_romio314.la
|
||||||
lib_sources = $(sources)
|
lib_sources = $(sources)
|
||||||
component =
|
component =
|
||||||
component_sources =
|
component_sources =
|
||||||
@ -48,13 +48,13 @@ libs = romio/libromio_dist.la
|
|||||||
|
|
||||||
mcacomponentdir = $(ompilibdir)
|
mcacomponentdir = $(ompilibdir)
|
||||||
mcacomponent_LTLIBRARIES = $(component)
|
mcacomponent_LTLIBRARIES = $(component)
|
||||||
mca_io_romio_la_SOURCES = $(component_sources)
|
mca_io_romio314_la_SOURCES = $(component_sources)
|
||||||
mca_io_romio_la_LIBADD = $(libs)
|
mca_io_romio314_la_LIBADD = $(libs)
|
||||||
mca_io_romio_la_DEPENDENCIES = $(libs)
|
mca_io_romio314_la_DEPENDENCIES = $(libs)
|
||||||
mca_io_romio_la_LDFLAGS = -module -avoid-version
|
mca_io_romio314_la_LDFLAGS = -module -avoid-version
|
||||||
|
|
||||||
noinst_LTLIBRARIES = $(lib)
|
noinst_LTLIBRARIES = $(lib)
|
||||||
libmca_io_romio_la_SOURCES = $(lib_sources)
|
libmca_io_romio314_la_SOURCES = $(lib_sources)
|
||||||
libmca_io_romio_la_LIBADD = $(libs)
|
libmca_io_romio314_la_LIBADD = $(libs)
|
||||||
libmca_io_romio_la_DEPENDENCIES = $(libs)
|
libmca_io_romio314_la_DEPENDENCIES = $(libs)
|
||||||
libmca_io_romio_la_LDFLAGS = -module -avoid-version
|
libmca_io_romio314_la_LDFLAGS = -module -avoid-version
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user