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
|
##
## 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@
subcomplexincludedir = $(pkgincludedir)/subcomplex
noinst_LTLIBRARIES = libsubcomplex.la
libsubcomplex_la_SOURCES = naugtrisolidtorus.cpp nblockedsfs.cpp nblockedsfsloop.cpp nblockedsfspair.cpp nblockedsfstriple.cpp nl31pillow.cpp nlayeredchain.cpp nlayeredchainpair.cpp nlayeredlensspace.cpp nlayeredloop.cpp nlayeredsolidtorus.cpp nlayeredsurfacebundle.cpp nlayering.cpp npillowtwosphere.cpp npluggedtorusbundle.cpp nplugtrisolidtorus.cpp nsatannulus.cpp nsatblock.cpp nsatblockstarter.cpp nsatblocktypes.cpp nsatregion.cpp nsnappeacensustri.cpp nsnappedball.cpp nsnappedtwosphere.cpp nspiralsolidtorus.cpp nstandardtri.cpp ntrisolidtorus.cpp ntrivialtri.cpp ntxicore.cpp
subcomplexinclude_HEADERS = naugtrisolidtorus.h nblockedsfs.h nblockedsfsloop.h nblockedsfspair.h nblockedsfstriple.h nl31pillow.h nlayeredchain.h nlayeredchainpair.h nlayeredlensspace.h nlayeredloop.h nlayeredsolidtorus.h nlayeredsurfacebundle.h nlayering.h npillowtwosphere.h npluggedtorusbundle.h nplugtrisolidtorus.h nsatannulus.h nsatblock.h nsatblockstarter.h nsatblocktypes.h nsatregion.h nsnappeacensustri.h nsnappedball.h nsnappedtwosphere.h nspiralsolidtorus.h nstandardtri.h ntrisolidtorus.h ntrivialtri.h ntxicore.h
EXTRA_DIST = \
cube.eps cube.fig cube.png \
diag92.eps diag92.fig diag92.png \
diagbdry.eps diagbdry.fig diagbdry.png \
diagdistort.eps diagdistort.fig diagdistort.png \
diaginit.eps diaginit.fig diaginit.png \
parallel.eps parallel.fig parallel.png \
reflector.eps reflector.fig reflector.png
|