-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMakefile.am
More file actions
43 lines (36 loc) · 793 Bytes
/
Makefile.am
File metadata and controls
43 lines (36 loc) · 793 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
34
35
36
37
38
39
40
41
42
43
SUBDIRS = \
vendored/libtap \
vendored/libccan \
vendored/libveb \
vendored/libglibc \
vendored/libczmq \
src/libmissing \
src/libutil \
src/libhostlist \
src/libidset \
src/liboptparse \
doc
EXTRA_DIST = \
NEWS.md \
README.md \
NOTICE.LLNS \
config/tap-driver.sh \
vendored/libjansson/LICENSE \
vendored/libjansson/value.c
ACLOCAL_AMFLAGS = -I config
noinst_HEADERS = \
src/include/flux/types.h \
src/include/flux/idset.h
CODE_COVERAGE_IGNORE_PATTERN = \
"/usr/include/*" \
"*/t/*" \
"*/src/common/libccan/*" \
"*/src/common/libtap/*" \
"*/test/*.c"
CODE_COVERAGE_LCOV_OPTIONS =
@CODE_COVERAGE_RULES@
export DEB_BUILD_OPTIONS ?= nocheck terse
deb: debian scripts/debbuild.sh
+@$(top_srcdir)/scripts/debbuild.sh $(abs_top_srcdir)
clean-local:
@rm -rf debbuild