|
@@ -1,13 +1,13 @@
|
|
DISTFILES= Makefile.in README.md \
|
|
DISTFILES= Makefile.in README.md \
|
|
conf/Makefile conf/substitute.sh conf/substitutions.conf.FreeBSD conf/substitutions.conf.Linux \
|
|
conf/Makefile conf/substitute.sh conf/substitutions.conf.FreeBSD conf/substitutions.conf.Linux \
|
|
- etc/*.in src test/Makefile.in dashboard/*.in dist/Makefile.in
|
|
|
|
|
|
+ dashboard/*.in dist/Makefile.in etc/*.in src test/Makefile.in
|
|
DISTTARGET= nodes2grafana
|
|
DISTTARGET= nodes2grafana
|
|
DISTDIR= tmp/${DISTTARGET}
|
|
DISTDIR= tmp/${DISTTARGET}
|
|
DISTEXCLUDE= --exclude=${DISTTARGET}/src/Makefile \
|
|
DISTEXCLUDE= --exclude=${DISTTARGET}/src/Makefile \
|
|
--exclude=${DISTTARGET}/src/promconfig.sml \
|
|
--exclude=${DISTTARGET}/src/promconfig.sml \
|
|
- --exclude=${DISTTARGET}/src/.cm \
|
|
|
|
--exclude=${DISTTARGET}/src/nodes2prom \
|
|
--exclude=${DISTTARGET}/src/nodes2prom \
|
|
--exclude=${DISTTARGET}/src/json-pp \
|
|
--exclude=${DISTTARGET}/src/json-pp \
|
|
|
|
+ --exclude=${DISTTARGET}/src/.cm \
|
|
--exclude=${DISTTARGET}/src/JSON/.cm \
|
|
--exclude=${DISTTARGET}/src/JSON/.cm \
|
|
--exclude=${DISTTARGET}/src/*.%%HEAP_SUFFIX%%
|
|
--exclude=${DISTTARGET}/src/*.%%HEAP_SUFFIX%%
|
|
|
|
|