source: git/IntegerProgramming/Makefile.am @ 08a955

spielwiese
Last change on this file since 08a955 was f4cb99a, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Updating the BS + search pathes for better binary distribution (due to Hans)
  • Property mode set to 100644
File size: 914 bytes
Line 
1AM_CPPFLAGS = -I${srcdir} $(GMP_CFLAGS)
2AM_LDFLAGS = $(GMP_LIBS)
3
4noinst_HEADERS = list.h binomial__term_ordering.h BigInt.h LLL.h matrix.h ideal.h binomial__term_ordering.h ideal.h \
5                term_ordering.h globals.h IP_algorithms.h binomial.h testdata.h
6# Ikernel_to_send.c  # never used?
7
8# bindir=$(libexecdir)/singular/
9
10bin_PROGRAMS = toric_ideal solve_IP change_cost gen_test LLL
11
12COMMON_SOURCES = term_ordering.cc binomial.cc \
13        list.cc BigInt.cc LLL.cc matrix.cc ideal.cc Buchberger.cc \
14        ideal_stuff.cc IP_algorithms.cc testdata.cc
15
16toric_ideal_SOURCES = $(COMMON_SOURCES) toric_ideal.cc
17solve_IP_SOURCES = $(COMMON_SOURCES) solve_IP.cc
18change_cost_SOURCES = $(COMMON_SOURCES) change_cost.cc
19gen_test_SOURCES = $(COMMON_SOURCES) gen_test.cc
20
21LLL_SOURCES = LLL_lattice_to_send.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.