2 MAYBE_POLYLIB = polylib
3 POLYLIB_LA = $(top_builddir)/polylib/libpolylibgmp.la
4 LOCAL_POLYLIB_LA = polylib/libpolylibgmp.la
8 ISL_LA = $(top_builddir)/isl/libisl.la
9 LOCAL_ISL_LA = isl/libisl.la
12 ISL_LA = $(ISL_BUILDDIR)/libisl.la
16 PET_LA = $(top_builddir)/pet/libpet.la
19 PET_LA = $(PET_BUILDDIR)/libpet.la
27 SUBDIRS = $(MAYBE_POLYLIB) $(MAYBE_ISL) $(MAYBE_PET) \
28 $(MAYBE_ZSOLVE) $(MAYBE_PARKER) . doc
29 DIST_SUBDIRS = $(MAYBE_POLYLIB) $(MAYBE_ISL) $(MAYBE_PET) \
33 polylib/libpolylibgmp.la: FORCE
34 cd polylib; $(MAKE) $(AM_MAKEFLAGS) libpolylibgmp.la
36 cd isl; $(MAKE) $(AM_MAKEFLAGS) libisl.la
38 cd pet; $(MAKE) $(AM_MAKEFLAGS) libpet.la
39 zsolve/libzsolve.la: FORCE
40 cd zsolve; $(MAKE) $(AM_MAKEFLAGS) libzsolve.la
41 parker/libparker.la: FORCE
42 cd parker; $(MAKE) $(AM_MAKEFLAGS) libparker.la
44 AM_CPPFLAGS = @POLYLIB_CPPFLAGS@ \
45 @ISL_CFLAGS@ @NTL_CPPFLAGS@
46 AM_LDFLAGS = @POLYLIB_LDFLAGS@ @NTL_LDFLAGS@
48 LIB_ISL = $(ISL_LA) @ISL_LIBS@
49 LIB_PET = $(PET_LA) @PET_LIBS@
50 LIB_POLYLIB = $(POLYLIB_LA) @POLYLIB_LIBS@
52 lib_LTLIBRARIES = libbarvinok.la
53 bin_PROGRAMS = barvinok_count barvinok_enumerate barvinok_enumerate_e \
54 barvinok_ehrhart polytope_scan iscc
55 noinst_PROGRAMS = test testlib randomtest \
56 remove_redundant_equalities \
57 barvinok_union polytope_volume test_approx \
58 barvinok_summate verify_lexsmaller \
59 polyhedron_sample 4coins lexmin \
60 @bv_cone_hilbert_basis@ cone_integer_hull \
61 polytope_lattice_width \
62 polyhedron_integer_hull vector_partition_chambers \
64 barvinok_bound test_bound
65 EXTRA_PROGRAMS = cone_hilbert_basis
66 pkginclude_HEADERS = \
76 barvinok/basis_reduction.h
77 nodist_pkginclude_HEADERS = \
83 BR_CDD = basis_reduction_cdd.cc initcdd.cc
84 POLYSIGN_CDD = polysign_cddf.cc polysign_cdd.cc
87 BR_GLPK = basis_reduction_glpk.c
88 POLYSIGN_GLPK = polysign_glpk.c
91 TOPCOM = topcom.c topcom.h
96 libbarvinok_la_SOURCES = \
100 barvinok/barvinok.h \
124 genfun_constructor.cc \
125 genfun_constructor.h \
150 param_polynomial.cc \
165 remove_equalities.h \
166 remove_equalities.c \
188 EXTRA_libbarvinok_la_SOURCES = \
189 basis_reduction_cdd.cc \
190 basis_reduction_glpk.c \
200 ZSOLVE_LA = zsolve/libzsolve.la
202 libbarvinok_la_LIBADD = @LTLIBOBJS@ $(LIB_ISL) \
203 $(LIB_POLYLIB) $(ZSOLVE_LA)
204 libbarvinok_la_LDFLAGS = @BV_LDFLAGS@ -version-info @versioninfo@ \
206 LDADD = libbarvinok.la $(LIB_ISL) $(LIB_POLYLIB)
214 barvinok_count_SOURCES = barvinok_count.c
215 barvinok_ehrhart_SOURCES = \
216 barvinok_ehrhart_options.c \
217 barvinok_ehrhart_options.h \
218 barvinok_ehrhart.cc \
219 evalue_convert_options.c \
223 barvinok_union_SOURCES = \
224 barvinok_union_options.c \
225 barvinok_union_options.h \
229 omega_interface/Exit.cc \
230 omega_interface/convert.h \
231 omega_interface/convert.cc \
232 omega_interface/count.h \
233 omega_interface/count.cc
238 FDSTREAM = fdstream.cc fdstream.h
240 barvinok_enumerate_SOURCES = \
241 barvinok_enumerate_options.c \
242 barvinok_enumerate_options.h \
243 barvinok_enumerate.cc \
244 evalue_convert_options.c \
254 EXTRA_barvinok_enumerate_SOURCES = fdstream.cc fdstream.h
255 barvinok_enumerate_e_SOURCES = \
256 barvinok_enumerate_e_options.c \
257 barvinok_enumerate_e_options.h \
258 barvinok_enumerate_e.cc \
259 evalue_convert_options.c \
272 EXTRA_barvinok_enumerate_e_SOURCES = fdstream.cc fdstream.h
274 MONA_LIBS = -ldfa -lbdd -lmem
275 PARKER_LA = parker/libparker.la
276 PARKERLDFLAGS = -L$(MONAPATH)/DFA -L$(MONAPATH)/BDD -L$(MONAPATH)/Mem
277 PARKERCPPFLAGS = -I$(MONAPATH)/Mem -I$(MONAPATH)/DFA -I$(MONAPATH)/BDD
279 barvinok_enumerate_e_CPPFLAGS = \
280 $(PARKERCPPFLAGS) @OMEGA_CPPFLAGS@ $(AM_CPPFLAGS)
281 barvinok_enumerate_e_LDFLAGS = $(PARKERLDFLAGS) @OMEGA_LDFLAGS@ @LDFLAGS@
282 barvinok_enumerate_e_LDADD = \
283 $(PARKER_LA) $(MONA_LIBS) @OMEGA_LIBS@ libbarvinok.la \
284 $(LIB_ISL) $(LIB_POLYLIB)
285 barvinok_bound_SOURCES = \
289 EXTRA_barvinok_bound_SOURCES = fdstream.cc fdstream.h
290 barvinok_summate_SOURCES = \
294 EXTRA_barvinok_summate_SOURCES = fdstream.cc fdstream.h
295 4coins_SOURCES = 4coins.cc
296 semigroup_holes_SOURCES = semigroup_holes.cc
307 test_approx_SOURCES = \
311 test_bound_SOURCES = \
315 EXTRA_test_bound_SOURCES = fdstream.cc fdstream.h
322 iscc_CPPFLAGS = @PET_CFLAGS@ $(AM_CPPFLAGS)
324 libbarvinok.la $(LIB_PET) $(LIB_ISL) \
328 # dummy library that captures the dependencies on all headers
329 # that are relevant for the bindings
330 noinst_LIBRARIES = libdep.a
331 libdep_a_CPPFLAGS = $(DEFAULT_INCLUDES) @ISL_CFLAGS@ -I"@ISL_SRCDIR@"
332 libdep_a_SOURCES = interface/all_barvinok.c
334 isl.py: libdep.a interface/isl.py.top
335 (cat interface/isl.py.top; \
336 @ISL_BUILDDIR@/interface/extract_interface$(EXEEXT) \
338 $(DEFAULT_INCLUDES) @ISL_CFLAGS@ -I"@ISL_SRCDIR@" \
339 $(srcdir)/interface/all_barvinok.h) \
343 TESTFILES = $(shell find $(top_srcdir)/tests -type f ! -path '*CVS*')
351 barvinok-uninstalled.sh \
352 barvinok-uninstalled.pc \
365 basis_reduction_templ.c \
367 polysign_cdd_template.cc \
368 barvinok/NTL.h.broken \
369 barvinok/NTL.h.normal \
370 barvinok/set.h.broken \
371 barvinok/set.h.normal \
375 doc/applications.tex \
385 interface/all_barvinok.h \
386 interface/isl.py.top.no_pet \
387 interface/isl.py.top.pet \
388 polymake/Makefile.in \
390 polymake/autogen.sh \
391 polymake/configure.in \
392 polymake/convert.cc \
394 polymake/h_star_vector.cc \
395 polymake/lattice_points.cc
397 ACLOCAL_AMFLAGS = -I m4
400 @test -z "$(pkgconfig_libdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfig_libdir)"
401 $(INSTALL_DATA) $(pkgconfig_libfile) "$(DESTDIR)$(pkgconfig_libdir)/$(pkgconfig_libfile)"
404 rm -f "$(DESTDIR)$(pkgconfig_libdir)/$(pkgconfig_libfile)"
407 cp isl.py $(distdir)/
408 (cd $(distdir)/polymake; \
409 ./autogen.sh; rm -rf autom4te.cache)
410 (cd doc; make barvinok.pdf)
411 cp doc/barvinok.pdf $(distdir)/doc/
412 if test -f $(top_srcdir)/.git/HEAD; then \
413 echo @GIT_HEAD_VERSION@ > $(distdir)/GIT_HEAD_ID; \
415 echo $(GIT_HEAD_ID) > $(distdir)/GIT_HEAD_ID; \
419 mv $(distdir).tar.gz @GIT_HEAD_VERSION@.tar.gz
421 BEE_TESTDIRS = ehrhart_e ehrhart_e/scarf ehrhart_e/piplib
423 check: check-testlib check-enumerate check-enumerate_e check-test \
424 check-lexmin check-approx check-pwqp check-euler check-iscc \
426 check-testlib: testlib$(EXEEXT)
428 check-approx: test_approx$(EXEEXT)
429 @for i in $(top_srcdir)/tests/ehrhart/*; do \
430 if test -f $$i; then \
431 echo $$i | ./test_approx$(EXEEXT) -q -r 10 || exit; \
434 check-pwqp: barvinok_bound$(EXEEXT) test_bound$(EXEEXT) barvinok_summate$(EXEEXT)
435 @for i in $(top_srcdir)/tests/pwqp/*; do \
436 if test -f $$i; then \
438 ./barvinok_bound$(EXEEXT) -T -r30 < $$i || exit; \
439 echo $$i | ./test_bound$(EXEEXT) -q -r30 || exit; \
440 ./barvinok_summate$(EXEEXT) -T -r30 < $$i || exit; \
443 check-euler: barvinok_summate$(EXEEXT)
444 @for i in $(top_srcdir)/tests/euler/*; do \
445 if test -f $$i; then \
446 for method in 'euler' 'laurent_old' 'laurent'; do \
447 opt="--summation=$$method"; \
449 ./barvinok_summate$(EXEEXT) -T $$opt < $$i || exit; \
453 @for t in dull EML_p EML-product EML line square square_p square \
454 square_p3 triangle triangle2 triangle_p quasi; do \
455 i=$(top_srcdir)/tests/euler/$$t.pwqp; \
456 if test -f $$i; then \
457 opt="--summation=box"; \
459 ./barvinok_summate$(EXEEXT) -T $$opt < $$i || exit; \
462 @for t in dull dull_p EML line square square_p square \
463 square_p3 triangle triangle2 triangle_p; do \
464 i=$(top_srcdir)/tests/euler/$$t.pwqp; \
465 if test -f $$i; then \
466 opt="--summation=bernoulli"; \
468 ./barvinok_summate$(EXEEXT) -T $$opt < $$i || exit; \
472 TOPCOM_CD = '--chamber-decomposition=topcom'
474 ISL_CD = '--chamber-decomposition=isl'
475 check-enumerate: barvinok_enumerate$(EXEEXT)
476 @for i in $(top_srcdir)/tests/ehrhart/*; do \
477 if test -f $$i; then \
479 for options in '' '--series' '--series --primal' $(TOPCOM_CD) $(ISL_CD); do \
480 for spec in 'random' 'bf' 'df'; do \
481 opt="--specialization=$$spec $$options"; \
483 ./barvinok_enumerate$(EXEEXT) --verify $$opt < $$i || exit; \
488 ./barvinok_enumerate$(EXEEXT) --verify $$opt < $$i || exit; \
489 opt="--summation=bernoulli"; \
491 ./barvinok_enumerate$(EXEEXT) --verify $$opt < $$i || exit; \
495 SPEC_OMEGA = '--isl --omega'
497 check-enumerate_e: barvinok_enumerate_e$(EXEEXT)
498 @for dir in $(BEE_TESTDIRS); do \
499 for i in $(top_srcdir)/tests/$$dir/*; do \
500 if test -f $$i; then \
501 for options in '' $(SPEC_OMEGA) '--isl'; do \
502 for spec in 'random' 'bf' 'df'; do \
503 opt="--specialization=$$spec $$options"; \
505 ./barvinok_enumerate_e$(EXEEXT) --verify $$opt < $$i || exit; \
511 @for i in $(top_srcdir)/tests/ehrhart_e/scarf/*; do \
512 if test -f $$i; then \
513 for spec in 'random' 'bf' 'df'; do \
514 opt="--specialization=$$spec --scarf"; \
516 ./barvinok_enumerate_e$(EXEEXT) --verify $$opt < $$i || exit; \
519 ./barvinok_enumerate_e$(EXEEXT) --verify --series < $$i || exit; \
522 check-test: test$(EXEEXT)
524 for i in $(top_srcdir)/tests/*; do \
525 if test -f $$i; then \
526 for options in '--index=10' '--primal --index=10'; do \
527 for spec in 'random' 'bf' 'df' 'todd'; do \
528 opt="--specialization=$$spec $$options"; \
530 ./test$(EXEEXT) $$opt < $$i; \
531 if test "$$?" -ne "0"; then \
532 failed=`expr $$failed + 1`; \
541 for i in $(top_srcdir)/tests/sample/*; do \
543 ./test$(EXEEXT) < $$i; \
544 if test "$$?" -ne "0"; then \
545 failed=`expr $$failed + 1`; \
551 if test $$failed != 0; then \
552 echo "$$failed tests failed"; \
555 check-lexmin: lexmin$(EXEEXT)
556 @for i in $(top_srcdir)/tests/lexmin/*; do \
557 if test -f $$i; then \
558 for spec in 'random' 'bf' 'df'; do \
559 opt="--specialization=$$spec"; \
561 ./lexmin$(EXEEXT) --verify $$opt < $$i || exit; \
565 check-iscc: iscc$(EXEEXT)
566 @for i in $(top_srcdir)/tests/iscc/*; do \
567 if test -f $$i; then \
569 ./iscc$(EXEEXT) < $$i || exit; \
572 check-union: barvinok_union$(EXEEXT)
573 @for i in $(top_srcdir)/tests/ehrhart_union/*; do \
574 if test -f $$i; then \
575 for spec in 'random' 'bf' 'df'; do \
576 opt="--specialization=$$spec $$options"; \
578 ./barvinok_union$(EXEEXT) -c $$opt < $$i || exit; \
583 version.h: @GIT_HEAD@
584 echo '#define GIT_HEAD_ID "'@GIT_HEAD_VERSION@'"' > $@