source: git/libpolys/polys/Makefile.am

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7c5f743   12 years Oleksandr ADD: try using ${abs_*}-variables in several Makefile.am's spielwiese
(edit) @6d672b4   12 years Oleksandr ADD: build LTlibraries .la (.a & .so) EVERYWHERE! spielwiese
(edit) @7ea62f6   12 years Oleksandr CHG: install MOD under libexec/singular/ spielwiese
(edit) @0ff203   13 years vbraun.name stop automake from flattening install subdirectories for headers spielwiese
(edit) @c2eb2e   13 years vbraun.name make install and make distcheck work now spielwiese
(edit) @d44785   13 years vbraun.name Cleaned up Makefile.am to remove superfluous rules Also, note that ... spielwiese
(edit) @7fbb01   13 years burcin Make prCopy.inc a dependency of prCopy.cc. spielwiese
(edit) @419b39   13 years Oleksandr FIX: enable implicit templates for now (commented out the use of ... spielwiese
(edit) @50b874   13 years Oleksandr FIX: further issues due to the use of Debugging stuff in Release version spielwiese
(edit) @737a68   13 years Oleksandr CHG: moved libpolys/polys/polys.h to kernel/polys.h & updated includes ... spielwiese
(edit) @bf6a4d   13 years hannes add and fix: sparsmat.cc spielwiese
(edit) @801bdb   13 years Oleksandr FIX: still need old.gring.cc for NC stuff spielwiese
(edit) @210e07   13 years Oleksandr ADD: testing headers with "make test.o" FIX: cleaning up headers in ... spielwiese
(edit) @d2f64e   13 years hannes internal header: prCopyMacros.h spielwiese
(edit) @fad7c58   13 years hannes p_Mult_q.h is an internal header, mod_raw.* moved to polys (it is not ... spielwiese
(edit) @91c34a   13 years hannes removed empty polys-impl.h spielwiese
(edit) @6a5b93   13 years hannes more internal headers: p_Procs_Set.h, p_Procs_Static.h, ... spielwiese
(edit) @d0570be   13 years hannes p_Numbers.h is now an internal header spielwiese
(edit) @304ad9b   13 years hannes p_MemCmp.h and p_MemCopy.h are now internal headers spielwiese
(edit) @26a1eb   13 years hannes removed empty pInline0.* spielwiese
(edit) @2c7f28   13 years seelisch impl. of rat. funct. fields (no tests yet, no cancellation of gcd's yet) spielwiese
(edit) @e0f4de   13 years Oleksandr FIX: FreeBSD tried to compile prCopy.cc before generating prCopy.inc ... spielwiese
(edit) @9737a6   13 years Oleksandr FIX: out of tree building of templates spielwiese
(edit) @148d3c   13 years Oleksandr FIX: fixing the build system (install needed headers on needed places) ... spielwiese
(edit) @adb2ed   13 years mohamed.barakat Fixes to allow out-of-tree compilation - Add $(top_builddir)/.. to ... spielwiese
(edit) @abb4787   13 years hannes conversion factory <->singular for poly fix coeff tests for factory spielwiese
(edit) @fba6f18   13 years seelisch alg. ext. fields: 1st impl. and 1st tests spielwiese
(edit) @af598e   13 years Oleksandr ADD: factory-related wrappers (clapsing.cc/.h) FIX: ring-dependent ... spielwiese
(edit) @2dcf453   13 years mohamed.barakat do not compile dynamic modules unless ENABLE_P_PROCS_DYNAMIC=true spielwiese
(edit) @6d28ba7   13 years mohamed.barakat ./configure --enable-p-procs-static now compiles spielwiese
(edit) @44105a7   13 years hovinen * Use -module when linking p_Procs dynamic modules * Remove lib prefix ... spielwiese
(edit) @8c9912   13 years Oleksandr ADD: mod_raw is needed for dynamic linkage FIX: expose some needed ... spielwiese
(edit) @ec0d9b   13 years mohamed.barakat merge libpolys/polys/configure.ac into polys/configure.ac spielwiese
(edit) @1135a61   13 years hannes fix weight0.c spielwiese
(edit) @845729b   13 years Oleksandr Removed linear algebra stuff (Bareiss/Det etc) from matpol.cc TODO: ... spielwiese
(edit) @5d9aa6   13 years Oleksandr FIX: further fixes in matpol ADD: sparse matrices (sparsmat.*) - ... spielwiese
(edit) @1377c9   13 years Oleksandr ADD: ncSAMult.{h,cc} - the last of NC arithmetics spielwiese
(edit) @2ad10e9   13 years Oleksandr ADD: started fixing simpleideals.cc matpol.{cc,h} (the later needs ... spielwiese
(edit) @d6a97c3   13 years Oleksandr FIX: the rest of NC-related stuff can be compiled in now spielwiese
(edit) @32d07a5   13 years Oleksandr Adding/Fixing currRing for non-commutative stuff spielwiese
(edit) @812138   13 years hovinen * Create new macros SING_SYSTEM_SUPPORTS_DYNAMIC_MODULES and ... spielwiese
(edit) @ab4f17   13 years mohamed.barakat added an autoconf macro to check for GMP spielwiese
(edit) @57c6ed2   13 years Oleksandr fix: debug/optimized for polys spielwiese
(edit) @e0d8d1   13 years hannes fixed prCopy.* spielwiese
(edit) @a4081e5   13 years hannes polys1.cc removed, p_Invers, p_Series ->monomials/p_polys.cc spielwiese
(edit) @c462b55   13 years hannes p_MinComp, p_MaxComp spielwiese
(edit) @f550e86   13 years hannes - fixed weights.h - moved Jet routines to p_polys.cc spielwiese
(edit) @78eba1   13 years mohamed.barakat - replaced nIsZero(tmp) -> n_IsZero__T(tmp,r) - fixed kbuckets ... spielwiese
(edit) @83f55f   13 years mohamed.barakat added support for dynamic linking by defining LINKAGE spielwiese
(edit) @71ba5b8   13 years hannes removed polys.cc spielwiese
(edit) @6f43a60   13 years hannes moved kbuckets to libpoly spielwiese
(edit) @f47f56   13 years mohamed.barakat - introduced libtools in libpolys/polys - enables the compilation of ... spielwiese
(edit) @bf5914   13 years Oleksandr FIX: -fdiagnostics-show-option is not supported by gcc 4.0.1 (standard ... spielwiese
(edit) @0cf29ee   13 years mohamed.barakat maps.{h,cc} are now hosted in polys/monomials spielwiese
(edit) @35eaf8   13 years mohamed.barakat - update the build system to build p_Procs.inc - change macros to ... spielwiese
(edit) @7eb7b5   13 years hannes syntax fixes for libpoly, part 7: ring constructions spielwiese
(edit) @6af1cc   13 years hannes syntax fixes for libpoly, part 4: Makefile spielwiese
(edit) @8a8c9e   13 years hannes syntax fixes for libpoly, part 1 spielwiese
(edit) @ce2120e   13 years mohamed.barakat created for_Hans_with_love.sh build script . added polys to ... spielwiese
(add) @6bec87   13 years mohamed.barakat . started migrating polys to automake . further fixes to the include paths spielwiese
Note: See TracRevisionLog for help on using the revision log.