11faab1091
This commit was SVN r31679.
28 строки
532 B
Makefile
28 строки
532 B
Makefile
#
|
|
# Copyright (c) 2012 Los Alamos National Security, LLC. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# main library setup
|
|
noinst_LTLIBRARIES = libmca_dfs.la
|
|
libmca_dfs_la_SOURCES =
|
|
|
|
# local files
|
|
headers = dfs.h dfs_types.h
|
|
libmca_dfs_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
|