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
|
##
## 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@
surfacesincludedir = $(pkgincludedir)/surfaces
noinst_LTLIBRARIES = libsurfaces.la
libsurfaces_la_SOURCES = components.cpp crushandcut.cpp filters.cpp flavours.cpp links.cpp ndisc.cpp ndisctype.cpp nnormalsurface.cpp nnormalsurfacelist.cpp nprism.cpp nsanstandard.cpp nsquad.cpp nsquadoct.cpp nsstandard.cpp nsurfacefilter.cpp nsurfaceset.cpp nsurfacesubset.cpp nxmlfilterreader.cpp nxmlfilterreaders.cpp nxmlsurfacereader.cpp orientable.cpp quadtostd.cpp sfcombination.cpp sfproperties.cpp spheres.cpp stdtoquad.cpp
surfacesinclude_HEADERS = filterregistry.h flavourregistry.h ndisc.h ndisctype.h nnormalsurface.h nnormalsurfacelist.h normalspec.tcc nprism.h nsanstandard.h nsmirrored.h nsquad.h nsquadoct.h nsstandard.h nsurfacefilter.h nsurfaceset.h nsurfacesubset.h nxmlfilterreader.h nxmlsurfacereader.h sfcombination.h sfproperties.h
EXTRA_DIST = \
boundaries.fig \
cut-quadprism.fig \
cut-triprism.fig \
cut-trunchalftet.fig \
cut-trunctet.fig
|