Changeset 3b8a6e in git for libpolys/polys/Makefile.am
- Timestamp:
- Mar 29, 2012, 2:36:44 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/Makefile.am
r9f524d r3b8a6e 10 10 AM_CXXFLAGS = ${PIPE} ${CXXTEMPLFLAGS} 11 11 12 AM_LDFLAGS = -L${abs_top_builddir}/coeffs -L${abs_top_builddir}/reporter -L${abs_top_builddir}/../omalloc -L${abs_builddir}13 12 AM_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} 14 13 … … 88 87 89 88 P_PROCS_MODULE_LDFLAGS = -shared -module 90 # -L${top_builddir}/coeffs -lcoeffs91 89 P_PROCS_MODULE_LDFLAGSG = -shared -module 92 # -L${top_builddir}/coeffs -lcoeffs_g93 90 94 91 p_Procs_FieldGeneral_la_LDFLAGS = ${P_PROCS_MODULE_LDFLAGS} … … 151 148 152 149 templates_p_Procs_Generate_LDADD = -lreporter -lmisc -lomalloc -lfindexec 150 templates_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 153 151 154 152 templates/p_Procs.inc: templates/p_Procs_Generate
Note: See TracChangeset
for help on using the changeset viewer.