bernstein: piecewise_lst::evaluate: support different types of arguments
[barvinok.git] / Makefile.am
blobdd576655c8a67d9990b985f48b61c074f002dac2
1 if HAVE_GINAC
2     MAYBE_BERNSTEIN = bernstein
3 endif
4 SUBDIRS = $(MAYBE_BERNSTEIN) lib . omega doc
6 AM_CPPFLAGS = -I$(srcdir)/bernstein/include -I$(srcdir)/lib @GINACLIB_CPPFLAGS@
7 AM_LDFLAGS = -Llib
9 lib_LTLIBRARIES = libbarvinok.la
10 bin_PROGRAMS = barvinok_count barvinok_enumerate barvinok_enumerate_e \
11                   barvinok_ehrhart
12 noinst_PROGRAMS = test randomtest \
13                   remove_redundant_equalities \
14                   barvinok_union barvinok_maximize \
15                   @bv_extra_programs@
16 EXTRA_PROGRAMS = piptest verify_lexsmaller polyhedron_sample 4coins lexmin \
17                  polytope_scan
18 pkginclude_HEADERS = \
19     barvinok/NTL_QQ.h \
20     barvinok/barvinok.h \
21     barvinok/util.h \
22     barvinok/evalue.h \
23     barvinok/genfun.h \
24     barvinok/options.h \
25     barvinok/polylib.h \
26     barvinok/sample.h \
27     barvinok/basis_reduction.h \
28     barvinok/bernstein.h
29 LINK = $(CXXLINK)
31 if HAVE_GINAC
32     BERNSTEIN_CC = bernstein.cc
33 endif
34 if HAVE_CDDLIB
35     BR_CDD = basis_reduction_cdd.cc initcdd.cc
36 endif
37 if HAVE_GLPK
38     BR_GLPK = basis_reduction_glpk.c
39 endif
40 libbarvinok_la_SOURCES = \
41     barvinok/evalue.h \
42     barvinok/genfun.h \
43     barvinok/util.h \
44     barvinok/barvinok.h \
45     NTL_QQ.cc \
46     basis_reduction.c \
47     evalue.c \
48     genfun.cc \
49     util.c \
50     version.c \
51     bfcounter.cc \
52     bfcounter.h \
53     conversion.cc \
54     conversion.h \
55     decomposer.cc \
56     decomposer.h \
57     dpoly.cc \
58     dpoly.h \
59     genfun_constructor.cc \
60     genfun_constructor.h \
61     lattice_point.cc \
62     lattice_point.h \
63     options.c \
64     reduce_domain.c \
65     reduce_domain.h \
66     reducer.cc \
67     reducer.h \
68     remove_equalities.h \
69     scarf.cc \
70     mat_util.cc \
71     mat_util.h \
72     barvinok.cc \
73     $(BERNSTEIN_CC) \
74     $(BR_CDD) \
75     $(BR_GLPK)
76 EXTRA_libbarvinok_la_SOURCES = \
77     bernstein.cc \
78     piputil.h \
79     initcdd.cc \
80     initcdd.h
81 if HAVE_GINAC
82     BERNSTEIN_LA = $(top_builddir)/bernstein/libbernstein.la
83 endif
84 libbarvinok_la_LIBADD = @LTLIBOBJS@ $(BERNSTEIN_LA) lib/libgnu.la
85 libbarvinok_la_LDFLAGS = @BV_LDFLAGS@ -version-info @versioninfo@
86 LDADD = libbarvinok.la
88 test_SOURCES = test.c
89 barvinok_count_SOURCES = barvinok_count.c
90 barvinok_ehrhart_SOURCES = barvinok_ehrhart.cc
91 barvinok_union_SOURCES = barvinok_union.cc
92 if HAVE_OMEGA
93 BEEO_SOURCES = omega/Exit.cc omega/convert.cc
94 else
95 BEEO_SOURCES = 
96 endif
97 barvinok_enumerate_SOURCES = \
98         barvinok_enumerate.cc \
99         evalue_convert.cc \
100         evalue_convert.h \
101         fdstream.cc \
102         fdstream.h \
103         verify.h \
104         verify.c \
105         verif_ehrhart.h \
106         verif_ehrhart.c
107 barvinok_enumerate_e_SOURCES = \
108         barvinok_enumerate_e.cc \
109         evalue_convert.cc \
110         evalue_convert.h \
111         verify.h \
112         verify.c \
113         verif_ehrhart.h \
114         verif_ehrhart.c \
115         $(BEEO_SOURCES)
116 barvinok_enumerate_e_CPPFLAGS = @OMEGA_CPPFLAGS@ $(AM_CPPFLAGS)
117 barvinok_enumerate_e_LDFLAGS = @OMEGA_LDFLAGS@ @LDFLAGS@
118 barvinok_enumerate_e_LDADD = @OMEGA_LIBS@ libbarvinok.la
119 barvinok_maximize_SOURCES = \
120         evalue_convert.cc \
121         evalue_convert.h \
122         maximize.cc
123 4coins_SOURCES = 4coins.cc
124 if HAVE_CDDLIB
125 POLYSIGN = polysign_cddf.cc polysign_cdd.cc
126 endif
127 lexmin_SOURCES = \
128         lexmin.h \
129         lexmin.cc \
130         combine.c \
131         combine.h \
132         edomain.cc \
133         edomain.h \
134         evalue_util.cc \
135         evalue_util.h \
136         fdstream.cc \
137         fdstream.h \
138         $(POLYSIGN) \
139         polysign.c \
140         polysign_polylib.c \
141         polysign.h \
142         verify.h \
143         verify.c
144 EXTRA_lexmin_SOURCE = polysign_cddf.cc polysign_cdd.cc polysign.c
146 TESTFILES = $(shell find $(top_srcdir)/tests -type f ! -path '*CVS*')
148 EXTRA_DIST = \
149     ChangeLog \
150     $(TESTFILES) \
151     latte2polylib.pl \
152     NTL_5_3_2.patch \
153     doc/Internal.tex \
154     doc/applications.tex \
155     doc/barvinok.tex \
156     doc/omega.tex \
157     doc/polymake.tex \
158     doc/reports.tex \
159     doc/barvinok.bib \
160     doc/barvinok.gdf \
161     doc/chicago.bst \
162     doc/chicago.sty \
163     doc/mydefs.sty \
164     polymake/Makefile.in \
165     polymake/README \
166     polymake/autogen.sh \
167     polymake/configure.in \
168     polymake/lattice_points.cc
170 ACLOCAL_AMFLAGS = -I m4
172 install-data-local:
173         @test -z "$(pkgconfig_libdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfig_libdir)"
174         $(INSTALL_DATA) $(pkgconfig_libfile) "$(DESTDIR)$(pkgconfig_libdir)/$(pkgconfig_libfile)"
176 uninstall-local:
177         rm -f "$(DESTDIR)$(pkgconfig_libdir)/$(pkgconfig_libfile)"
179 dist-hook:
180         (cd $(distdir)/polymake; \
181             ./autogen.sh; rm -rf autogen.sh autom4te.cache)
182         (cd doc; make barvinok.pdf)
183         cp doc/barvinok.pdf $(distdir)/doc/
184         if test -f $(top_srcdir)/.git/HEAD; then \
185             echo @GIT_HEAD_VERSION@ > $(distdir)/GIT_HEAD_ID; \
186         else \
187             echo $(GIT_HEAD_ID) > $(distdir)/GIT_HEAD_ID; \
188         fi
190 if HAVE_PIPLIB
191 BEE_TESTDIRS = ehrhart_e ehrhart_e/scarf ehrhart_e/piplib
192 else
193 BEE_TESTDIRS = ehrhart_e ehrhart_e/scarf
194 endif
196 check: check-enumerate check-enumerate_e check-test check-lexmin
197 check-enumerate: barvinok_enumerate
198         @for i in $(top_srcdir)/tests/ehrhart/*; do \
199             if test -f $$i; then \
200                 echo $$i; \
201                 for options in '' '--series' '--series --primal'; do \
202                     for spec in 'random' 'bf' 'df'; do \
203                         opt="--specialization=$$spec $$options"; \
204                         echo "        $$opt"; \
205                         ./barvinok_enumerate --verify $$opt < $$i; \
206                     done \
207                 done \
208             fi \
209         done
210 check-enumerate_e: barvinok_enumerate_e
211         @for dir in $(BEE_TESTDIRS); do \
212             for i in $(top_srcdir)/tests/$$dir/*; do \
213                 if test -f $$i; then \
214                     for options in '' '--pip' '--pip --omega'; do \
215                         for spec in 'random' 'bf' 'df'; do \
216                             opt="--specialization=$$spec $$options"; \
217                             echo $$i $$opt; \
218                             ./barvinok_enumerate_e --verify $$opt < $$i; \
219                         done \
220                     done \
221                 fi \
222             done \
223         done
224         @for i in $(top_srcdir)/tests/ehrhart_e/scarf/*; do \
225             if test -f $$i; then \
226                 for spec in 'random' 'bf' 'df'; do \
227                     opt="--specialization=$$spec --scarf"; \
228                     echo $$i $$opt; \
229                     ./barvinok_enumerate_e --verify $$opt < $$i; \
230                 done \
231             fi \
232         done
233 check-test: test
234         @for i in $(top_srcdir)/tests/*; do \
235             if test -f $$i; then \
236                 for options in '--index=10' '--primal --index=10'; do \
237                     for spec in 'random' 'bf' 'df'; do \
238                         opt="--specialization=$$spec $$options"; \
239                         echo -n $$i $$opt; \
240                         ./test $$opt < $$i || echo -n " NOT"; \
241                         echo " ok"; \
242                     done \
243                 done \
244             fi \
245         done
246 if HAVE_GLPK
247 check-lexmin: lexmin
248         @for i in $(top_srcdir)/tests/lexmin/*; do \
249             if test -f $$i; then \
250                 for spec in 'random' 'bf' 'df'; do \
251                     opt="--specialization=$$spec"; \
252                     echo $$i $$opt; \
253                     ./lexmin --verify $$opt < $$i; \
254                 done \
255             fi \
256         done
257 else
258 check-lexmin:
259 endif
261 version.h: @GIT_HEAD@
262         echo '#define GIT_HEAD_ID "'@GIT_HEAD_VERSION@'"' > $@