Ignore:
Timestamp:
Jul 3, 2012, 6:30:41 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
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
File:
1 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}
Note: See TracChangeset for help on using the changeset viewer.