Changeset 59176c in git
- Timestamp:
- Jun 10, 2010, 10:14:05 AM (13 years ago)
- 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
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r171378 r59176c 2607 2607 enable_Singular=yes 2608 2608 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" 2612 2612 ac_configure_args="$ac_configure_args --enable-Singular" 2613 2613 else … … 2618 2618 if test -d Singular; then 2619 2619 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" 2623 2623 else 2624 2624 echo "$ac_t""no" 1>&6 -
configure.in
r171378 r59176c 566 566 enable_Singular=yes 567 567 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" 571 571 ac_configure_args="$ac_configure_args --enable-Singular" 572 572 else … … 577 577 if test -d Singular; then 578 578 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" 582 582 else 583 583 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 /*****************************************************************************/ 2 17 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 10 35 11 36 // BOOLEAN 12 13 #ifndef _MISC_AUX_H14 #define _MISC_AUX_H15 37 16 38 #if (SIZEOF_LONG == 8) … … 80 102 81 103 82 #endif /* _MISC_AUX_H */ 104 #endif 105 /* _MISC_AUXILIARY_H */ 83 106
Note: See TracChangeset
for help on using the changeset viewer.