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-- 964 bytes parent folder | download | duplicates (2)
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@

triangulationincludedir = $(pkgincludedir)/triangulation

noinst_LTLIBRARIES = libtriangulation.la

libtriangulation_la_SOURCES = cover.cpp crushtri.cpp decompose.cpp homology.cpp homotopy.cpp hydrate.cpp insertlayered.cpp isomorphic.cpp nedge.cpp nexampletriangulation.cpp nface.cpp nfacepair.cpp nhomologicaldata.cpp nisomorphism.cpp nperm.cpp ntetrahedron.cpp ntriangulation.cpp nvertex.cpp nxmltrireader.cpp simplify.cpp simplifyglobal.cpp skeleton.cpp subdivide.cpp surfaces.cpp turaevviro.cpp

triangulationinclude_HEADERS = nboundarycomponent.h ncomponent.h nedge.h nexampletriangulation.h nface.h nfacepair.h nhomologicaldata.h nisomorphism.h nperm.h npermit.h ntetface.h ntetrahedron.h ntriangulation.h nvertex.h nxmltrireader.h