-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
26 lines (22 loc) · 826 Bytes
/
Copy pathMakefile.am
File metadata and controls
26 lines (22 loc) · 826 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
ACLOCAL_AMFLAGS = -I m4 -I ${VARNISHAPI_DATAROOTDIR}/aclocal
# Build the bundled libriscv engine (static lib) before the VMOD links it.
SUBDIRS = . libriscv-engine src
# Install README + LICENSE under $(docdir), mirroring how sledge ships its
# dist_doc_DATA -- the redhat spec packages %{_docdir}/%{name}/*.
dist_doc_DATA = README.md LICENSE
# Keep the CMake-based developer build shippable inside the dist tarball.
# src/libriscv is the bundled engine (a git submodule); it must be in the
# tarball or libriscv-engine's cmake step has nothing to build from a release.
EXTRA_DIST = \
get_version \
vcp.version \
build.sh \
CMakeLists.txt \
ext \
src/libriscv \
demo
# Ship the demo/example VCL alongside the module.
vcldir = $(datarootdir)/varnish-plus/vcl
dist_vcl_DATA = \
demo/demo.vcl \
demo/demo-docker.vcl