Changeset eb76e8 in git for Singular/Makefile.am


Ignore:
Timestamp:
Oct 10, 2013, 12:30:34 AM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
69fb2b9df531140ea7a7aa2fb3854b73fd800a4df51434bec7fe9322fca45e898f4552bae3a5afa0
Parents:
6b0790a2c085eb3d0fba7545317c2c74469dd868
Message:
fix: AMLDFLAGS -> AM_LDFLAGS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    r6b0790a reb76e8  
    2626
    2727AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/numeric -I${top_builddir}/numeric -I${top_srcdir}/kernel -I${top_builddir}/kernel -I${top_srcdir}/libpolys -I${top_builddir}/libpolys $(GMP_CFLAGS) -I${top_srcdir}/factory/include -I${top_builddir}/factory/include $(FACTORY_CFLAGS) $(NTL_CFLAGS) $(FLINT_CFLAGS) -DHAVE_CONFIG_H  -DGIT_VERSION='"$(GIT_VERSION)"'
    28 AMLDFLAGS = -L${top_builddir}/Singular -L${top_builddir}/numeric -L${top_builddir}/kernel -L${top_builddir}/libpolys/polys  -L${top_builddir}/libpolys/coeffs -L${top_builddir}/libpolys/reporter -L${top_builddir}/libpolys/misc $(USE_FACTORY) -L${top_builddir}/omalloc -L${top_builddir}/resources
     28AM_LDFLAGS = -L${top_builddir}/Singular -L${top_builddir}/numeric -L${top_builddir}/kernel -L${top_builddir}/libpolys/polys  -L${top_builddir}/libpolys/coeffs -L${top_builddir}/libpolys/reporter -L${top_builddir}/libpolys/misc $(USE_FACTORY) -L${top_builddir}/omalloc -L${top_builddir}/resources
    2929
    3030########################### Dynamic Modules... #########################
     
    5656
    5757pyobject_la_LIBS    = $(PYTHON_EXTRA_LIBS)
    58 pyobject_la_LDFLAGS = ${AMLDFLAGS} $(PYTHON_EXTRA_LDFLAGS) $(PYTHON_LDFLAGS) $(PYTHON_LSPEC) -module -export-dynamic -avoid-version -flat_namespace -weak_reference_mismatches weak -undefined dynamic_lookup
     58pyobject_la_LDFLAGS = ${AM_LDFLAGS} $(PYTHON_EXTRA_LDFLAGS) $(PYTHON_LDFLAGS) $(PYTHON_LSPEC) -module -export-dynamic -avoid-version -flat_namespace -weak_reference_mismatches weak -undefined dynamic_lookup
    5959###  -export-dynamic -shared -module -avoid-version (add to all DMs?)
    6060
     
    207207# nodist_libSingular_g_la_SOURCES = iparith.inc
    208208
    209 libSingular_la_LDFLAGS    =  -release ${PACKAGE_VERSION} ${AMLDFLAGS} ${EMBED_PYOBJECT} \
     209libSingular_la_LDFLAGS    =  -release ${PACKAGE_VERSION} ${AM_LDFLAGS} ${EMBED_PYOBJECT} \
    210210-lnumeric -lkernel -lpolys -lcoeffs -lreporter -lmisc \
    211211$(FACTORY_LIBS) -lomalloc -lresources $(FLINT_LIBS) $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD}
     
    285285# Singular_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    286286
    287 Singular_LDFLAGS = -static ${AMLDFLAGS}
    288 # Singularg_LDFLAGS = -static ${AMLDFLAGS}
     287Singular_LDFLAGS = -static ${AM_LDFLAGS}
     288# Singularg_LDFLAGS = -static ${AM_LDFLAGS}
    289289
    290290
     
    312312# Singulard_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    313313
    314 Singulard_LDFLAGS = ${AMLDFLAGS}
    315 # Singulardg_LDFLAGS = ${AMLDFLAGS}
     314Singulard_LDFLAGS = ${AM_LDFLAGS}
     315# Singulardg_LDFLAGS = ${AM_LDFLAGS}
    316316
    317317
     
    322322#ESingular_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG -DESINGULAR -DPROTO
    323323ESingular_CPPFLAGS = ${AM_CPPFLAGS} -DESINGULAR -DPROTO
    324 ESingular_LDFLAGS = -static ${AMLDFLAGS}
     324ESingular_LDFLAGS = -static ${AM_LDFLAGS}
    325325ESingular_LDADD =   -lreporter -lmisc -lomalloc -lresources
    326326
     
    333333#TSingular_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG -DTSINGULAR -DPROTO
    334334TSingular_CPPFLAGS = ${AM_CPPFLAGS} -DTSINGULAR -DPROTO
    335 TSingular_LDFLAGS = -static ${AMLDFLAGS}
     335TSingular_LDFLAGS = -static ${AM_LDFLAGS}
    336336TSingular_LDADD =   -lreporter -lmisc -lomalloc -lresources
    337337
     
    351351# # libSingular.la -lnumeric
    352352libparse_LDADD = -lomalloc
    353 libparse_LDFLAGS = -static ${AMLDFLAGS}
     353libparse_LDFLAGS = -static ${AM_LDFLAGS}
    354354# TODO for libparse:
    355355# multiple definition of `category_out': libparse.cc v.s. utils.cc
     
    419419#test_s_g_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    420420
    421 test_s_r_LDFLAGS = -static ${AMLDFLAGS}
    422 #test_s_g_LDFLAGS = -static ${AMLDFLAGS}
     421test_s_r_LDFLAGS = -static ${AM_LDFLAGS}
     422#test_s_g_LDFLAGS = -static ${AM_LDFLAGS}
    423423
    424424
     
    442442# test_d_g_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    443443
    444 #test_d_r_LDFLAGS = ${AMLDFLAGS}
    445 # test_d_g_LDFLAGS = ${AMLDFLAGS}
     444#test_d_r_LDFLAGS = ${AM_LDFLAGS}
     445# test_d_g_LDFLAGS = ${AM_LDFLAGS}
    446446
    447447#########################################################
Note: See TracChangeset for help on using the changeset viewer.