Changeset 2870a4 in git for factory/Makefile.am
- Timestamp:
- Mar 5, 2014, 1:41:05 PM (10 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 31bb7ae2c801c87834b44c6005072547758c3278
- Parents:
- 2dcd2472263aa4dc28eef2ff6149980cf8c3bc88
- git-author:
- Martin Lee <martinlee84@web.de>2014-03-05 13:41:05+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2014-03-06 11:04:14+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/Makefile.am
r2dcd24 r2870a4 3 3 SUBDIRS=include/factory libfac 4 4 5 AM_CPPFLAGS = -I${builddir}/include -I${srcdir}/include $(FLINT_CFLAGS) $ {GMP_CFLAGS} ${NTL_CFLAGS} ${OMALLOC_CFLAGS}5 AM_CPPFLAGS = -I${builddir}/include -I${srcdir}/include $(FLINT_CFLAGS) $(GMP_CFLAGS) $(NTL_CFLAGS) $(OMALLOC_CFLAGS) 6 6 7 7 lib_LTLIBRARIES = libfactory.la 8 8 9 9 libfactory_la_LIBADD = ${builddir}/libfac/libfac.la \ 10 ${builddir}/../omalloc/libomalloc.la ${builddir}/../resources/libresources.la \ 11 $(FLINT_LIBS) ${GMP_LIBS} ${NTL_LIBS} 10 $(OMALLOC_LDFLAGS) $(OMALLOC_R_LDADD) $(FLINT_LIBS) $(GMP_LIBS) $(NTL_LIBS) 12 11 13 12 libfactory_la_LDFLAGS = -release ${PACKAGE_VERSION}
Note: See TracChangeset
for help on using the changeset viewer.