Changeset 8baa37 in git for libsingular-config.in


Ignore:
Timestamp:
Jan 24, 2014, 1:39:15 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ee5e11e63c911034966a67782a24e7326c52abb1
Parents:
5c8e18ff3dc32f83461ed21cad1151a77366ed567661e1502f806195a6458595ba7e711664a932bb
Message:
Merge pull request #456 from surface-smoothers/improve.documentation.genus

improved genus documentation for 1-dim affine variety input
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libsingular-config.in

    r7661e1 r8baa37  
    11#! /bin/bash
    22
    3 C="$0"
    4 C=`readlink -f "$C"`
    5 C=`dirname "$C"`
    6 C=`ls -d1 "$C"`
     3#C="$0"
     4#O=`pwd`
     5#
     6###C=`readlink -f "$C"`:::
     7#cd `dirname "$C"`
     8#C=`basename "$C"`
     9#
     10## Iterate down a (possible) chain of symlinks
     11#while [ -L "$C" ] 
     12#do                 
     13#    C=`readlink "$C"`
     14#    cd `dirname "$C"`
     15#    C=`basename "$C"`
     16#done
     17#
     18#cd `dirname "$C"`
     19#C=`pwd`
     20#C=`dirname "$C"`
     21#C=`ls -d1 "$C"`
     22#
     23#cd "$O"
    724
    825# NOTE: if you moved this config please either use the above or
    926# make sure the following variables are up to date
    10 prefix="$C/../"
    11 #prefix=@prefix@
     27#prefix="$C"
     28#exec_prefix=${prefix}
     29#includedir=${prefix}/include
     30#libdir=${exec_prefix}/lib
     31
     32prefix=@prefix@
    1233exec_prefix=@exec_prefix@
     34
    1335includedir=@includedir@
    1436libdir=@libdir@
     
    2547
    2648  --prefix              show libpolys installation prefix
    27   --libsg               print library linking information (with debug)
    28   --cflagsg             print pre-processor and compiler flags (with debug)
    2949  --libs                print library linking information
    3050  --cflags              print pre-processor and compiler flags
     
    6888        ;;
    6989
    70     --cflagsg)
    71         ${ECHOn} " -I${includedir} -I${includedir}/singular @FACTORY_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@"
    72         ;;
    73 
    7490    --cflags)
    75         ${ECHOn} " -I${includedir} -I${includedir}/singular @FACTORY_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@ -DNDEBUG -DOM_NDEBUG"
    76         ;;
    77 
    78     --libsg)
    79         ${ECHOn} " -L${libdir} -L${libdir}/singular -lSingular_g -lnumeric_g -lkernel_g -lpolys_g -lcoeffs_g -lreporter_g -lmisc_g @FACTORY_LIBS@ -lomalloc_g -lresources_g @NTL_LIBS@ @USEPPROCSDYNAMICLD@ @GMP_LIBS@"
     91        ${ECHOn} " -I${includedir} -I${includedir}/singular @SINGULAR_CFLAGS@ @FACTORY_CFLAGS@ @FLINT_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@ "
    8092        ;;
    8193
    8294    --libs)
    83         ${ECHOn} " -L${libdir} -L${libdir}/singular -lSingular -lnumeric -lkernel -lpolys -lcoeffs -lreporter -lmisc @FACTORY_LIBS@ -lomalloc -lresources @NTL_LIBS@ @USEPPROCSDYNAMICLD@ @GMP_LIBS@"
     95        ${ECHOn} " -L${libdir} -lSingular @USEPPROCSDYNAMICLD@"
    8496        ;;
    8597
Note: See TracChangeset for help on using the changeset viewer.