Changeset ce2120e in git for libpolys/resources


Ignore:
Timestamp:
Jan 12, 2011, 4:38:30 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
8a8c9ed768299a5d5f445ef038c156b2bd2c1568
Parents:
86bbe35e2961078ce0b92b67a68c50da814c8cbb
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-01-12 16:38:30+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:59:24+01:00
Message:
created for_Hans_with_love.sh build script
. added polys to libpolys/Makefile.am and to libpolys/configure.ac
. updated libpolys/polys/Makefile.am
. updated libpolys/polys/configure.ac
. cleaned up libpolys/resources/configure.ac
. updated libpolys/resources/feResource.h
Location:
libpolys/resources
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/resources/configure.ac

    r86bbe3 rce2120e  
    2727  ac_cv_singuname="unknown"
    2828fi
    29 AC_DEFINE_UNQUOTED(S_UNAME, "$ac_cv_singuname")
     29AC_DEFINE_UNQUOTED(S_UNAME, "$ac_cv_singuname", Singular's own uname\, believe it or not)
    3030SINGUNAME=$ac_cv_singuname
    3131AC_SUBST(SINGUNAME)
    3232
    33 dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    34 dnl path stuff
    35 dnl
    36 
    37 project=singular
    38 component=resources
    39 
    40 AC_SUBST(project)
    41 
    42 dnl set exec_prefix, libdir, includedir to some sensible values
    43 dnl if they are not yet already set
    44 
    45 # expand prefix
    46 test "x$prefix" = xNONE && prefix=$ac_default_prefix
    47 
    48 # expand exec_prefixad
    49 if test "x$exec_prefix" = xNONE; then
    50  exec_prefix=${prefix}
    51 fi
    52 
    53 # expand libdir
    54 test "x$libdir" = 'x${exec_prefix}/lib'&& libdir="${exec_prefix}/lib/${project}/${component}"
    55 
    56 # expand includedir
    57 test "x$includedir" = 'x${prefix}/include' && includedir="${exec_prefix}/include/${project}/${component}"
    58 
    5933AC_CONFIG_FILES([Makefile])
    6034AC_OUTPUT
  • libpolys/resources/feResource.h

    r86bbe3 rce2120e  
    11#ifndef FERESOURCE_H
    22#define FERESOURCE_H
     3
     4#ifdef HAVE_SYS_PARAM_H
     5#include <sys/param.h>
     6#endif
     7
     8#define DIR_SEP '/'
     9#define DIR_SEPP "/"
     10
    311/*****************************************************************
    412 *
Note: See TracChangeset for help on using the changeset viewer.