spielwiese
Last change
on this file since 38750a was
38750a,
checked in by Oleksandr Motsak <motsak@…>, 9 years ago
|
Minor BS cleanup: no need in -I${srcdir} and -I${builddir} in CPPFLAGS
|
-
Property mode set to
100644
|
File size:
931 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 LLL |
---|
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 | LLL_SOURCES = LLL_lattice_to_send.cc |
---|
24 | |
---|
25 | # for now we don't install any additional help files... |
---|
26 | EXTRA_DIST = README change_cost.hlp solve_IP.hlp toric_ideal.hlp |
---|
27 | |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.