spielwiese
Last change
on this file since 35b220 was
35b220,
checked in by Hans Schoenemann <hannes@…>, 9 years ago
|
removed sepearte LLL
|
-
Property mode set to
100644
|
File size:
889 bytes
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I ../m4 |
---|
2 | |
---|
3 | AM_CPPFLAGS = $(GMP_CFLAGS) |
---|
4 | AM_LDFLAGS = $(GMP_LIBS) |
---|
5 | |
---|
6 | noinst_HEADERS = list.h binomial__term_ordering.h BigInt.h LLL.h matrix.h ideal.h binomial__term_ordering.h ideal.h \ |
---|
7 | term_ordering.h globals.h IP_algorithms.h binomial.h testdata.h |
---|
8 | # Ikernel_to_send.c # never used? |
---|
9 | |
---|
10 | bindir=$(libexecdir)/singular/MOD |
---|
11 | |
---|
12 | bin_PROGRAMS = toric_ideal solve_IP change_cost gen_test |
---|
13 | |
---|
14 | COMMON_SOURCES = term_ordering.cc binomial.cc \ |
---|
15 | list.cc BigInt.cc LLL.cc matrix.cc ideal.cc Buchberger.cc \ |
---|
16 | ideal_stuff.cc IP_algorithms.cc testdata.cc |
---|
17 | |
---|
18 | toric_ideal_SOURCES = $(COMMON_SOURCES) toric_ideal.cc |
---|
19 | solve_IP_SOURCES = $(COMMON_SOURCES) solve_IP.cc |
---|
20 | change_cost_SOURCES = $(COMMON_SOURCES) change_cost.cc |
---|
21 | gen_test_SOURCES = $(COMMON_SOURCES) gen_test.cc |
---|
22 | |
---|
23 | # for now we don't install any additional help files... |
---|
24 | EXTRA_DIST = README change_cost.hlp solve_IP.hlp toric_ideal.hlp |
---|
25 | |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.