Changeset 83f55f in git
- Timestamp:
- Mar 16, 2011, 3:14:45 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 78eba1c65363ae01de639e1d0f3bf47b2089d828
- Parents:
- f2c9d702b900671c1430c68b61f0cc0c5883a3fe
- git-author:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-03-16 15:14:45+01:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:01:06+01:00
- Location:
- libpolys/polys
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/Makefile.am
rf2c9d7 r83f55f 30 30 kbuckets.h sbuckets.h simpleideals.h 31 31 32 libp_Procs_FieldGeneral_la_CPPFLAGS = -Dp_Procs_FieldGeneral 33 libp_Procs_FieldIndep_la_CPPFLAGS = -Dp_Procs_FieldIndep 34 libp_Procs_FieldQ_la_CPPFLAGS = -Dp_Procs_FieldQ 35 libp_Procs_FieldZp_la_CPPFLAGS = -Dp_Procs_FieldZp 32 P_PROCS_CPPFLAGS_COMMON = -DDYNAMIC_VERSION 33 libp_Procs_FieldGeneral_la_CPPFLAGS = -Dp_Procs_FieldGeneral ${P_PROCS_CPPFLAGS_COMMON} 34 libp_Procs_FieldIndep_la_CPPFLAGS = -Dp_Procs_FieldIndep ${P_PROCS_CPPFLAGS_COMMON} 35 libp_Procs_FieldQ_la_CPPFLAGS = -Dp_Procs_FieldQ ${P_PROCS_CPPFLAGS_COMMON} 36 libp_Procs_FieldZp_la_CPPFLAGS = -Dp_Procs_FieldZp ${P_PROCS_CPPFLAGS_COMMON} 36 37 37 38 P_PROCS = templates/p_Procs_Lib.cc -
libpolys/polys/templates/p_Procs_Dynamic.cc
rf2c9d7 r83f55f 30 30 #define LINKAGE extern "C" 31 31 #define p_Procs_Kernel 32 #include "p_Procs _Dynamic.inc"32 #include "p_Procs.inc" 33 33 34 34 #include <polys/p_Procs_Dynamic.h> -
libpolys/polys/templates/p_Procs_Lib.cc
rf2c9d7 r83f55f 9 9 * Version: $Id$ 10 10 *******************************************************************/ 11 12 #ifdef DYNAMIC_VERSION 13 #define LINKAGE extern "C" 14 #else 15 #define LINKAGE 16 #endif 17 11 18 #include "polys/config.h" 12 19 #include <misc/auxiliary.h>
Note: See TracChangeset
for help on using the changeset viewer.