File: Makefile.am

package info (click to toggle)
singular 1%3A4.4.1-p5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 47,496 kB
  • sloc: cpp: 317,877; ansic: 42,289; perl: 5,855; sh: 5,178; lisp: 4,241; python: 2,101; makefile: 1,893; yacc: 1,651; pascal: 1,411; lex: 1,367; tcl: 1,024; xml: 182
file content (26 lines) | stat: -rw-r--r-- 896 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ACLOCAL_AMFLAGS = -I ../m4

AM_CPPFLAGS = $(GMP_CPPFLAGS)
AM_LDFLAGS = $(GMP_LIBS)

noinst_HEADERS = list.h binomial__term_ordering.h BigInt.h LLL.h matrix.h ideal.h binomial__term_ordering.h ideal.h \
		term_ordering.h globals.h IP_algorithms.h binomial.h testdata.h
# Ikernel_to_send.c  # never used?

bindir=$(libexecdir)/singular/MOD

bin_PROGRAMS = toric_ideal solve_IP change_cost

COMMON_SOURCES = term_ordering.cc binomial.cc \
        list.cc BigInt.cc LLL.cc matrix.cc ideal.cc Buchberger.cc \
	ideal_stuff.cc IP_algorithms.cc testdata.cc

toric_ideal_SOURCES = $(COMMON_SOURCES) toric_ideal.cc
solve_IP_SOURCES = $(COMMON_SOURCES) solve_IP.cc
change_cost_SOURCES = $(COMMON_SOURCES) change_cost.cc
# gen_test_SOURCES = $(COMMON_SOURCES) gen_test.cc

# for now we don't install any additional help files...
EXTRA_DIST = README change_cost.hlp solve_IP.hlp toric_ideal.hlp gen_test.cc