Changeset 2b957a in git for coeffs/Makefile.in


Ignore:
Timestamp:
Jun 8, 2010, 11:40:27 PM (14 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c4c8181ff644b04ae3f3b82007442444a629e055
Parents:
c3d17527305d0cf9da8226a23b8fc95f6e3f37d0
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-06-08 23:40:27+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:03+01:00
Message:
Fixing bugs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/Makefile.in

    rc3d175 r2b957a  
    3535CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
    3636CPPFLAGS        = -I${srcdir} -I${includedir} -I${srcdir}/../misc/ -I${srcdir}/../resource/ -I${srcdir}/../output/ -L${srcdir}/../output/ -L${libdir} -lgmp
    37 DEFS            = -DNDEBUG -DOM_NDEBUG -Dix86_Linux -DHAVE_CONFIG_H
     37DEFS            = -Dix86_Linux -DHAVE_CONFIG_H -DLDEBUG -DDEBUG -DOM_DEBUG -DHAVE_ASSUME
     38
     39# -DNDEBUG -DOM_NDEBUG
    3840
    3941## End configuration dependend stuff
     
    9294        $(INSTALL_DATA) coeffs.h $(includedir)/coeffs.h
    9395
    94 test: libcoeffs.a
     96test: test.cc libcoeffs.a
    9597        ${CXX} ${CXXFLAGS} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFS} test.cc -L. -I. -lcoeffs -o test -lomalloc -loutput
Note: See TracChangeset for help on using the changeset viewer.