aboutsummaryrefslogtreecommitdiff
path: root/top.am
blob: e2e5e851de9844e2ad0d89ec8a76998c833ba9c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AM_DISTCHECK_CONFIGURE_FLAGS=--without-vmoddir

EXTRA_DIST = \
 acvmod/gencl\
 acvmod/testsuite.inc

.PHONY: ChangeLog
ChangeLog:
	$(AM_V_GEN)if test -d .git; then			           \
	     $(top_srcdir)/acvmod/gencl --verbose --append-dot             \
	        --email=$(PACKAGE_BUGREPORT)                               \
	        $(GENCL_OPTIONS);				           \
	elif test "$(builddir)" = "$(srcdir)" && test ! -e ChangeLog; then \
	    echo "This file is a placeholder." > ChangeLog;                \
	fi

Return to:

Send suggestions and report system problems to the System administrator.