Changeset 3b8a6e in git for libpolys/polys


Ignore:
Timestamp:
Mar 29, 2012, 2:36:44 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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/polys/Makefile.am

    r9f524d r3b8a6e  
    1010AM_CXXFLAGS     = ${PIPE} ${CXXTEMPLFLAGS}
    1111
    12 AM_LDFLAGS      = -L${abs_top_builddir}/coeffs -L${abs_top_builddir}/reporter -L${abs_top_builddir}/../omalloc -L${abs_builddir}
    1312AM_CPPFLAGS     = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} -I${top_srcdir}/../factory/include -I${top_builddir}/../factory/include ${GMP_CFLAGS}
    1413
     
    8887
    8988P_PROCS_MODULE_LDFLAGS = -shared -module
    90 # -L${top_builddir}/coeffs -lcoeffs
    9189P_PROCS_MODULE_LDFLAGSG = -shared -module
    92 # -L${top_builddir}/coeffs -lcoeffs_g
    9390
    9491p_Procs_FieldGeneral_la_LDFLAGS = ${P_PROCS_MODULE_LDFLAGS}
     
    151148
    152149templates_p_Procs_Generate_LDADD    = -lreporter -lmisc -lomalloc -lfindexec
     150templates_p_Procs_Generate_LDFLAGS  = -L${abs_builddir} -L${abs_top_builddir}/coeffs -L${abs_top_builddir}/reporter -L${top_builddir}/misc -L${abs_top_builddir}/../omalloc -L${abs_top_builddir}/../findexec
    153151
    154152templates/p_Procs.inc: templates/p_Procs_Generate
Note: See TracChangeset for help on using the changeset viewer.