Changeset 63ee2b in git for Singular/makefile


Ignore:
Timestamp:
Aug 4, 2011, 3:43:20 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
dd77cc51fa000fbdb77d5e16c65da2bfb459af18
Parents:
e585b609a109f4d4e1bc0cb54ceabf5dd6659d2a
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-04 15:43:20+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:17:25+01:00
Message:
ADD: better libpolys cflags/libs in Singular/makefile
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/makefile

    re585b6 r63ee2b  
    3535## compiler and linker options
    3636##
    37 LIBPOLYS_CFLAGS = `sh ../libpolys/libpolys-config --cflags`
     37LIBPOLYS_CFLAGS = -I.. -I../libpolys
     38LIBPOLYS_LIBS   = -L../factory -L../omalloc -L../libpolys/misc -L../libpolys/reporter -L../libpolys/resources -L../libpolys/coeffs -L../libpolys/polys -lpolys -lcoeffs -lresources -lreporter -lmisc -lfactory -lomalloc
     39LIBPOLYS_LIBSG   = -L../factory -L../omalloc -L../libpolys/misc -L../libpolys/reporter -L../libpolys/resources -L../libpolys/coeffs -L../libpolys/polys -lpolys_g -lcoeffs_g -lresources_g -lreporter_g -lmisc_g -lfactory -lomalloc_g
    3840
    3941PIPE            = -pipe
Note: See TracChangeset for help on using the changeset viewer.