From 7162b7f5a294df016f8aeda0a5dacaf95ac3c062 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 3 Mar 2018 20:37:19 +0100 Subject: [PATCH] add missing CLEANFILES and DISTCLEANFILES Signed-off-by: Sven Verdoolaege --- Makefile.am | 14 ++++++++++++++ doc/Makefile.am | 28 ++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/Makefile.am b/Makefile.am index 44842d7..491d6ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -340,6 +340,20 @@ isl.py: libdep.a interface/isl.py.top TESTFILES = $(shell find $(top_srcdir)/tests -type f ! -path '*CVS*') +CLEANFILES = \ + zsolve/graver \ + zsolve/hilbert \ + isl.py \ + version.h +DISTCLEANFILES = \ + barvinok-uninstalled.sh \ + barvinok-uninstalled.pc \ + barvinok.pc \ + barvinok.pc.in \ + barvinok/set.h \ + barvinok/NTL.h \ + interface/isl.py.top + EXTRA_DIST = \ ChangeLog \ $(TESTFILES) \ diff --git a/doc/Makefile.am b/doc/Makefile.am index 404639d..cf21ab0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,6 +2,34 @@ export TEXINPUTS := $(srcdir):$(TEXINPUTS) export BIBINPUTS := $(srcdir):$(BIBINPUTS) export BSTINPUTS := $(srcdir):$(BSTINPUTS) +CLEANFILES = \ + applications.aux \ + barvinok.aux \ + barvinok.bbl \ + barvinok.blg \ + barvinok.brf \ + barvinok.dvi \ + barvinok.glo \ + barvinok.gls \ + barvinok.glx \ + barvinok.gxg \ + barvinok.gxs \ + barvinok.idx \ + barvinok.ilg \ + barvinok.ind \ + barvinok.lof \ + barvinok.log \ + barvinok.out \ + barvinok.pdf \ + barvinok.ps \ + barvinok.toc \ + implementation.aux \ + Internal.aux \ + isl.aux \ + polymake.aux \ + reports.aux \ + version.tex + barvinok.dvi: FORCE (cd ..; echo "@GIT_HEAD_VERSION@") > version.tex latex barvinok.tex -- 2.11.4.GIT