Changeset fad7c58 in git
- Timestamp:
- Jun 10, 2011, 5:37:06 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- d2f64e31dedf7422b6328bc539b8ac5d708e7d24
- Parents:
- 18dab2860a62a6b2b7077bf281b3cec8e5253508
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-06-10 17:37:06+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:09+01:00
- Location:
- libpolys/polys
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/Makefile.am
r18dab28 rfad7c58 43 43 SOURCES = \ 44 44 monomials/monomials.cc monomials/p_polys.cc monomials/ring.cc monomials/maps.cc \ 45 operations/pShallowCopyDelete.cc operations/p_Mult_q.cc \45 operations/pShallowCopyDelete.cc operations/p_Mult_q.cc operations/p_Mult_q.h \ 46 46 templates/p_Procs_Lib.cc templates/p_MemCmp.h templates/p_MemCopy.h templates/p_Numbers.h \ 47 47 templates/p_Procs_Set.h templates/p_Procs_Static.h templates/p_Procs_Dynamic.h \ … … 50 50 pDebug.cc polys0.cc prCopy.cc \ 51 51 kbuckets.cc sbuckets.cc weight.cc weight0.c simpleideals.cc matpol.cc \ 52 ${USE_P_PROCS_STATIC_CC} ${USE_P_PROCS_DYNAMIC_CC} templates/mod_raw.cc \53 ext_fields/algext.cc ext_fields/ transext.cc clapsing.cc clapconv.cc52 ${USE_P_PROCS_STATIC_CC} ${USE_P_PROCS_DYNAMIC_CC} mod_raw.cc \ 53 ext_fields/algext.cc ext_fields/algext.h ext_fields/transext.cc clapsing.cc clapconv.cc 54 54 55 55 BUILT_SOURCES = templates/p_Procs.inc … … 60 60 nc/nc.h nc/sca.h nc/summator.h nc/ncSAFormula.h nc/ncSACache.h nc/ncSAMult.h \ 61 61 operations/pShallowCopyDelete.h \ 62 templates/p_MemAdd.h operations/p_Mult_q.h\63 templates/p_Procs.h templates/mod_raw.h \62 templates/p_MemAdd.h \ 63 templates/p_Procs.h mod_raw.h \ 64 64 monomials/p_polys.h monomials/maps.h polys.h prCopy.h prCopyMacros.h \ 65 65 kbuckets.h sbuckets.h simpleideals.h weight.h matpol.h \ 66 ext_fields/algext.hclapsing.h clapconv.h66 clapsing.h clapconv.h 67 67 68 68 ### nobase_include_HEADERS = $(LIBPOLYSHEADERS) -
libpolys/polys/mod_raw.cc
r18dab28 rfad7c58 28 28 #include <resources/feFopen.h> 29 29 30 #include " templates/mod_raw.h"30 #include "mod_raw.h" 31 31 32 32 #ifdef HAVE_STATIC -
libpolys/polys/templates/p_Procs_Dynamic.cc
r18dab28 rfad7c58 39 39 #include "templates/p_Procs_Impl.h" 40 40 41 #include " templates/mod_raw.h"41 #include "mod_raw.h" 42 42 43 43 // define to bound for length of p_Proc name
Note: See TracChangeset
for help on using the changeset viewer.