Changeset 3b1a8d2 in git
- Timestamp:
- May 5, 2010, 5:22:51 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- ac568634b7a2d8b8d88e28ffdb7d39c09ac42783
- Parents:
- 0e23a0866325437ba55b50395a935cc6a27e86b3
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-05-05 17:22:51+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:52:53+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
coeffs/Makefile.in
r0e23a08 r3b1a8d2 46 46 47 47 # normal C++ source files 48 CXXSOURCES= gnumpc.cc gnumpfl.cc longrat.cc longrat0.cc \48 CXXSOURCES= gnumpc.cc gnumpfl.cc longrat.cc longrat0.cc ffields.cc \ 49 49 modulop.cc mpr_complex.cc \ 50 50 numbers.cc rmodulo2m.cc rmodulon.cc shortfl.cc … … 55 55 SOURCES=${CSOURCES} ${CXXSOURCES} 56 56 57 HEADERS= gnumpc.h gnumpfl.h longrat.h modulop.h \57 HEADERS= gnumpc.h gnumpfl.h longrat.h modulop.h ffields.h \ 58 58 mpr_complex.h mpr_global.h numbers.h \ 59 59 rmodulo2m.h rmodulon.h shortfl.h
Note: See TracChangeset
for help on using the changeset viewer.