2 MAYBE_BERNSTEIN = bernstein
5 MAYBE_POLYLIB = polylib
12 ISL_LA = $(top_builddir)/isl/libisl.la
14 if BUNDLED_ISL_POLYLIB
15 MAYBE_ISL = isl-polylib
16 ISL_POLYLIB_LA = $(top_builddir)/isl-polylib/libisl-polylib.la
20 OMEGA_LA = $(top_builddir)/omega/omega_lib/libomega.la
28 SUBDIRS = $(MAYBE_PIPLIB) $(MAYBE_POLYLIB) $(MAYBE_ISL) $(MAYBE_ISL_POYLIB) \
29 $(MAYBE_BERNSTEIN) $(MAYBE_OMEGA) \
30 lib $(MAYBE_ZSOLVE) $(MAYBE_PARKER) . omega_interface doc
34 cd lib; $(MAKE) $(AM_MAKEFLAGS) libgnu.la
35 bernstein/libbernstein.la: FORCE
36 cd bernstein; $(MAKE) $(AM_MAKEFLAGS) libbernstein.la
37 polylib/libpolylibgmp.la: FORCE
38 cd polylib; $(MAKE) $(AM_MAKEFLAGS) libpolylibgmp.la
39 piplib/libpiplibMP.la: FORCE
40 cd piplib; $(MAKE) $(AM_MAKEFLAGS) libpiplibMP.la
42 cd isl; $(MAKE) $(AM_MAKEFLAGS) libisl.la
43 isl-polylib/libisl-polylib.la: FORCE
44 cd isl-polylib; $(MAKE) $(AM_MAKEFLAGS) libisl-polylib.la
45 omega/omega_lib/libomega.la: FORCE
46 cd omega/omega_lib; $(MAKE) $(AM_MAKEFLAGS) libomega.la
47 zsolve/libzsolve.la: FORCE
48 cd zsolve; $(MAKE) $(AM_MAKEFLAGS) libzsolve.la
49 parker/libparker.la: FORCE
50 cd parker; $(MAKE) $(AM_MAKEFLAGS) libparker.la
52 AM_CPPFLAGS = -I$(srcdir)/bernstein/include -I$(srcdir)/lib -Ilib \
53 @POLYLIB_CPPFLAGS@ @PIPLIB_CPPFLAGS@ @ginac_CFLAGS@ \
54 @NTL_CPPFLAGS@ @ISL_CFLAGS@ @ISL_POLYLIB_CFLAGS@
55 AM_LDFLAGS = -Llib @POLYLIB_LDFLAGS@ @PIPLIB_LDFLAGS@ @NTL_LDFLAGS@
57 LIB_ISL = $(ISL_LA) @ISL_LIBS@
58 LIB_ISL_POLYLIB = $(ISL_POLYLIB_LA) @ISL_POLYLIB_LIBS@
60 lib_LTLIBRARIES = libbarvinok-core.la libbarvinok.la
61 bin_PROGRAMS = barvinok_count barvinok_enumerate barvinok_enumerate_e \
62 barvinok_ehrhart polytope_scan iscc
63 noinst_PROGRAMS = test testlib randomtest \
64 remove_redundant_equalities \
65 barvinok_union polytope_volume test_approx \
66 barvinok_summate verify_lexsmaller piptest \
67 polyhedron_sample 4coins lexmin @bv_barvinok_bound@ \
68 @bv_cone_hilbert_basis@ cone_integer_hull \
69 polytope_lattice_width polytope_minimize \
70 polyhedron_integer_hull vector_partition_chambers \
71 semigroup_holes evalue_convert
72 EXTRA_PROGRAMS = barvinok_bound test_bound cone_hilbert_basis
73 pkginclude_HEADERS = \
82 barvinok/basis_reduction.h \
84 nodist_pkginclude_HEADERS = \
90 BR_CDD = basis_reduction_cdd.cc initcdd.cc
91 POLYSIGN_CDD = polysign_cddf.cc polysign_cdd.cc
94 BR_GLPK = basis_reduction_glpk.c
95 POLYSIGN_GLPK = polysign_glpk.c
98 TOPCOM = topcom.c topcom.h
101 HILBERT_C = hilbert.c
103 libbarvinok_core_la_SOURCES = \
107 barvinok/barvinok.h \
110 basis_reduction_pip.c \
111 basis_reduction_pip_dual.c \
133 genfun_constructor.cc \
134 genfun_constructor.h \
152 param_polynomial.cc \
169 remove_equalities.h \
170 remove_equalities.c \
192 EXTRA_libbarvinok_core_la_SOURCES = \
193 basis_reduction_cdd.cc \
194 basis_reduction_glpk.c \
204 POLYLIB_LA = $(top_builddir)/polylib/libpolylibgmp.la
207 PIPLIB_LA = $(top_builddir)/piplib/libpiplibMP.la
210 ZSOLVE_LA = zsolve/libzsolve.la
212 libbarvinok_core_la_LIBADD = @LTLIBOBJS@ $(LIB_ISL_POLYLIB) $(LIB_ISL) \
213 $(POLYLIB_LA) @POLYLIB_LIBS@ \
214 $(PIPLIB_LA) @PIPLIB_LIBS@ \
215 $(ZSOLVE_LA) lib/libgnu.la
216 libbarvinok_core_la_LDFLAGS = @BV_LDFLAGS@ -version-info @versioninfo@ \
219 BERNSTEIN_CC = bernstein.cc ex_convert.cc range.cc
221 BERNSTEIN_CC = dummy.c
223 libbarvinok_la_SOURCES = \
225 EXTRA_libbarvinok_la_SOURCES = \
233 BERNSTEIN_LA = $(top_builddir)/bernstein/libbernstein.la
235 libbarvinok_la_LIBADD = libbarvinok-core.la $(BERNSTEIN_LA)
236 libbarvinok_la_LDFLAGS = @BV_LDFLAGS@ -version-info @versioninfo@ \
238 LDADD = libbarvinok-core.la @ISL_POLYLIB_LIBS@ @ISL_LIBS@ \
239 @POLYLIB_LIBS@ @PIPLIB_LIBS@
249 barvinok_count_SOURCES = barvinok_count.c
250 barvinok_ehrhart_SOURCES = \
251 barvinok_ehrhart.cc \
255 barvinok_union_SOURCES = barvinok_union.cc
258 omega_interface/Exit.cc \
259 omega_interface/convert.cc \
260 omega_interface/count.cc
265 FDSTREAM = fdstream.cc fdstream.h
267 barvinok_enumerate_SOURCES = \
268 barvinok_enumerate.cc \
280 EXTRA_barvinok_enumerate_SOURCES = fdstream.cc fdstream.h
281 barvinok_enumerate_e_SOURCES = \
282 barvinok_enumerate_e.cc \
295 EXTRA_barvinok_enumerate_e_SOURCES = fdstream.cc fdstream.h
297 MONA_LIBS = -ldfa -lbdd -lmem
298 PARKER_LA = parker/libparker.la
299 PARKERLDFLAGS = -L$(MONAPATH)/DFA -L$(MONAPATH)/BDD -L$(MONAPATH)/Mem
300 PARKERCPPFLAGS = -I$(MONAPATH)/Mem -I$(MONAPATH)/DFA -I$(MONAPATH)/BDD
302 barvinok_enumerate_e_CPPFLAGS = \
303 $(PARKERCPPFLAGS) @OMEGA_CPPFLAGS@ $(AM_CPPFLAGS)
304 barvinok_enumerate_e_LDFLAGS = $(PARKERLDFLAGS) @OMEGA_LDFLAGS@ @LDFLAGS@
305 barvinok_enumerate_e_LDADD = \
306 $(PARKER_LA) $(MONA_LIBS) @OMEGA_LIBS@ $(OMEGA_LA) libbarvinok-core.la \
307 @ISL_POLYLIB_LIBS@ @ISL_LIBS@ @POLYLIB_LIBS@ @PIPLIB_LIBS@
308 barvinok_bound_SOURCES = \
317 EXTRA_barvinok_bound_SOURCES = fdstream.cc fdstream.h
318 barvinok_bound_LDADD = \
319 libbarvinok-core.la libbarvinok.la @ISL_POLYLIB_LIBS@ @ISL_LIBS@ \
320 @POLYLIB_LIBS@ @PIPLIB_LIBS@
321 barvinok_summate_SOURCES = \
322 barvinok_summate.cc \
330 EXTRA_barvinok_summate_SOURCES = fdstream.cc fdstream.h
331 4coins_SOURCES = 4coins.cc
332 semigroup_holes_SOURCES = semigroup_holes.cc
344 test_approx_SOURCES = \
348 test_bound_SOURCES = \
357 EXTRA_test_bound_SOURCES = fdstream.cc fdstream.h
359 libbarvinok-core.la libbarvinok.la @ISL_POLYLIB_LIBS@ @ISL_LIBS@ \
360 @POLYLIB_LIBS@ @PIPLIB_LIBS@
361 evalue_convert_SOURCES = \
362 evalue_convert_main.c \
373 libbarvinok.la libbarvinok-core.la @ISL_POLYLIB_LIBS@ @ISL_LIBS@ \
374 @POLYLIB_LIBS@ @PIPLIB_LIBS@
376 TESTFILES = $(shell find $(top_srcdir)/tests -type f ! -path '*CVS*')
383 basis_reduction_templ.c \
385 polysign_cdd_template.cc \
386 barvinok/NTL.h.broken \
387 barvinok/NTL.h.normal \
388 barvinok/set.h.broken \
389 barvinok/set.h.normal \
392 doc/applications.tex \
402 polymake/Makefile.in \
404 polymake/autogen.sh \
405 polymake/configure.in \
406 polymake/convert.cc \
408 polymake/h_star_vector.cc \
409 polymake/lattice_points.cc
411 ACLOCAL_AMFLAGS = -I m4
414 @test -z "$(pkgconfig_libdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfig_libdir)"
415 $(INSTALL_DATA) $(pkgconfig_libfile) "$(DESTDIR)$(pkgconfig_libdir)/$(pkgconfig_libfile)"
418 rm -f "$(DESTDIR)$(pkgconfig_libdir)/$(pkgconfig_libfile)"
421 (cd $(distdir)/polymake; \
422 ./autogen.sh; rm -rf autogen.sh autom4te.cache)
423 (cd doc; make barvinok.pdf)
424 cp doc/barvinok.pdf $(distdir)/doc/
425 if test -f $(top_srcdir)/.git/HEAD; then \
426 echo @GIT_HEAD_VERSION@ > $(distdir)/GIT_HEAD_ID; \
428 echo $(GIT_HEAD_ID) > $(distdir)/GIT_HEAD_ID; \
432 mv $(distdir).tar.gz @GIT_HEAD_VERSION@.tar.gz
434 BEE_TESTDIRS = ehrhart_e ehrhart_e/scarf ehrhart_e/piplib
436 check: check-testlib check-enumerate check-enumerate_e check-test \
437 check-lexmin check-approx check-evalue check-euler check-lw
438 check-testlib: testlib$(EXEEXT)
440 check-approx: test_approx$(EXEEXT)
441 @for i in $(top_srcdir)/tests/ehrhart/*; do \
442 if test -f $$i; then \
443 echo $$i | ./test_approx$(EXEEXT) -q -r 10 || exit; \
446 check-evalue: @bv_barvinok_bound@ barvinok_summate$(EXEEXT)
447 @for i in $(top_srcdir)/tests/evalue/*; do \
448 if test -f $$i; then \
450 if test -n "@bv_barvinok_bound@"; then \
451 ./barvinok_bound$(EXEEXT) -T -r30 < $$i || exit; \
452 echo $$i | ./test_bound$(EXEEXT) -q -r30 || exit; \
454 ./barvinok_summate$(EXEEXT) -T -r30 < $$i || exit; \
457 check-euler: barvinok_summate$(EXEEXT)
458 @for i in $(top_srcdir)/tests/euler/*; do \
459 if test -f $$i; then \
460 for method in 'euler' 'laurent_old' 'laurent'; do \
461 opt="--summation=$$method"; \
463 ./barvinok_summate$(EXEEXT) -T $$opt < $$i || exit; \
468 TOPCOM_CD = '--chamber-decomposition=topcom'
470 check-enumerate: barvinok_enumerate$(EXEEXT)
471 @for i in $(top_srcdir)/tests/ehrhart/*; do \
472 if test -f $$i; then \
474 for options in '' '--series' '--series --primal' $(TOPCOM_CD); do \
475 for spec in 'random' 'bf' 'df'; do \
476 opt="--specialization=$$spec $$options"; \
478 ./barvinok_enumerate$(EXEEXT) --verify $$opt < $$i || exit; \
481 opt="--summation=bernoulli"; \
483 ./barvinok_enumerate$(EXEEXT) --verify $$opt < $$i || exit; \
486 check-enumerate_e: barvinok_enumerate_e$(EXEEXT)
487 @for dir in $(BEE_TESTDIRS); do \
488 for i in $(top_srcdir)/tests/$$dir/*; do \
489 if test -f $$i; then \
490 for options in '' '--pip' '--pip --omega' '--isl'; do \
491 for spec in 'random' 'bf' 'df'; do \
492 opt="--specialization=$$spec $$options"; \
494 ./barvinok_enumerate_e$(EXEEXT) --verify $$opt < $$i || exit; \
500 @for i in $(top_srcdir)/tests/ehrhart_e/scarf/*; do \
501 if test -f $$i; then \
502 for spec in 'random' 'bf' 'df'; do \
503 opt="--specialization=$$spec --scarf"; \
505 ./barvinok_enumerate_e$(EXEEXT) --verify $$opt < $$i || exit; \
508 ./barvinok_enumerate_e$(EXEEXT) --verify --series < $$i || exit; \
511 check-test: test$(EXEEXT)
513 for i in $(top_srcdir)/tests/*; do \
514 if test -f $$i; then \
515 for options in '--index=10' '--primal --index=10'; do \
516 for spec in 'random' 'bf' 'df' 'todd'; do \
517 opt="--specialization=$$spec $$options"; \
519 ./test$(EXEEXT) $$opt < $$i; \
520 if test "$$?" -ne "0"; then \
521 failed=`expr $$failed + 1`; \
530 for i in $(top_srcdir)/tests/sample/*; do \
532 ./test$(EXEEXT) < $$i; \
533 if test "$$?" -ne "0"; then \
534 failed=`expr $$failed + 1`; \
540 if test $$failed != 0; then \
541 echo "$$failed tests failed"; \
544 check-lw: test$(EXEEXT)
546 for i in $(top_srcdir)/tests/lattice_width/*; do \
547 if test -f $$i; then \
549 ./test$(EXEEXT) < $$i; \
550 if test "$$?" -ne "0"; then \
551 failed=`expr $$failed + 1`; \
558 if test $$failed != 0; then \
559 echo "$$failed tests failed"; \
563 check-lexmin: lexmin$(EXEEXT)
564 @for i in $(top_srcdir)/tests/lexmin/*; do \
565 if test -f $$i; then \
566 for spec in 'random' 'bf' 'df'; do \
567 opt="--specialization=$$spec"; \
569 ./lexmin$(EXEEXT) --verify $$opt < $$i || exit; \
577 version.h: @GIT_HEAD@
578 echo '#define GIT_HEAD_ID "'@GIT_HEAD_VERSION@'"' > $@