Changeset ff7993 in git


Ignore:
Timestamp:
Jul 3, 2012, 6:30:41 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
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
Message:
introduced syzextra.{h,cc} files for cleaner separation of algorithms and interpreter wrappers
Location:
dyn_modules/syzextra
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/syzextra/Makefile.am

    r14e93b rff7993  
    11ACLOCAL_AMFLAGS = -I ../../m4
    2 
    3 SOURCES = mod_main.cc DebugPrint.cc DebugPrint.h myNF.cc myNF.h singularxx_defs.h
    42
    53MYINCLUDES =  -I${top_srcdir} -I${top_builddir} \
     
    2119P_PROCS_MODULE_LDFLAGS = -module -export-dynamic -avoid-version -flat_namespace -weak_reference_mismatches weak -undefined dynamic_lookup
    2220
     21SOURCES = mod_main.cc DebugPrint.cc DebugPrint.h myNF.cc myNF.h singularxx_defs.h syzextra.cc syzextra.h
    2322syzextra_la_SOURCES   = $(SOURCES)
    2423syzextra_la_CPPFLAGS  = ${MYINCLUDES} ${P_PROCS_CPPFLAGS_COMMON}
  • dyn_modules/syzextra/mod_main.cc

    r14e93b rff7993  
    3636#include "DebugPrint.h"
    3737#include "myNF.h"
     38#include "syzextra.h"
    3839
    3940
     
    6667USING_NAMESPACE( SINGULARXXNAME :: DEBUG )
    6768USING_NAMESPACE( SINGULARXXNAME :: NF )
     69USING_NAMESPACE( SINGULARXXNAME :: SYZEXTRA )
    6870
    6971
Note: See TracChangeset for help on using the changeset viewer.