Changeset feb636 in git


Ignore:
Timestamp:
Jun 1, 2010, 6:39:15 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9734bac7af2ef0c49d8aa35c1b28e81397ee7b5b
Parents:
a98f56d0b08e7bf18c6536ebf73eecb1db4bc4eb
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-01 18:39:15+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:00+01:00
Message:
dir_structure: directories for compilation/installation
make for polys
Files:
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • coeffs/Makefile.in

    ra98f56 rfeb636  
    3434CXXFLAGS        = -O3 -w -fomit-frame-pointer --no-rtti ${PIPE}
    3535CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
    36 CPPFLAGS        = -I${srcdir} -I${includedir} -I${srcdir}/../misc/ -I${srcdir}/../resource/ -I${srcdir}/../output/ -I${srcdir}/../omalloc/
     36CPPFLAGS        = -I${srcdir} -I${includedir} -I${srcdir}/../misc/ -I${srcdir}/../resource/
    3737DEFS            = -DNDEBUG -DOM_NDEBUG -Dix86_Linux -DHAVE_CONFIG_H
    3838
  • polys/pDebug.cc

    ra98f56 rfeb636  
    1616
    1717
    18 #include <kernel/mod2.h>
     18#include "config.h"
    1919#ifdef PDEBUG
    2020
     
    2323// #define PDEBUG 2
    2424
    25 #include <kernel/p_polys.h>
    26 #include <kernel/febase.h>
    27 #include <omalloc/omalloc.h>
    28 #include <kernel/ring.h>
    29 #include <kernel/numbers.h>
     25#include "p_polys.h"
     26#include <output.h>
     27#include <omalloc.h>
     28#include "ring.h"
     29#include <coeffs.h>
    3030
    3131/***************************************************************
Note: See TracChangeset for help on using the changeset viewer.