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
21 if BUNDLED_ISL_POLYLIB
22 MAYBE_ISL_POLYLIB = isl-polylib
23 ISL_POLYLIB_LA = $(top_builddir)/isl-polylib/libisl-polylib.la
27 CLOOG_LA = $(top_builddir)/cloog/libcloog-isl.la
35 SUBDIRS = $(MAYBE_POLYLIB) $(MAYBE_ISL) $(MAYBE_PET) $(MAYBE_ISL_POLYLIB) \
37 $(MAYBE_ZSOLVE) $(MAYBE_PARKER) . doc
38 DIST_SUBDIRS = $(MAYBE_POLYLIB) $(MAYBE_ISL) $(MAYBE_PET) \
39 $(MAYBE_ISL_POLYLIB) $(MAYBE_CLOOG) \
43 polylib/libpolylibgmp.la: FORCE
44 cd polylib; $(MAKE) $(AM_MAKEFLAGS) libpolylibgmp.la
46 cd isl; $(MAKE) $(AM_MAKEFLAGS) libisl.la
48 cd pet; $(MAKE) $(AM_MAKEFLAGS) libpet.la
49 isl-polylib/libisl-polylib.la: $(LOCAL_ISL_LA) $(LOCAL_POLYLIB_LA) FORCE
50 cd isl-polylib; $(MAKE) $(AM_MAKEFLAGS) libisl-polylib.la
51 cloog/libcloog-isl.la: $(LOCAL_ISL_LA) FORCE
52 cd cloog; $(MAKE) $(AM_MAKEFLAGS) libcloog-isl.la
53 zsolve/libzsolve.la: FORCE
54 cd zsolve; $(MAKE) $(AM_MAKEFLAGS) libzsolve.la
55 parker/libparker.la: FORCE
56 cd parker; $(MAKE) $(AM_MAKEFLAGS) libparker.la
58 AM_CPPFLAGS = @POLYLIB_CPPFLAGS@ \
59 @ISL_CFLAGS@ @ISL_POLYLIB_CFLAGS@ @NTL_CPPFLAGS@
60 AM_LDFLAGS = @POLYLIB_LDFLAGS@ @NTL_LDFLAGS@
62 LIB_ISL = $(ISL_LA) @ISL_LIBS@
63 LIB_PET = $(PET_LA) @PET_LIBS@
64 LIB_ISL_POLYLIB = $(ISL_POLYLIB_LA) @ISL_POLYLIB_LIBS@
65 LIB_CLOOG = $(CLOOG_LA) @CLOOG_LIBS@
67 lib_LTLIBRARIES = libbarvinok.la
68 bin_PROGRAMS = barvinok_count barvinok_enumerate barvinok_enumerate_e \
69 barvinok_ehrhart polytope_scan iscc
70 noinst_PROGRAMS = test testlib randomtest \
71 remove_redundant_equalities \
72 barvinok_union polytope_volume test_approx \
73 barvinok_summate verify_lexsmaller \
74 polyhedron_sample 4coins lexmin \
75 @bv_cone_hilbert_basis@ cone_integer_hull \
76 polytope_lattice_width \
77 polyhedron_integer_hull vector_partition_chambers \
79 barvinok_bound test_bound
80 EXTRA_PROGRAMS = cone_hilbert_basis
81 pkginclude_HEADERS = \
91 barvinok/basis_reduction.h
92 nodist_pkginclude_HEADERS = \
98 BR_CDD = basis_reduction_cdd.cc initcdd.cc
99 POLYSIGN_CDD = polysign_cddf.cc polysign_cdd.cc
102 BR_GLPK = basis_reduction_glpk.c
103 POLYSIGN_GLPK = polysign_glpk.c
106 TOPCOM = topcom.c topcom.h
109 HILBERT_C = hilbert.c
111 libbarvinok_la_SOURCES = \
115 barvinok/barvinok.h \
139 genfun_constructor.cc \
140 genfun_constructor.h \
160 param_polynomial.cc \
176 remove_equalities.h \
177 remove_equalities.c \
200 EXTRA_libbarvinok_la_SOURCES = \
201 basis_reduction_cdd.cc \
202 basis_reduction_glpk.c \
212 ZSOLVE_LA = zsolve/libzsolve.la
214 libbarvinok_la_LIBADD = @LTLIBOBJS@ $(LIB_ISL_POLYLIB) $(LIB_ISL) \
215 $(POLYLIB_LA) @POLYLIB_LIBS@ \
217 libbarvinok_la_LDFLAGS = @BV_LDFLAGS@ -version-info @versioninfo@ \
219 LDADD = libbarvinok.la @ISL_POLYLIB_LIBS@ @ISL_LIBS@ \
228 barvinok_count_SOURCES = barvinok_count.c
229 barvinok_ehrhart_SOURCES = \
230 barvinok_ehrhart_options.c \
231 barvinok_ehrhart_options.h \
232 barvinok_ehrhart.cc \
233 evalue_convert_options.c \
237 barvinok_union_SOURCES = \
238 barvinok_union_options.c \
239 barvinok_union_options.h \
243 omega_interface/Exit.cc \
244 omega_interface/convert.h \
245 omega_interface/convert.cc \
246 omega_interface/count.h \
247 omega_interface/count.cc
252 FDSTREAM = fdstream.cc fdstream.h
254 barvinok_enumerate_SOURCES = \
255 barvinok_enumerate_options.c \
256 barvinok_enumerate_options.h \
257 barvinok_enumerate.cc \
258 evalue_convert_options.c \
270 EXTRA_barvinok_enumerate_SOURCES = fdstream.cc fdstream.h
271 barvinok_enumerate_e_SOURCES = \
272 barvinok_enumerate_e_options.c \
273 barvinok_enumerate_e_options.h \
274 barvinok_enumerate_e.cc \
275 evalue_convert_options.c \
288 EXTRA_barvinok_enumerate_e_SOURCES = fdstream.cc fdstream.h
290 MONA_LIBS = -ldfa -lbdd -lmem
291 PARKER_LA = parker/libparker.la
292 PARKERLDFLAGS = -L$(MONAPATH)/DFA -L$(MONAPATH)/BDD -L$(MONAPATH)/Mem
293 PARKERCPPFLAGS = -I$(MONAPATH)/Mem -I$(MONAPATH)/DFA -I$(MONAPATH)/BDD
295 barvinok_enumerate_e_CPPFLAGS = \
296 $(PARKERCPPFLAGS) @OMEGA_CPPFLAGS@ $(AM_CPPFLAGS)
297 barvinok_enumerate_e_LDFLAGS = $(PARKERLDFLAGS) @OMEGA_LDFLAGS@ @LDFLAGS@
298 barvinok_enumerate_e_LDADD = \
299 $(PARKER_LA) $(MONA_LIBS) @OMEGA_LIBS@ libbarvinok.la \
300 @ISL_POLYLIB_LIBS@ @ISL_LIBS@ @POLYLIB_LIBS@
301 barvinok_bound_SOURCES = \
305 EXTRA_barvinok_bound_SOURCES = fdstream.cc fdstream.h
306 barvinok_bound_LDADD = \
307 libbarvinok.la @ISL_POLYLIB_LIBS@ @ISL_LIBS@ \
309 barvinok_summate_SOURCES = \
313 EXTRA_barvinok_summate_SOURCES = fdstream.cc fdstream.h
314 4coins_SOURCES = 4coins.cc
315 semigroup_holes_SOURCES = semigroup_holes.cc
326 test_approx_SOURCES = \
330 test_bound_SOURCES = \
334 EXTRA_test_bound_SOURCES = fdstream.cc fdstream.h
336 libbarvinok.la @ISL_POLYLIB_LIBS@ @ISL_LIBS@ \
344 iscc_CPPFLAGS = @PET_CFLAGS@ @CLOOG_CFLAGS@ $(AM_CPPFLAGS)
346 libbarvinok.la $(LIB_CLOOG) @ISL_POLYLIB_LIBS@ $(LIB_PET) @ISL_LIBS@ \
349 isl.py: interface/isl.py.top
350 (cat $(srcdir)/interface/isl.py.top; \
351 @ISL_BUILDDIR@/interface/extract_interface$(EXEEXT) $(DEFAULT_INCLUDES) @ISL_CFLAGS@ $(srcdir)/interface/all.h) \
354 TESTFILES = $(shell find $(top_srcdir)/tests -type f ! -path '*CVS*')
361 basis_reduction_templ.c \
363 polysign_cdd_template.cc \
364 barvinok/NTL.h.broken \
365 barvinok/NTL.h.normal \
366 barvinok/set.h.broken \
367 barvinok/set.h.normal \
370 doc/applications.tex \
379 polymake/Makefile.in \
381 polymake/autogen.sh \
382 polymake/configure.in \
383 polymake/convert.cc \
385 polymake/h_star_vector.cc \
386 polymake/lattice_points.cc
388 ACLOCAL_AMFLAGS = -I m4
391 @test -z "$(pkgconfig_libdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfig_libdir)"
392 $(INSTALL_DATA) $(pkgconfig_libfile) "$(DESTDIR)$(pkgconfig_libdir)/$(pkgconfig_libfile)"
395 rm -f "$(DESTDIR)$(pkgconfig_libdir)/$(pkgconfig_libfile)"
398 (cd $(distdir)/polymake; \
399 ./autogen.sh; rm -rf autogen.sh autom4te.cache)
400 (cd doc; make barvinok.pdf)
401 cp doc/barvinok.pdf $(distdir)/doc/
402 if test -f $(top_srcdir)/.git/HEAD; then \
403 echo @GIT_HEAD_VERSION@ > $(distdir)/GIT_HEAD_ID; \
405 echo $(GIT_HEAD_ID) > $(distdir)/GIT_HEAD_ID; \
409 mv $(distdir).tar.gz @GIT_HEAD_VERSION@.tar.gz
411 BEE_TESTDIRS = ehrhart_e ehrhart_e/scarf ehrhart_e/piplib
413 check: check-testlib check-enumerate check-enumerate_e check-test \
414 check-lexmin check-approx check-pwqp check-euler check-lw check-iscc
415 check-testlib: testlib$(EXEEXT)
417 check-approx: test_approx$(EXEEXT)
418 @for i in $(top_srcdir)/tests/ehrhart/*; do \
419 if test -f $$i; then \
420 echo $$i | ./test_approx$(EXEEXT) -q -r 10 || exit; \
423 check-pwqp: barvinok_bound$(EXEEXT) test_bound$(EXEEXT) barvinok_summate$(EXEEXT)
424 @for i in $(top_srcdir)/tests/pwqp/*; do \
425 if test -f $$i; then \
427 ./barvinok_bound$(EXEEXT) -T -r30 < $$i || exit; \
428 echo $$i | ./test_bound$(EXEEXT) -q -r30 || exit; \
429 ./barvinok_summate$(EXEEXT) -T -r30 < $$i || exit; \
432 check-euler: barvinok_summate$(EXEEXT)
433 @for i in $(top_srcdir)/tests/euler/*; do \
434 if test -f $$i; then \
435 for method in 'euler' 'laurent_old' 'laurent'; do \
436 opt="--summation=$$method"; \
438 ./barvinok_summate$(EXEEXT) -T $$opt < $$i || exit; \
443 TOPCOM_CD = '--chamber-decomposition=topcom'
445 ISL_CD = '--chamber-decomposition=isl'
446 check-enumerate: barvinok_enumerate$(EXEEXT)
447 @for i in $(top_srcdir)/tests/ehrhart/*; do \
448 if test -f $$i; then \
450 for options in '' '--series' '--series --primal' $(TOPCOM_CD) $(ISL_CD); do \
451 for spec in 'random' 'bf' 'df'; do \
452 opt="--specialization=$$spec $$options"; \
454 ./barvinok_enumerate$(EXEEXT) --verify $$opt < $$i || exit; \
457 opt="--summation=bernoulli"; \
459 ./barvinok_enumerate$(EXEEXT) --verify $$opt < $$i || exit; \
463 SPEC_OMEGA = '--isl --omega'
465 check-enumerate_e: barvinok_enumerate_e$(EXEEXT)
466 @for dir in $(BEE_TESTDIRS); do \
467 for i in $(top_srcdir)/tests/$$dir/*; do \
468 if test -f $$i; then \
469 for options in '' $(SPEC_OMEGA) '--isl'; do \
470 for spec in 'random' 'bf' 'df'; do \
471 opt="--specialization=$$spec $$options"; \
473 ./barvinok_enumerate_e$(EXEEXT) --verify $$opt < $$i || exit; \
479 @for i in $(top_srcdir)/tests/ehrhart_e/scarf/*; do \
480 if test -f $$i; then \
481 for spec in 'random' 'bf' 'df'; do \
482 opt="--specialization=$$spec --scarf"; \
484 ./barvinok_enumerate_e$(EXEEXT) --verify $$opt < $$i || exit; \
487 ./barvinok_enumerate_e$(EXEEXT) --verify --series < $$i || exit; \
490 check-test: test$(EXEEXT)
492 for i in $(top_srcdir)/tests/*; do \
493 if test -f $$i; then \
494 for options in '--index=10' '--primal --index=10'; do \
495 for spec in 'random' 'bf' 'df' 'todd'; do \
496 opt="--specialization=$$spec $$options"; \
498 ./test$(EXEEXT) $$opt < $$i; \
499 if test "$$?" -ne "0"; then \
500 failed=`expr $$failed + 1`; \
509 for i in $(top_srcdir)/tests/sample/*; do \
511 ./test$(EXEEXT) < $$i; \
512 if test "$$?" -ne "0"; then \
513 failed=`expr $$failed + 1`; \
519 if test $$failed != 0; then \
520 echo "$$failed tests failed"; \
523 check-lw: test$(EXEEXT)
525 for i in $(top_srcdir)/tests/lattice_width/*; do \
526 if test -f $$i; then \
528 ./test$(EXEEXT) < $$i; \
529 if test "$$?" -ne "0"; then \
530 failed=`expr $$failed + 1`; \
537 if test $$failed != 0; then \
538 echo "$$failed tests failed"; \
541 check-lexmin: lexmin$(EXEEXT)
542 @for i in $(top_srcdir)/tests/lexmin/*; do \
543 if test -f $$i; then \
544 for spec in 'random' 'bf' 'df'; do \
545 opt="--specialization=$$spec"; \
547 ./lexmin$(EXEEXT) --verify $$opt < $$i || exit; \
551 check-iscc: iscc$(EXEEXT)
552 @for i in $(top_srcdir)/tests/iscc/*; do \
553 if test -f $$i; then \
555 ./iscc$(EXEEXT) < $$i || exit; \
559 version.h: @GIT_HEAD@
560 echo '#define GIT_HEAD_ID "'@GIT_HEAD_VERSION@'"' > $@