source: git/IntegerProgramming/Makefile.am @ f0c0868

spielwiese
Last change on this file since f0c0868 was d8de0c, checked in by Hans Schoenemann <hannes@…>, 2 years ago
do not compile gen_test
  • Property mode set to 100644
File size: 896 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../m4
2
3AM_CPPFLAGS = $(GMP_CPPFLAGS)
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
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
21# gen_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 gen_test.cc
25
26
Note: See TracBrowser for help on using the repository browser.