Build the pcm base
This commit was SVN r522.
Этот коммит содержится в:
родитель
04a3f873db
Коммит
375e271bd9
@ -16,6 +16,7 @@ SUBDIRS = base common_lam oob pcm registry
|
||||
noinst_LTLIBRARIES = libmca_lam_convenience.la
|
||||
libmca_lam_convenience_la_SOURCES =
|
||||
libmca_lam_convenience_la_LIBADD = \
|
||||
base/libmca_lam_base.la
|
||||
base/libmca_lam_base.la \
|
||||
pcm/libmca_pcm.la
|
||||
# Add base, common_lam, oob, pcm, registry as required
|
||||
libmca_lam_convenience_la_DEPENDENCIES = $(libmca_lam_convenience_la_LIBADD)
|
||||
|
@ -4,6 +4,8 @@
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
AM_CPPFLAGS = -DLAM_PKGLIBDIR=\"$(pkglibdir)\"
|
||||
|
||||
noinst_LTLIBRARIES = libmca_lam_base.la
|
||||
|
||||
# Source code files
|
||||
@ -22,6 +24,8 @@ libmca_lam_base_la_SOURCES = \
|
||||
mca_base_module_compare.c \
|
||||
mca_base_module_find.c \
|
||||
mca_base_module_registry.c \
|
||||
mca_base_modules_open.c \
|
||||
mca_base_modules_close.c \
|
||||
mca_base_open.c \
|
||||
mca_base_param.c
|
||||
|
||||
|
@ -7,10 +7,19 @@ include $(top_srcdir)/config/Makefile.options
|
||||
SUBDIRS = base $(MCA_pcm_STATIC_SUBDIRS)
|
||||
DIST_SUBDIRS = base $(MCA_pcm_ALL_SUBDIRS)
|
||||
|
||||
noinst_LTLIBRARIES = libmca_pcm.la
|
||||
|
||||
# Source code files
|
||||
|
||||
headers = pcm.h
|
||||
|
||||
# Library
|
||||
|
||||
libmca_pcm_la_SOURCES = $(headers)
|
||||
libmca_pcm_la_LIBADD = \
|
||||
$(MCA_pcm_STATIC_LTLIBS) \
|
||||
base/libmca_pcm_base.la
|
||||
|
||||
# Conditionally install the header files
|
||||
|
||||
if WANT_INSTALL_HEADERS
|
||||
|
@ -3,3 +3,27 @@
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
noinst_LTLIBRARIES = libmca_pcm_base.la
|
||||
|
||||
# Source code files
|
||||
|
||||
headers = \
|
||||
base.h
|
||||
|
||||
# Library
|
||||
|
||||
libmca_pcm_base_la_SOURCES = \
|
||||
$(headers) \
|
||||
pcm_base_close.c \
|
||||
pcm_base_open.c \
|
||||
pcm_base_select.c
|
||||
|
||||
# Conditionally install the header files
|
||||
|
||||
if WANT_INSTALL_HEADERS
|
||||
lamdir = $(includedir)/lam/mca/lam/pcm/base
|
||||
lam_HEADERS = $(headers)
|
||||
else
|
||||
lamdir = $(includedir)
|
||||
endif
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user