Changeset 59176c in git


Ignore:
Timestamp:
Jun 10, 2010, 10:14:05 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
3b3b0e959defd3f8388f7dc75f5a0cd257d56fc0
Parents:
17137807e09a202752c972634e74c1f9ce59ad52
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-10 10:14:05+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:07+01:00
Message:
configure for misc: install auxialiary.h, mylimits.h
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • configure

    r171378 r59176c  
    26072607    enable_Singular=yes
    26082608    echo "$ac_t""yes" 1>&6
    2609     CONFIG_SUBDIRS="$CONFIG_SUBDIRS reporter coeffs Singular"
    2610     BUILD_SUBDIRS="$BUILD_SUBDIRS reporter coeffs kernel Singular"     
    2611     BUILD1_SUBDIRS="$BUILD1_SUBDIRS reporter coeffs kernel Singular"   
     2609    CONFIG_SUBDIRS="$CONFIG_SUBDIRS misc reporter coeffs Singular"
     2610    BUILD_SUBDIRS="$BUILD_SUBDIRS misc reporter coeffs kernel Singular"
     2611    BUILD1_SUBDIRS="$BUILD1_SUBDIRS misc reporter coeffs kernel Singular"       
    26122612    ac_configure_args="$ac_configure_args --enable-Singular"
    26132613  else
     
    26182618  if test -d Singular; then
    26192619    echo "$ac_t""yes" 1>&6
    2620     CONFIG_SUBDIRS="$CONFIG_SUBDIRS reporter coeffs Singular"
    2621     BUILD_SUBDIRS="$BUILD_SUBDIRS reporter coeffs kernel Singular"     
    2622     BUILD1_SUBDIRS="$BUILD1_SUBDIRS reporter coeffs kernel Singular"   
     2620    CONFIG_SUBDIRS="$CONFIG_SUBDIRS misc reporter coeffs Singular"
     2621    BUILD_SUBDIRS="$BUILD_SUBDIRS misc reporter coeffs kernel Singular"
     2622    BUILD1_SUBDIRS="$BUILD1_SUBDIRS misc reporter coeffs kernel Singular"       
    26232623  else
    26242624    echo "$ac_t""no" 1>&6
  • configure.in

    r171378 r59176c  
    566566    enable_Singular=yes
    567567    AC_MSG_RESULT(yes)
    568     CONFIG_SUBDIRS="$CONFIG_SUBDIRS reporter coeffs Singular"
    569     BUILD_SUBDIRS="$BUILD_SUBDIRS reporter coeffs kernel Singular"     
    570     BUILD1_SUBDIRS="$BUILD1_SUBDIRS reporter coeffs kernel Singular"   
     568    CONFIG_SUBDIRS="$CONFIG_SUBDIRS misc reporter coeffs Singular"
     569    BUILD_SUBDIRS="$BUILD_SUBDIRS misc reporter coeffs kernel Singular"
     570    BUILD1_SUBDIRS="$BUILD1_SUBDIRS misc reporter coeffs kernel Singular"       
    571571    ac_configure_args="$ac_configure_args --enable-Singular"
    572572  else
     
    577577  if test -d Singular; then
    578578    AC_MSG_RESULT(yes)
    579     CONFIG_SUBDIRS="$CONFIG_SUBDIRS reporter coeffs Singular"
    580     BUILD_SUBDIRS="$BUILD_SUBDIRS reporter coeffs kernel Singular"     
    581     BUILD1_SUBDIRS="$BUILD1_SUBDIRS reporter coeffs kernel Singular"   
     579    CONFIG_SUBDIRS="$CONFIG_SUBDIRS misc reporter coeffs Singular"
     580    BUILD_SUBDIRS="$BUILD_SUBDIRS misc reporter coeffs kernel Singular"
     581    BUILD1_SUBDIRS="$BUILD1_SUBDIRS misc reporter coeffs kernel Singular"       
    582582  else
    583583    AC_MSG_RESULT(no)
  • misc/aux.h

    r171378 r59176c  
    1 /* -*-c++-*- */
     1/* auxiliary.h.  Generated from auxiliary.h.in by configure.  */
     2/*****************************************************************************\
     3 * Computer Algebra System SINGULAR   
     4\*****************************************************************************/
     5/** @file auxiliary.h
     6 *
     7 * All the auxiliary stuff.
     8 *
     9 * ABSTRACT: we shall put here everything that does not have its own place.
     10 *
     11 * @author Oleksandr Motsak
     12 *
     13 * @internal @version \$Id$
     14 *
     15 **/
     16/*****************************************************************************/
    217
    3 /*******************************************************************
    4  *  File:    auxiliary.h
    5  *  Purpose:
    6  *  Author: 
    7  *  Created:
    8  *  Version: $Id$
    9  *******************************************************************/
     18#ifndef MISC_AUXILIARY_H
     19#define MISC_AUXILIARY_H
     20     
     21// -----------------  configure stuff
     22
     23/* CPU type: i[3456]86: */
     24#define SI_CPU_I386 1
     25/* CPU type: sparc: */
     26/* #undef SI_CPU_SPARC */
     27/* CPU type: ppc: */
     28/* #undef SI_CPU_PPC */
     29/* CPU type: IA64: */
     30/* #undef SI_CPU_IA64 */
     31/* CPU type: x86_64: */
     32/* #undef SI_CPU_X86_64 */
     33
     34// ----------------- end of configure stuff
    1035
    1136// BOOLEAN
    12 
    13 #ifndef _MISC_AUX_H
    14 #define _MISC_AUX_H
    1537
    1638#if (SIZEOF_LONG == 8)
     
    80102
    81103
    82 #endif /* _MISC_AUX_H */
     104#endif
     105/* _MISC_AUXILIARY_H */
    83106
Note: See TracChangeset for help on using the changeset viewer.