2 MAYBE_BERNSTEIN = bernstein
5 MAYBE_POLYLIB = polylib
16 SUBDIRS = $(MAYBE_PIPLIB) $(MAYBE_POLYLIB) $(MAYBE_BERNSTEIN) \
17 lib $(MAYBE_ZSOLVE) $(MAYBE_PARKER) . omega doc
21 $(MAKE) $(AM_MAKEFLAGS) -C lib libgnu.la
22 bernstein/libbernstein.la: FORCE
23 $(MAKE) $(AM_MAKEFLAGS) -C bernstein libbernstein.la
24 polylib/libpolylibgmp.la: FORCE
25 $(MAKE) $(AM_MAKEFLAGS) -C polylib libpolylibgmp.la
26 piplib/libpiplibMP.la: FORCE
27 $(MAKE) $(AM_MAKEFLAGS) -C piplib libpiplibMP.la
28 zsolve/libzsolve.la: FORCE
29 $(MAKE) $(AM_MAKEFLAGS) -C zsolve libzsolve.la
30 parker/libparker.la: FORCE
31 $(MAKE) $(AM_MAKEFLAGS) -C parker libparker.la
33 AM_CPPFLAGS = -I$(srcdir)/bernstein/include -I$(srcdir)/lib \
34 @POLYLIB_CPPFLAGS@ @PIPLIB_CPPFLAGS@ @ginac_CFLAGS@
35 AM_LDFLAGS = -Llib @POLYLIB_LDFLAGS@ @PIPLIB_LDFLAGS@
37 lib_LTLIBRARIES = libbarvinok-core.la libbarvinok.la
38 bin_PROGRAMS = barvinok_count barvinok_enumerate barvinok_enumerate_e \
39 barvinok_ehrhart polytope_scan
40 noinst_PROGRAMS = test testlib randomtest \
41 remove_redundant_equalities \
42 barvinok_union polytope_volume test_approx \
43 barvinok_summate verify_lexsmaller piptest \
44 polyhedron_sample 4coins lexmin @bv_barvinok_bound@ \
45 @bv_cone_hilbert_basis@ cone_integer_hull \
46 polytope_lattice_width polytope_minimize \
47 polyhedron_integer_hull
48 EXTRA_PROGRAMS = barvinok_bound test_bound cone_hilbert_basis
49 pkginclude_HEADERS = \
58 barvinok/basis_reduction.h \
60 nodist_pkginclude_HEADERS = \
66 BR_CDD = basis_reduction_cdd.cc initcdd.cc
67 POLYSIGN_CDD = polysign_cddf.cc polysign_cdd.cc
70 BR_GLPK = basis_reduction_glpk.c
71 POLYSIGN_GLPK = polysign_glpk.c
74 TOPCOM = topcom.c topcom.h
79 libbarvinok_core_la_SOURCES = \
86 basis_reduction_pip.c \
87 basis_reduction_pip_dual.c \
108 genfun_constructor.cc \
109 genfun_constructor.h \
140 remove_equalities.h \
141 remove_equalities.c \
160 EXTRA_libbarvinok_la_SOURCES = \
161 basis_reduction_cdd.cc \
162 basis_reduction_glpk.c \
177 POLYLIB_LA = $(top_builddir)/polylib/libpolylibgmp.la
180 PIPLIB_LA = $(top_builddir)/piplib/libpiplibMP.la
183 ZSOLVE_LA = zsolve/libzsolve.la
185 libbarvinok_core_la_LIBADD = @LTLIBOBJS@ $(POLYLIB_LA) @POLYLIB_LIBS@ \
186 $(PIPLIB_LA) @PIPLIB_LIBS@ \
187 $(ZSOLVE_LA) lib/libgnu.la
188 libbarvinok_core_la_LDFLAGS = @BV_LDFLAGS@ -version-info @versioninfo@
190 BERNSTEIN_CC = bernstein.cc ex_convert.cc range.cc
192 libbarvinok_la_SOURCES = \
195 BERNSTEIN_LA = $(top_builddir)/bernstein/libbernstein.la
197 libbarvinok_la_LIBADD = libbarvinok-core.la $(BERNSTEIN_LA)
198 libbarvinok_la_LDFLAGS = @BV_LDFLAGS@ -version-info @versioninfo@
199 LDADD = libbarvinok-core.la @POLYLIB_LIBS@ @PIPLIB_LIBS@
209 barvinok_count_SOURCES = barvinok_count.c
210 barvinok_ehrhart_SOURCES = barvinok_ehrhart.cc
211 barvinok_union_SOURCES = barvinok_union.cc
213 BEEO_SOURCES = omega/Exit.cc omega/convert.cc omega/count.cc
218 FDSTREAM = fdstream.cc fdstream.h
220 barvinok_enumerate_SOURCES = \
221 barvinok_enumerate.cc \
233 EXTRA_barvinok_enumerate_SOURCES = fdstream.cc fdstream.h
234 barvinok_enumerate_e_SOURCES = \
235 barvinok_enumerate_e.cc \
248 EXTRA_barvinok_enumerate_e_SOURCES = fdstream.cc fdstream.h
250 MONA_LIBS = -ldfa -lbdd -lmem
251 PARKER_LA = parker/libparker.la
252 PARKERLDFLAGS = -L$(MONAPATH)/DFA -L$(MONAPATH)/BDD -L$(MONAPATH)/Mem
253 PARKERCPPFLAGS = -I$(MONAPATH)/Mem -I$(MONAPATH)/DFA -I$(MONAPATH)/BDD
255 barvinok_enumerate_e_CPPFLAGS = \
256 $(PARKERCPPFLAGS) @OMEGA_CPPFLAGS@ $(AM_CPPFLAGS)
257 barvinok_enumerate_e_LDFLAGS = $(PARKERLDFLAGS) @OMEGA_LDFLAGS@ @LDFLAGS@
258 barvinok_enumerate_e_LDADD = \
259 $(PARKER_LA) $(MONA_LIBS) @OMEGA_LIBS@ libbarvinok-core.la \
260 @POLYLIB_LIBS@ @PIPLIB_LIBS@
261 barvinok_bound_SOURCES = \
270 EXTRA_barvinok_bound_SOURCES = fdstream.cc fdstream.h
271 barvinok_bound_LDADD = \
272 libbarvinok-core.la libbarvinok.la @POLYLIB_LIBS@ @PIPLIB_LIBS@
273 barvinok_summate_SOURCES = \
274 barvinok_summate.cc \
282 EXTRA_barvinok_summate_SOURCES = fdstream.cc fdstream.h
283 4coins_SOURCES = 4coins.cc
295 test_approx_SOURCES = \
299 test_bound_SOURCES = \
308 EXTRA_test_bound_SOURCES = fdstream.cc fdstream.h
310 libbarvinok-core.la libbarvinok.la @POLYLIB_LIBS@ @PIPLIB_LIBS@
312 TESTFILES = $(shell find $(top_srcdir)/tests -type f ! -path '*CVS*')
319 basis_reduction_templ.c \
321 polysign_cdd_template.cc \
322 barvinok/NTL.h.broken \
323 barvinok/NTL.h.normal \
324 barvinok/set.h.broken \
325 barvinok/set.h.normal \
327 doc/applications.tex \
337 polymake/Makefile.in \
339 polymake/autogen.sh \
340 polymake/configure.in \
341 polymake/convert.cc \
343 polymake/h_star_vector.cc \
344 polymake/lattice_points.cc
346 ACLOCAL_AMFLAGS = -I m4
349 @test -z "$(pkgconfig_libdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfig_libdir)"
350 $(INSTALL_DATA) $(pkgconfig_libfile) "$(DESTDIR)$(pkgconfig_libdir)/$(pkgconfig_libfile)"
353 rm -f "$(DESTDIR)$(pkgconfig_libdir)/$(pkgconfig_libfile)"
356 (cd $(distdir)/polymake; \
357 ./autogen.sh; rm -rf autogen.sh autom4te.cache)
358 (cd doc; make barvinok.pdf)
359 cp doc/barvinok.pdf $(distdir)/doc/
360 if test -f $(top_srcdir)/.git/HEAD; then \
361 echo @GIT_HEAD_VERSION@ > $(distdir)/GIT_HEAD_ID; \
363 echo $(GIT_HEAD_ID) > $(distdir)/GIT_HEAD_ID; \
367 mv $(distdir).tar.gz @GIT_HEAD_VERSION@.tar.gz
369 BEE_TESTDIRS = ehrhart_e ehrhart_e/scarf ehrhart_e/piplib
371 check: check-testlib check-enumerate check-enumerate_e check-test \
372 check-lexmin check-approx check-evalue check-euler check-lw
373 check-testlib: testlib$(EXEEXT)
375 check-approx: test_approx$(EXEEXT)
376 @for i in $(top_srcdir)/tests/ehrhart/*; do \
377 if test -f $$i; then \
378 echo $$i | ./test_approx$(EXEEXT) -q -r 10 || exit; \
381 check-evalue: @bv_barvinok_bound@ barvinok_summate$(EXEEXT)
382 @for i in $(top_srcdir)/tests/evalue/*; do \
383 if test -f $$i; then \
385 if test -n "@bv_barvinok_bound@"; then \
386 ./barvinok_bound$(EXEEXT) -T -r30 < $$i || exit; \
387 echo $$i | ./test_bound$(EXEEXT) -q -r30 || exit; \
389 ./barvinok_summate$(EXEEXT) -T -r30 < $$i || exit; \
392 check-euler: barvinok_summate$(EXEEXT)
393 @for i in $(top_srcdir)/tests/euler/*; do \
394 if test -f $$i; then \
395 for method in 'euler' 'laurent'; do \
396 opt="--summation=$$method"; \
398 ./barvinok_summate$(EXEEXT) -T $$opt < $$i || exit; \
403 TOPCOM_CD = '--chamber-decomposition=topcom'
405 check-enumerate: barvinok_enumerate$(EXEEXT)
406 @for i in $(top_srcdir)/tests/ehrhart/*; do \
407 if test -f $$i; then \
409 for options in '' '--series' '--series --primal' $(TOPCOM_CD); do \
410 for spec in 'random' 'bf' 'df'; do \
411 opt="--specialization=$$spec $$options"; \
413 ./barvinok_enumerate$(EXEEXT) --verify $$opt < $$i || exit; \
416 opt="--summation=bernoulli"; \
418 ./barvinok_enumerate$(EXEEXT) --verify $$opt < $$i || exit; \
421 check-enumerate_e: barvinok_enumerate_e$(EXEEXT)
422 @for dir in $(BEE_TESTDIRS); do \
423 for i in $(top_srcdir)/tests/$$dir/*; do \
424 if test -f $$i; then \
425 for options in '' '--pip' '--pip --omega'; do \
426 for spec in 'random' 'bf' 'df'; do \
427 opt="--specialization=$$spec $$options"; \
429 ./barvinok_enumerate_e$(EXEEXT) --verify $$opt < $$i || exit; \
435 @for i in $(top_srcdir)/tests/ehrhart_e/scarf/*; do \
436 if test -f $$i; then \
437 for spec in 'random' 'bf' 'df'; do \
438 opt="--specialization=$$spec --scarf"; \
440 ./barvinok_enumerate_e$(EXEEXT) --verify $$opt < $$i || exit; \
443 ./barvinok_enumerate_e$(EXEEXT) --verify --series < $$i || exit; \
446 check-test: test$(EXEEXT)
447 @for i in $(top_srcdir)/tests/*; do \
448 if test -f $$i; then \
449 for options in '--index=10' '--primal --index=10'; do \
450 for spec in 'random' 'bf' 'df' 'todd'; do \
451 opt="--specialization=$$spec $$options"; \
453 ./test$(EXEEXT) $$opt < $$i || echo -n " NOT"; \
459 check-lw: test$(EXEEXT)
460 @for i in $(top_srcdir)/tests/lattice_width/*; do \
461 if test -f $$i; then \
463 ./test$(EXEEXT) < $$i || echo -n " NOT"; \
468 check-lexmin: lexmin$(EXEEXT)
469 @for i in $(top_srcdir)/tests/lexmin/*; do \
470 if test -f $$i; then \
471 for spec in 'random' 'bf' 'df'; do \
472 opt="--specialization=$$spec"; \
474 ./lexmin$(EXEEXT) --verify $$opt < $$i || exit; \
482 version.h: @GIT_HEAD@
483 echo '#define GIT_HEAD_ID "'@GIT_HEAD_VERSION@'"' > $@