Changeset ff7993 in git
- Timestamp:
- Jul 3, 2012, 6:30:41 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- cd5fefcfcb3762114c087ec176782c753f2a14d8
- Parents:
- 14e93b441b4c859a8d51eeeb99f68c2ff924c4bd
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-07-03 18:30:41+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-07 04:41:45+02:00
- Location:
- dyn_modules/syzextra
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
dyn_modules/syzextra/Makefile.am
r14e93b rff7993 1 1 ACLOCAL_AMFLAGS = -I ../../m4 2 3 SOURCES = mod_main.cc DebugPrint.cc DebugPrint.h myNF.cc myNF.h singularxx_defs.h4 2 5 3 MYINCLUDES = -I${top_srcdir} -I${top_builddir} \ … … 21 19 P_PROCS_MODULE_LDFLAGS = -module -export-dynamic -avoid-version -flat_namespace -weak_reference_mismatches weak -undefined dynamic_lookup 22 20 21 SOURCES = mod_main.cc DebugPrint.cc DebugPrint.h myNF.cc myNF.h singularxx_defs.h syzextra.cc syzextra.h 23 22 syzextra_la_SOURCES = $(SOURCES) 24 23 syzextra_la_CPPFLAGS = ${MYINCLUDES} ${P_PROCS_CPPFLAGS_COMMON} -
dyn_modules/syzextra/mod_main.cc
r14e93b rff7993 36 36 #include "DebugPrint.h" 37 37 #include "myNF.h" 38 #include "syzextra.h" 38 39 39 40 … … 66 67 USING_NAMESPACE( SINGULARXXNAME :: DEBUG ) 67 68 USING_NAMESPACE( SINGULARXXNAME :: NF ) 69 USING_NAMESPACE( SINGULARXXNAME :: SYZEXTRA ) 68 70 69 71
Note: See TracChangeset
for help on using the changeset viewer.