source: git/IntegerProgramming/Makefile.am @ 349e4bc

spielwiese
Last change on this file since 349e4bc was 349e4bc, checked in by Hans Schoenemann <hannes@…>, 10 years ago
moved Integerprogramming stuff to libexexdir/MOD
  • Property mode set to 100644
File size: 943 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../m4
2
3AM_CPPFLAGS = -I${srcdir} $(GMP_CFLAGS)
4AM_LDFLAGS = $(GMP_LIBS)
5
6noinst_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
10bindir=$(libexecdir)/singular/MOD
11
12bin_PROGRAMS = toric_ideal solve_IP change_cost gen_test LLL
13
14COMMON_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
18toric_ideal_SOURCES = $(COMMON_SOURCES) toric_ideal.cc
19solve_IP_SOURCES = $(COMMON_SOURCES) solve_IP.cc
20change_cost_SOURCES = $(COMMON_SOURCES) change_cost.cc
21gen_test_SOURCES = $(COMMON_SOURCES) gen_test.cc
22
23LLL_SOURCES = LLL_lattice_to_send.cc
24
25# for now we don't install any additional help files...
26EXTRA_DIST = README change_cost.hlp solve_IP.hlp toric_ideal.hlp
27
28
Note: See TracBrowser for help on using the repository browser.