forked from sstsimulator/sst-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
33 lines (28 loc) · 681 Bytes
/
Copy pathMakefile.am
File metadata and controls
33 lines (28 loc) · 681 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
29
30
31
32
33
# Copyright 2009-2023 NTESS. Under the terms
# of Contract DE-NA0003525 with NTESS, the U.S.
# Government retains certain rights in this software.
#
# Copyright (c) 2009-2023, NTESS
# All rights reserved.
#
# This file is part of the SST software package. For license
# information, see the LICENSE file in the top level directory of the
# distribution.
ACLOCAL_AMFLAGS = -I config
SUBDIRS = \
share \
src \
doc
sstconfdir = ${sysconfdir}/sst
sstconf_DATA = src/sst/sstsimulator.conf
EXTRA_DIST = \
autogen.sh \
CONTRIBUTING.md \
scripts/clang-format-test.sh \
INSTALL.md \
ISSUES.md \
LICENSE.md \
PLATFORMS.md \
README.md \
VERSION.md
include tests/Makefile.inc