Changeset ce2120e in git for libpolys/polys/configure.ac


Ignore:
Timestamp:
Jan 12, 2011, 4:38:30 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', '2fa36c576e6a4ddbb1093b43c7f8e9835e17e52a')
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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/configure.ac

    r86bbe3 rce2120e  
    2828
    2929AC_CONFIG_FILES([Makefile])
     30
     31case $DL_KERNEL in
     32 static)        DL_KERNEL_OBJECT='p_Procs_Static.$(OBJEXT)'
     33                DL_KERNEL_OBJECT_DEBUG='p_Procs_Static.$(OBJEXT)g' ;;
     34 dynamic)       DL_KERNEL_OBJECT='p_Procs_Dynamic.$(OBJEXT)'
     35                DL_KERNEL_OBJECT_DEBUG='p_Procs_Dynamic.$(OBJEXT)g' ;;
     36esac
     37
     38AC_SUBST([DL_KERNEL_OBJECT])
     39AC_SUBST([DL_KERNEL_OBJECT_DEBUG])
     40
    3041AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.