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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
noinst_LIBRARIES = libTOPCOM.a
libTOPCOM_a_SOURCES = \
Admissibles.cc \
CheckTriang.cc \
Circuits.cc \
Cocircuits.cc \
CommandlineOptions.cc \
CompressedIntegerSet.cc \
ComputeTriangs.cc \
Facets.cc \
FastSimplicialComplex.cc \
Field.cc \
FineTriang.cc \
Flip.cc \
IndexTableArray.cc \
IntegerSet.cc \
InteriorFacets.cc \
MarkedFlips.cc \
Matrix.cc \
Permutation.cc \
PlacingTriang.cc \
PointConfiguration.cc \
RealChiro.cc \
SimplicialComplex.cc \
SimplicialComplexTemplate.cc \
SparseIntegerSet.cc \
SparseSimplicialComplex.cc \
StairCaseMatrix.cc \
SymmetricBFS.cc \
Symmetry.cc \
TriangFlips.cc \
TriangNode.cc \
Vector.cc \
VertexFacetTable.cc \
VertexFacetTableArray.cc \
VirtualChiro.cc \
Admissibles.hh \
Array.hh \
CheckTriang.hh \
Chirotope.hh \
Circuits.hh \
Cocircuits.hh \
CommandlineOptions.hh \
CompressedIntegerSet.hh \
ComputeTriangs.hh \
Facets.hh \
FastSimplicialComplex.hh \
Field.hh \
FineTriang.hh \
Flip.hh \
Global.hh \
HashKey.hh \
HashMap.hh \
HashSet.hh \
IndexTableArray.hh \
IntegerSet.hh \
InteriorFacets.hh \
MarkedFlips.hh \
Matrix.hh \
Pair.hh \
PartialTriang.hh \
Permutation.hh \
PlacingTriang.hh \
PlainArray.hh \
PlainHashIndexTable.hh \
PlainHashMap.hh \
PlainHashSet.hh \
PlainHashTable.hh \
PointConfiguration.hh \
RealChiro.hh \
RefCount.hh \
SimplicialComplex.hh \
SimplicialComplexTemplate.hh \
SimplicialComplexTemplate_Declarations.hh \
SimplicialComplexTemplate_Definitions.hh \
SparseIntegerSet.hh \
SparseSimplicialComplex.hh \
StairCaseMatrix.hh \
SymmetricBFS.hh \
Symmetry.hh \
TriangFlips.hh \
TriangNode.hh \
Vector.hh \
VertexFacetTable.hh \
VertexFacetTableArray.hh \
VirtualChiro.hh
AM_CPPFLAGS = -I../lib-src-reg
AM_CPPFLAGS += -I../wrap-gmp-gmpxx
AM_CPPFLAGS += -I/usr/include/cdd
AM_CPPFLAGS += -I$(includedir)
AM_CPPFLAGS += -DVERBOSE -DGMPRATIONAL -ftemplate-depth-35
AM_CXXFLAGS = -O2 -g
|