Ensure that the headers get installed (if selected).
This commit was SVN r1565.
Этот коммит содержится в:
родитель
f59a3e91d5
Коммит
fae7333bca
@ -1,13 +1,21 @@
|
|||||||
# -*- makefile -*-
|
|
||||||
#
|
#
|
||||||
# $HEADER$
|
# $HEADER$
|
||||||
#
|
#
|
||||||
|
|
||||||
include $(top_srcdir)/config/Makefile.options
|
include $(top_srcdir)/config/Makefile.options
|
||||||
|
|
||||||
include_HEADERS = \
|
headers = \
|
||||||
atomic.h \
|
atomic.h \
|
||||||
constants.h \
|
constants.h \
|
||||||
ompi.h \
|
ompi.h \
|
||||||
totalview.h \
|
totalview.h \
|
||||||
types.h
|
types.h
|
||||||
|
|
||||||
|
# Conditionally install the header files
|
||||||
|
|
||||||
|
if WANT_INSTALL_HEADERS
|
||||||
|
ompidir = $(includedir)/openmpi/include
|
||||||
|
ompi_HEADERS = $(headers)
|
||||||
|
else
|
||||||
|
ompidir = $(includedir)
|
||||||
|
endif
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user