File: Makefile.am

package info (click to toggle)
mpsolve 3.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,100 kB
  • sloc: ansic: 25,748; sh: 4,925; cpp: 3,155; makefile: 914; python: 407; yacc: 158; lex: 85; xml: 41
file content (30 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (4)
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
27
28
29
30
NULL = 

SUBDIRS = private

libmps_headersdir = ${includedir}/mps

libmps_headers_HEADERS = \
        ${top_builddir}/include/mps/mt.h \
	approximation.h \
        chebyshev.h \
        context.h \
	debug.h \
        gmptools.h \
        interface.h \
        link.h \
        matrix.h \
        monomial-matrix-poly.h \
        monomial-poly.h \
        mpc.h \
        mps.h \
        mt-types.h \
	nroots-polynomial.h \
	parser.h \
        polynomial.h \
	regeneration-driver.h \
        secular-equation.h \
	types.h \
	version.h \
	$(NULL)