File: Makefile.am

package info (click to toggle)
regina-normal 4.5-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 16,824 kB
  • ctags: 7,862
  • sloc: cpp: 63,296; ansic: 12,913; sh: 10,556; perl: 3,294; makefile: 947; python: 188
file content (20 lines) | stat: -rw-r--r-- 572 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
##
##  Regina - A Normal Surface Theory Calculator
##  Makefile Template
##
##  Process this file with automake in the top-level directory
##  to produce Makefile.in.
##

KDE_OPTIONS=noautodist

INCLUDES = @ENGINE_INCLUDES@

mathsincludedir = $(pkgincludedir)/maths

noinst_LTLIBRARIES = libmaths.la

libmaths_la_SOURCES = approx.cpp matrixops.cpp nprimes.cpp nray.cpp numbertheory.cpp seedprimes.cpp

mathsinclude_HEADERS = approx.h matrixops.h nmatrix.h nmatrixfield.h nmatrixint.h nprimes.h nray.h numbertheory.h nvector.h nvectordense.h nvectormatrix.h nvectorunit.h