File: Makefile.am

package info (click to toggle)
brial 1.2.12-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,404 kB
  • sloc: cpp: 219,610; ansic: 43,783; python: 4,172; makefile: 336; sh: 5
file content (49 lines) | stat: -rw-r--r-- 1,133 bytes parent folder | download | duplicates (3)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
AM_CPPFLAGS = \
	-I$(top_srcdir)/groebner/include \
	-I$(top_builddir)/libbrial/include \
	-I$(top_srcdir)/libbrial/include \
	-DBOOST_TEST_DYN_LINK

AM_CXXFLAGS = -ftemplate-depth-100

AM_DEFAULT_SOURCE_EXT = .cc

unittests_SOURCES = \
	BlockDegLexOrderTest.cc \
	BlockDegRevLexAscOrderTest.cc \
	BooleConstantTest.cc \
	BooleEnvTest.cc \
	BooleExponentTest.cc \
	BooleMonomialTest.cc \
	BoolePolynomialTest.cc \
	BoolePolyRingTest.cc \
	BooleSetTest.cc \
	BooleVariableTest.cc \
	CCuddDDFacadeTest.cc \
	CFactoryBaseTest.cc \
	CStringLiteralTest.cc \
	DegLexOrderTest.cc \
	DegRevLexAscOrderTest.cc \
	FGLMStrategyTest.cc \
	GroebnerStrategyTest.cc \
	LexOrderTest.cc \
	MonomialFactoryTest.cc \
	PBoRiErrorTest.cc \
	PolynomialFactoryTest.cc \
	PseudoLongProductTest.cc \
	SetFactoryTest.cc \
	spolyTest.cc \
	term_accumulateTest.cc \
	VariableFactoryTest.cc \
	weak_pointersTest.cc \
	unittests.cc

AM_LDFLAGS = $(BOOST_UNIT_TEST_FRAMEWORK_LIB)
LIBS = $(top_builddir)/groebner/src/libbrial_groebner.la \
	$(top_builddir)/libbrial.la \
	$(LIBPNG_LIBADD) \
	$(M4RI_LIBS) \
	$(GD_LIBS)

TESTS = unittests
check_PROGRAMS = unittests