-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile.am
More file actions
24 lines (19 loc) · 840 Bytes
/
Makefile.am
File metadata and controls
24 lines (19 loc) · 840 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
# Copyright (C) 2020, Lawrence Berkeley National Laboratory.
# All rights reserved.
#
# This file is part of Taskworks. The full Taskworks copyright notice,
# including terms governing use, modification, and redistribution, is
# contained in the file COPYING at the root of the source code distribution
# tree.
# This is not a standard GNU package.
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src examples test
# Files which need to go in the distribution tarball.
DIST_SUBDIRS = ${SUBDIRS}
EXTRA_DIST = COPYING.txt README.md
# Build test programs without check
tests-local:
@echo '|'
@echo '| All test programs have been successfully built.'
@echo '|'