source: git/IntegerProgramming/Makefile.am @ 80f8f6c

spielwiese
Last change on this file since 80f8f6c was 35b220, checked in by Hans Schoenemann <hannes@…>, 9 years ago
removed sepearte LLL
  • Property mode set to 100644
File size: 889 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../m4
2
3AM_CPPFLAGS = $(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
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
23# for now we don't install any additional help files...
24EXTRA_DIST = README change_cost.hlp solve_IP.hlp toric_ideal.hlp
25
26
Note: See TracBrowser for help on using the repository browser.