2013-09-10 19:34:09 +04:00
|
|
|
#
|
|
|
|
# Copyright (c) 2013 Mellanox Technologies, Inc.
|
|
|
|
# All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
# main library setup
|
|
|
|
noinst_LTLIBRARIES = libmca_scoll.la
|
|
|
|
libmca_scoll_la_SOURCES =
|
|
|
|
|
|
|
|
# local files
|
|
|
|
headers = scoll.h
|
|
|
|
libmca_scoll_la_SOURCES += $(headers) $(nodist_headers)
|
|
|
|
|
|
|
|
# Conditionally install the header files
|
|
|
|
if WANT_INSTALL_HEADERS
|
2014-01-08 02:11:15 +04:00
|
|
|
oshmemdir = $(ompiincludedir)/$(subdir)
|
|
|
|
nobase_oshmem_HEADERS = $(headers)
|
|
|
|
nobase_nodist_oshmem_HEADERS = $(nodist_headers)
|
2013-09-10 19:34:09 +04:00
|
|
|
endif
|
|
|
|
|
|
|
|
include base/Makefile.am
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
rm -f base/static-components.h
|