Changeset 014b65 in git for libpolys


Ignore:
Timestamp:
Dec 1, 2010, 4:15:17 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
Children:
a30a39aaa446d00f01aab56db0ff2964711d5f1e
Parents:
183247043c357c6c52f6f09f8d6aecea25cf6268
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2010-12-01 16:15:17+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:57:46+01:00
Message:
- moved misc,reporter,resources,coeffs,polys -> (new) libpolys (Hans agreed)
- migrated to automake in coeffs, misc
status: everything builds (except polys)
todo: . migrate resources and reporter to automake
      . create autoconf macros for omalloc, factory, and libpolys
Location:
libpolys
Files:
9 added
8 copied
109 moved

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/configure.ac

    r1832470 r014b65  
    22# Process this file with autoconf to produce a configure script.
    33
    4 AC_PREREQ([2.63])
     4AC_PREREQ([2.65])
    55AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])
     6AM_INIT_AUTOMAKE
    67AC_CONFIG_SRCDIR([rmodulon.h])
    78AC_CONFIG_HEADERS([config.h])
     
    1415esac
    1516
    16 
    17 
    1817# Checks for programs.
    1918AC_PROG_CXX
     
    2120AC_PROG_LN_S
    2221AC_PROG_INSTALL
     22AC_PROG_RANLIB
    2323
    2424# Checks for libraries.
  • libpolys/misc/auxiliary.h

    r1832470 r014b65  
    1717#ifndef MISC_AUXILIARY_H
    1818#define MISC_AUXILIARY_H
     19
     20#include "misc/config.h"
    1921     
    2022// ----------------- which parts/extensions of Singular to build
  • libpolys/misc/configure.ac

    r1832470 r014b65  
    66AM_INIT_AUTOMAKE
    77AC_CONFIG_SRCDIR([mylimits.h])
    8 AC_CONFIG_HEADERS([auxiliary.h])
     8AC_CONFIG_HEADERS([config.h])
    99
    1010# Checks for programs.
  • libpolys/reporter/Makefile.in

    r1832470 r014b65  
    3535CXXFLAGS        = -O3 -w -fomit-frame-pointer --no-rtti ${PIPE}
    3636CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
    37 CPPFLAGS        = -I${top_srcdir}/..
     37CPPFLAGS        = -I${top_srcdir}/.. -I${top_srcdir}/../..
    3838DEFS            = -DNDEBUG -DOM_NDEBUG -Dix86_Linux -DHAVE_CONFIG_H
    3939
  • libpolys/resources/Makefile.in

    r1832470 r014b65  
    3535CXXFLAGS        = @CXXFLAGS@ ${PIPE}
    3636CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
    37 CPPFLAGS        = -I${top_srcdir}/..
     37CPPFLAGS        = -I${top_srcdir}/.. -I${top_srcdir}/../..
    3838DEFS            = -DNDEBUG -DOM_NDEBUG -Dix86_Linux -DHAVE_CONFIG_H
    3939
Note: See TracChangeset for help on using the changeset viewer.