22 строки
484 B
Makefile
22 строки
484 B
Makefile
|
#
|
||
|
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
||
|
# Copyright (c) 2012-2013 Los Alamos National Security, Inc. All rights reserved.
|
||
|
# Copyright (c) 2014 Intel, Inc. All rights reserved.
|
||
|
# $COPYRIGHT$
|
||
|
#
|
||
|
# Additional copyrights may follow
|
||
|
#
|
||
|
# $HEADER$
|
||
|
#
|
||
|
|
||
|
dist_opaldata_DATA += base/help-pmix-base.txt
|
||
|
|
||
|
headers += \
|
||
|
base/base.h \
|
||
|
base/pmix_base_fns.h
|
||
|
|
||
|
libmca_pmix_la_SOURCES += \
|
||
|
base/pmix_base_frame.c \
|
||
|
base/pmix_base_select.c \
|
||
|
base/pmix_base_fns.c
|