Changeset 3b8a6e in git for libpolys/coeffs/Makefile.am


Ignore:
Timestamp:
Mar 29, 2012, 2:36:44 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
d1eb80a0883d1bde6bec62a010c7dd44e1dce366
Parents:
9f524dff0ae56f9b1800fbdba56cdbb6f6b120b3
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-29 14:36:44+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-29 14:42:10+02:00
Message:
removed AM_LDFLAGS from those Makefile.am where a library is built

chg: AM_LDFLAGS -> user variable AMLDFLAGS, which was added manualy to *_LDFLAGS

NOTE: AM_LDFLAGS goes to library dependency in the resulting .la file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    r9f524d r3b8a6e  
    3636
    3737
     38## for testing...
    3839if ENABLE_FACTORY
    3940  USE_FACTORY = -L${top_builddir}/../factory
     
    4243endif
    4344
    44 ## for testing...
    45 AM_LDFLAGS = -L${abs_top_builddir}/coeffs -L${abs_top_builddir}/reporter -L${top_builddir}/misc ${USE_FACTORY} -L${top_builddir}/../omalloc -L${abs_top_builddir}/../findexec -L${abs_builddir}
    46 
     45AMLDFLAGS = -L${abs_top_builddir}/coeffs -L${abs_top_builddir}/reporter -L${top_builddir}/misc ${USE_FACTORY} -L${top_builddir}/../omalloc -L${abs_top_builddir}/../findexec
    4746
    4847TESTS_ENVIRONMENT = SINGULARPATH='${top_srcdir}/../factory:${top_builddir}/../factory'
     
    9291
    9392
     93test_s_r_LDFLAGS = -static ${AMLDFLAGS}
     94test_s_g_LDFLAGS = -static ${AMLDFLAGS}
    9495
    95 test_s_r_LDFLAGS = -static
    96 test_s_g_LDFLAGS = -static
     96test_d_r_LDFLAGS = ${AMLDFLAGS}
     97test_d_g_LDFLAGS = ${AMLDFLAGS}
Note: See TracChangeset for help on using the changeset viewer.