a few Makefile typos caught by autogen
This commit was SVN r26672.
Этот коммит содержится в:
родитель
eac4913fc6
Коммит
07b295542b
@ -33,21 +33,21 @@ DIST_SUBDIRS = \
|
|||||||
# Build the main ORCA library
|
# Build the main ORCA library
|
||||||
|
|
||||||
lib_LTLIBRARIES = libopen-rca.la
|
lib_LTLIBRARIES = libopen-rca.la
|
||||||
libopen-rca_la_SOURCES =
|
libopen_rca_la_SOURCES =
|
||||||
libopen-rca_la_LIBADD = \
|
libopen_rca_la_LIBADD = \
|
||||||
$(MCA_orca_FRAMEWORK_LIBS) \
|
$(MCA_orca_FRAMEWORK_LIBS) \
|
||||||
$(top_ompi_builddir)/opal/libopen-pal-lt.la
|
$(top_ompi_builddir)/opal/libopen-pal-lt.la
|
||||||
# $(top_ompi_builddir)/orte/libopen-rte-lt.la
|
# $(top_ompi_builddir)/orte/libopen-rte-lt.la
|
||||||
|
|
||||||
|
|
||||||
libopen-rca_la_DEPENDENCIES = $(libopen-rca_la_LIBADD)
|
libopen_rca_la_DEPENDENCIES = $(libopen_rca_la_LIBADD)
|
||||||
libopen-rca_la_LDFLAGS = -version-info $(libopen-rca_so_version)
|
libopen_rca_la_LDFLAGS = -version-info $(libopen_rca_so_version)
|
||||||
|
|
||||||
# included subdirectory Makefile.am's and appended-to variables
|
# included subdirectory Makefile.am's and appended-to variables
|
||||||
headers =
|
headers =
|
||||||
noinst_LTLIBRARIES =
|
noinst_LTLIBRARIES =
|
||||||
dist_pkgdata_DATA =
|
dist_pkgdata_DATA =
|
||||||
libopen-rca_la_SOURCES += $(headers)
|
libopen_rca_la_SOURCES += $(headers)
|
||||||
|
|
||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
|
|
||||||
@ -72,6 +72,6 @@ include util/Makefile.am
|
|||||||
if PROJECT_ORCA
|
if PROJECT_ORCA
|
||||||
noinst_LTLIBRARIES += libopen-rca-lt.la
|
noinst_LTLIBRARIES += libopen-rca-lt.la
|
||||||
endif
|
endif
|
||||||
libopen-rca_lt_la_SOURCES = $(libopen-rca_la_SOURCES)
|
libopen_rca_lt_la_SOURCES = $(libopen_rca_la_SOURCES)
|
||||||
libopen-rca_lt_la_LIBADD = $(libopen-rca_la_LIBADD)
|
libopen_rca_lt_la_LIBADD = $(libopen_rca_la_LIBADD)
|
||||||
libopen-rca_lt_la_DEPENDENCIES = $(libopen-rca_la_DEPENDENCIES)
|
libopen_rca_lt_la_DEPENDENCIES = $(libopen_rca_la_DEPENDENCIES)
|
||||||
|
@ -16,7 +16,7 @@ headers += \
|
|||||||
runtime/runtime.h \
|
runtime/runtime.h \
|
||||||
runtime/orca_dt.h
|
runtime/orca_dt.h
|
||||||
|
|
||||||
libopen-rca_la_SOURCES += \
|
libopen_rca_la_SOURCES += \
|
||||||
runtime/orca_init.c \
|
runtime/orca_init.c \
|
||||||
runtime/orca_params.c \
|
runtime/orca_params.c \
|
||||||
runtime/orca_finalize.c \
|
runtime/orca_finalize.c \
|
||||||
|
@ -12,5 +12,5 @@
|
|||||||
headers += \
|
headers += \
|
||||||
util/error_strings.h
|
util/error_strings.h
|
||||||
|
|
||||||
libopen-rca_la_SOURCES += \
|
libopen_rca_la_SOURCES += \
|
||||||
util/error_strings.c
|
util/error_strings.c
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user