Changeset 740ea01 in git


Ignore:
Timestamp:
Sep 16, 2011, 11:45:53 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
546f7ff636157168940fd7689f58167ea0a28a2d
Parents:
e511e038459a41926151a8ebb40a70c8263878e5
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-16 23:45:53+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:51+01:00
Message:
ADD: quick hack for supporting fink / Mac OS X
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/makefile

    re511e0 r740ea01  
    3535## compiler and linker options
    3636##
    37 LIBPOLYS_INCLUDES = -I.. -I../libpolys -I/opt/local/include
     37LIBPOLYS_INCLUDES = -I.. -I../libpolys -I/opt/local/include -I/sw/include
    3838
    3939LIBPOLYS_CFLAGS   = ${LIBPOLYS_INCLUDES}
    4040
    41 LIBPOLYS_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 -L/opt/local/lib -lntl -lgmp -ldl
    42 
    43 LIBPOLYS_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 -L/opt/local/lib  -lntl -lgmp -ldl
     41LIBPOLYS_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 -L/sw/lib -L/opt/local/lib -lntl -lgmp -ldl
     42
     43LIBPOLYS_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 -L/sw/lib -L/opt/local/lib  -lntl -lgmp -ldl
    4444
    4545
Note: See TracChangeset for help on using the changeset viewer.