forked from Sandia-OpenSHMEM/SOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
28 lines (22 loc) · 735 Bytes
/
Makefile.am
File metadata and controls
28 lines (22 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -*- Makefile -*-
#
# Copyright 2011 Sandia Corporation. Under the terms of Contract
# DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government
# retains certain rights in this software.
#
# Copyright (c) 2017 Intel Corporation. All rights reserved.
# This software is available to you under the BSD license.
#
# This file is part of the Sandia OpenSHMEM software package. For license
# information, see the LICENSE file in the top level directory of the
# distribution.
ACLOCAL_AMFLAGS = -I config
EXTRA_DIST = sandia-openshmem.spec autogen.sh pmi-simple
if ENABLE_MANPAGES
EXTRA_DIST += man
endif
dist_doc_DATA = README NEWS LICENSE
SUBDIRS = bindings mpp pmi-simple src modules
if ENABLE_MANPAGES
SUBDIRS += man
endif