- Timestamp:
- Mar 29, 2012, 1:34:51 PM (12 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- fca452a782a426cceaa9e98f3a95b5a5acccd04f
- Parents:
- da4e5cb9371055727eda739b44f619c7eabeab5e
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-29 13:34:51+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-29 13:49:42+02:00
- Location:
- libpolys
- Files:
-
- 2 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/Makefile.am
rda4e5c rb4a676 3 3 bin_SCRIPTS = libpolys-config 4 4 5 PACKAGES=misc reporter resourcescoeffs polys tests5 PACKAGES=misc reporter coeffs polys tests 6 6 SUBDIRS=$(PACKAGES) 7 7 -
libpolys/coeffs/Makefile.am
rda4e5c rb4a676 43 43 44 44 ## for testing... 45 AM_LDFLAGS = -L${ top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/resources -L${top_builddir}/misc ${USE_FACTORY} -L${top_builddir}/../omalloc -L${top_builddir}/../findexec45 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 46 47 47 … … 60 60 61 61 62 test_s_r_LDADD = -lcoeffs -lre sources -lreporter -lmisc ${FACTORY_LIBS} -lomalloc -lfindexec ${NTL_LIBS} ${GMP_LIBS}63 test_s_g_LDADD = -lcoeffs_g -lre sources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g -lfindexec_g ${NTL_LIBS} ${GMP_LIBS}62 test_s_r_LDADD = -lcoeffs -lreporter -lmisc ${FACTORY_LIBS} -lomalloc -lfindexec ${NTL_LIBS} ${GMP_LIBS} 63 test_s_g_LDADD = -lcoeffs_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g -lfindexec_g ${NTL_LIBS} ${GMP_LIBS} 64 64 65 test_d_r_LDADD = -lcoeffs -lre sources -lreporter -lmisc ${FACTORY_LIBS} -lomalloc -lfindexec ${NTL_LIBS} ${GMP_LIBS}66 test_d_g_LDADD = -lcoeffs_g -lre sources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g -lfindexec_g ${NTL_LIBS} ${GMP_LIBS}65 test_d_r_LDADD = -lcoeffs -lreporter -lmisc ${FACTORY_LIBS} -lomalloc -lfindexec ${NTL_LIBS} ${GMP_LIBS} 66 test_d_g_LDADD = -lcoeffs_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g -lfindexec_g ${NTL_LIBS} ${GMP_LIBS} 67 67 68 68 -
libpolys/configure.ac
rda4e5c rb4a676 121 121 AC_CONFIG_FILES([misc/Makefile]) 122 122 AC_CONFIG_FILES([reporter/Makefile]) 123 AC_CONFIG_FILES([resources/Makefile])124 123 AC_CONFIG_FILES([coeffs/Makefile]) 125 124 AC_CONFIG_FILES([polys/Makefile]) -
libpolys/polys/Makefile.am
rda4e5c rb4a676 11 11 12 12 INCLUDES = -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} 13 AM_LDFLAGS = -L${abs_top_builddir}/coeffs -L${abs_top_builddir}/reporter -L${abs_top_builddir}/ resources -L${abs_top_builddir}/../omalloc -L${abs_builddir}13 AM_LDFLAGS = -L${abs_top_builddir}/coeffs -L${abs_top_builddir}/reporter -L${abs_top_builddir}/../omalloc -L${abs_builddir} 14 14 15 15 if ENABLE_P_PROCS_STATIC … … 136 136 137 137 138 libpolys_la_LIBADD = ${abs_top_builddir}/misc/libmisc.la ${abs_top_builddir}/reporter/libreporter.la ${abs_top_builddir}/ resources/libresources.la ${abs_top_builddir}/coeffs/libcoeffs.la139 libpolys_g_la_LIBADD = ${abs_top_builddir}/misc/libmisc_g.la ${abs_top_builddir}/reporter/libreporter_g.la ${abs_top_builddir}/ resources/libresources_g.la ${abs_top_builddir}/coeffs/libcoeffs_g.la138 libpolys_la_LIBADD = ${abs_top_builddir}/misc/libmisc.la ${abs_top_builddir}/reporter/libreporter.la ${abs_top_builddir}/coeffs/libcoeffs.la 139 libpolys_g_la_LIBADD = ${abs_top_builddir}/misc/libmisc_g.la ${abs_top_builddir}/reporter/libreporter_g.la ${abs_top_builddir}/coeffs/libcoeffs_g.la 140 140 141 141 -
libpolys/tests/Makefile.am
rda4e5c rb4a676 99 99 rings_test_s_g_CPPFLAGS = ${DEBUGCPPFLAGS} 100 100 101 AM_LDFLAGS = -L${top_builddir}/polys -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/ resources -L${top_builddir}/misc ${USE_FACTORY} -L${top_builddir}/../omalloc -L${top_builddir}/../findexec101 AM_LDFLAGS = -L${top_builddir}/polys -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/misc ${USE_FACTORY} -L${top_builddir}/../omalloc -L${top_builddir}/../findexec 102 102 103 103 coeffs_test_s_r_LDFLAGS = ${AM_LDFLAGS} -static … … 118 118 119 119 120 coeffs_test_s_r_LDADD = -lcoeffs -lre sources -lreporter -lmisc ${FACTORY_LIBS} -lomalloc -lfindexec ${NTL_LIBS} ${GMP_LIBS}120 coeffs_test_s_r_LDADD = -lcoeffs -lreporter -lmisc ${FACTORY_LIBS} -lomalloc -lfindexec ${NTL_LIBS} ${GMP_LIBS} 121 121 polys_test_s_r_LDADD = -lpolys ${USEPPROCSDYNAMICLD} ${FACTORY_LIBS} -lomalloc -lfindexec ${NTL_LIBS} ${GMP_LIBS} 122 122 rings_test_s_r_LDADD = $(polys_test_s_r_LDADD) 123 123 124 coeffs_test_s_g_LDADD = -lcoeffs_g -lre sources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g -lfindexec_g ${NTL_LIBS} ${GMP_LIBS}124 coeffs_test_s_g_LDADD = -lcoeffs_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g -lfindexec_g ${NTL_LIBS} ${GMP_LIBS} 125 125 polys_test_s_g_LDADD = -lpolys_g ${USEPPROCSDYNAMICLD} ${FACTORY_LIBS} -lomalloc_g -lfindexec_g ${NTL_LIBS} ${GMP_LIBS} 126 126 rings_test_s_g_LDADD = $(polys_test_s_g_LDADD) 127 127 128 coeffs_test_d_r_LDADD = -lcoeffs -lre sources -lreporter -lmisc ${FACTORY_LIBS} -lomalloc -lfindexec ${NTL_LIBS} ${GMP_LIBS}128 coeffs_test_d_r_LDADD = -lcoeffs -lreporter -lmisc ${FACTORY_LIBS} -lomalloc -lfindexec ${NTL_LIBS} ${GMP_LIBS} 129 129 polys_test_d_r_LDADD = -lpolys ${USEPPROCSDYNAMICLD} ${FACTORY_LIBS} -lomalloc -lfindexec ${NTL_LIBS} ${GMP_LIBS} 130 130 rings_test_d_r_LDADD = $(polys_test_d_r_LDADD) 131 131 132 coeffs_test_d_g_LDADD = -lcoeffs_g -lre sources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g -lfindexec_g ${NTL_LIBS} ${GMP_LIBS}132 coeffs_test_d_g_LDADD = -lcoeffs_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g -lfindexec_g ${NTL_LIBS} ${GMP_LIBS} 133 133 polys_test_d_g_LDADD = -lpolys_g ${USEPPROCSDYNAMICLD} ${FACTORY_LIBS} -lomalloc_g -lfindexec_g ${NTL_LIBS} ${GMP_LIBS} 134 134 rings_test_d_g_LDADD = $(polys_test_d_g_LDADD)
Note: See TracChangeset
for help on using the changeset viewer.