File: Makefile.am

package info (click to toggle)
4ti2 1.6.7%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 31,416 kB
  • sloc: cpp: 20,908; ansic: 3,928; makefile: 938; sh: 354; lisp: 97; sed: 16
file content (23 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
EXTRA_DIST =								\
	33.mat 33.ray.chk						\
	44.mat 44.ray.chk						\
	55.mat 55.ray.chk						\
	33.r 33.r.ray.chk 33.r.sign					\
	44.r.mat 44.r.ray.chk 44.r.sign					\
	55.r 55.r.ray.chk 55.r.sign					\
	ex ex.ray.chk ex.rel ex.sign					\
	ppp.r ppp.r.qfree.chk ppp.r.ray.chk ppp.r.sign			\
	small small.ray.chk small.rel small.sign			\
	subspace subspace.qfree.chk subspace.ray.chk subspace.sign	\
	subspace2 subspace2.qfree.chk subspace2.ray.chk subspace2.sign

check-m:
	@../check.template $(srcdir) "-m" src/groebner/4ti2-rays -q -m

check-s:
	@../check.template $(srcdir) "-s" src/groebner/4ti2-rays -q -s

check-local: check-m check-s
	@../flavorsum "-m" "-s"

CLEANFILES = .num_failures .num_failures-m .num_failures-s