Changeset d462535 in git
- Timestamp:
- Feb 17, 2011, 5:00:57 PM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- e879df352ec16003286913cdc51aedd1bfa8161e
- Parents:
- 0cf29ee32038f8d901f290b7fcd031648f9dd8f9
- git-author:
- Bradford Hovinen <hovinen@gmail.com>2011-02-17 17:00:57+01:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:59:30+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/Makefile.am
r0cf29ee rd462535 30 30 test_g_SOURCES=test.cc 31 31 32 test_LDADD = -lreporter -lresources -lgmp -lomalloc_ndebug libcoeffs.a33 test_g_LDADD = -lreporter -lresources -lgmp -lomalloc_ndebug libcoeffs_g.a32 test_LDADD = libcoeffs.a -lresources -lreporter -lgmp -lomalloc_debug 33 test_g_LDADD = libcoeffs_g.a -lresources -lreporter -lgmp -lomalloc_debug 34 34 35 35 test_g_CXXFLAGS = -g -Wextra -Wall -pedantic -fdiagnostics-show-option -Wno-long-long -
omalloc/Makefile.am
r0cf29ee rd462535 36 36 libomalloc_a_CPPFLAGS= -DOM_NDEBUG 37 37 38 BUILT_SOURCES = omTables.inc 38 BUILT_SOURCES = omTables.inc omTables.h 39 39 40 40 omTables.inc: omTables omalloc.h
Note: See TracChangeset
for help on using the changeset viewer.