1
1
openmpi/src/include/Makefile.am

22 строки
339 B
Makefile
Исходник Обычный вид История

2003-11-22 19:36:58 +03:00
#
# $HEADER$
2003-11-22 19:36:58 +03:00
#
include $(top_srcdir)/config/Makefile.options
headers = \
atomic.h \
constants.h \
ompi.h \
totalview.h \
types.h
# Conditionally install the header files
if WANT_INSTALL_HEADERS
ompidir = $(includedir)/openmpi/include
ompi_HEADERS = $(headers)
else
ompidir = $(includedir)
endif