1
1
openmpi/orte/mca/qos/Makefile.am
2015-06-23 20:59:57 -07:00

32 строки
534 B
Makefile

#
# Copyright (c) 2014 Intel, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# main library setup
noinst_LTLIBRARIES = libmca_qos.la
libmca_qos_la_SOURCES =
# pkgdata setup
dist_ortedata_DATA =
# local files
headers = qos.h
libmca_qos_la_SOURCES += $(headers)
# Conditionally install the header files
if WANT_INSTALL_HEADERS
ortedir = $(orteincludedir)/$(subdir)
nobase_orte_HEADERS = $(headers)
endif
include base/Makefile.am
distclean-local:
rm -f base/static-components.h