Ignore:
Timestamp:
Dec 14, 2011, 5:19:14 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
67c1dcaf5b5069c5df300f7898cff740290bf5f1
Parents:
dcccebd9b733616f7e8c8d888299aa4c3073a094
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-14 17:19:14+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-06 21:09:33+01:00
Message:
build libfac.a into factory

FIX: libfac builds and uses factory/factory.h
FIX: adaptation of Singular to use libfac staff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/libfac/factor/tmpl_inst.cc

    rdccceb rd92d71  
    44////////////////////////////////////////////////////////////
    55
     6// #include <factory/templates/ftmpl_array.cc>
    67
    7 #include <templates/ftmpl_array.cc>
    8 #include <templates/ftmpl_factor.cc>
    9 #include <templates/ftmpl_list.cc>
    10 #include <templates/ftmpl_functions.h>
    11 #include <templates/ftmpl_matrix.cc>
     8#include <factory/factory.h>
    129
    13 #include <factory.h>
     10
     11
     12#include <factory/templates/ftmpl_array.cc>
     13#include <factory/templates/ftmpl_factor.cc>
     14#include <factory/templates/ftmpl_list.cc>
     15#include <factory/templates/ftmpl_functions.h>
     16#include <factory/templates/ftmpl_matrix.cc>
    1417
    1518template class Factor<CanonicalForm>;
     
    4750
    4851// place here your own template stuff, not instantiated by factory
    49 #include "tmpl_inst.h"
    50 #include "class.cc"
     52#include <libfac/factor/tmpl_inst.h>
     53#include <libfac/factor/class.cc>
    5154
    5255template class List<int>;
Note: See TracChangeset for help on using the changeset viewer.