File: Makefile.am

package info (click to toggle)
regina-normal 4.6-1.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 18,696 kB
  • ctags: 8,499
  • sloc: cpp: 71,120; ansic: 12,923; sh: 10,624; perl: 3,294; makefile: 959; python: 188
file content (34 lines) | stat: -rw-r--r-- 710 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
27
28
29
30
31
32
33
34
##
##  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

SUBDIRS = @REGINA_BUILD_MPI@

INCLUDES = @ENGINE_INCLUDES@
LDADD = @LIB_ENGINE@ @UTILS_LIBS@

bin_SCRIPTS = tricensus-manager
bin_PROGRAMS = regconcat regconvert regfiledump regfiletype sigcensus tricensus trisetcmp

regconcat_SOURCES = regconcat.cpp

regconvert_SOURCES = regconvert.cpp

regfiledump_SOURCES = regfiledump.cpp

regfiletype_SOURCES = regfiletype.cpp

sigcensus_SOURCES = sigcensus.cpp

tricensus_SOURCES = tricensus.cpp

trisetcmp_SOURCES = trisetcmp.cpp

EXTRA_DIST = README.txt tricensus-manager