1
1

* correct the installation paths of a bunch of headers

* make sure to install the libevent header
* make Automake create the sysconf_DATA directory before trying to
  install the config files

This commit was SVN r3614.
Этот коммит содержится в:
Brian Barrett 2004-11-18 03:53:42 +00:00
родитель be253609ac
Коммит 5ee42c2a58
7 изменённых файлов: 20 добавлений и 8 удалений

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

@ -8,6 +8,8 @@ EXTRA_DIST = \
openmpi-default-hostfile \
openmpi-mca-params.conf
sysconf_DATA =
# Steal a little trickery from a generated Makefile to only install
# lam-bhost.def if one does not already exist at the target.

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

@ -16,7 +16,7 @@ headers = \
ompi_list.h \
ompi_object.h \
ompi_pointer_array.h \
ompi_proc_table.h \
ompi_proc_table.h \
ompi_value_array.h \
ompi_rb_tree.h
@ -27,7 +27,7 @@ liblfc_la_SOURCES = \
ompi_list.c \
ompi_object.c \
ompi_pointer_array.c \
ompi_proc_table.c \
ompi_proc_table.c \
ompi_bitmap.c \
ompi_value_array.c \
ompi_rb_tree.c
@ -35,7 +35,7 @@ liblfc_la_SOURCES = \
# Conditionally install the header files
if WANT_INSTALL_HEADERS
ompidir = $(includedir)/class
ompidir = $(includedir)/openmpi/class
ompi_HEADERS = $(headers)
else
ompidir = $(includedir)

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

@ -37,6 +37,16 @@ noinst_LTLIBRARIES = libevent.la
objects = $(OMPI_LIBEVENT_SOURCES:.c=.lo)
# OMPI: Changed to libevent_la_*
libevent_la_SOURCES = event.c event.h
headers = event.h
libevent_la_SOURCES = event.c $(headers)
libevent_la_LIBADD = $(objects)
libevent_la_DEPENDENCIES = $(objects)
if WANT_INSTALL_HEADERS
ompidir = $(includedir)/openmpi/event
ompi_HEADERS = $(headers)
else
ompidir = $(includedir)
endif

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

@ -23,7 +23,7 @@ libmca_allocator_base_la_SOURCES = \
# Conditionally install the header files
if WANT_INSTALL_HEADERS
ompidir = $(includedir)/mca/allocator/base
ompidir = $(includedir)/openmpi/mca/allocator/base
ompi_HEADERS = $(headers)
else
ompidir = $(includedir)

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

@ -25,7 +25,7 @@ libmca_mpool_base_la_SOURCES = \
# Conditionally install the header files
if WANT_INSTALL_HEADERS
ompidir = $(includedir)/mca/mpool/base
ompidir = $(includedir)/openmpi/mca/mpool/base
ompi_HEADERS = $(headers)
else
ompidir = $(includedir)

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

@ -35,7 +35,7 @@ libmca_ptl_base_la_SOURCES = \
# Conditionally install the header files
if WANT_INSTALL_HEADERS
ompidir = $(includedir)/mca/ptl/base
ompidir = $(includedir)/openmpi/mca/ptl/base
ompi_HEADERS = $(headers)
else
ompidir = $(includedir)

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

@ -24,7 +24,7 @@ libmca_svc_base_la_SOURCES = \
# Conditionally install the header files
if WANT_INSTALL_HEADERS
ompidir = $(includedir)/mca/svc/base
ompidir = $(includedir)/openmpi/mca/svc/base
ompi_HEADERS = $(headers)
else
ompidir = $(includedir)