Changeset 5938a0 in git


Ignore:
Timestamp:
Aug 14, 2011, 6:27:28 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
d7c1c8b211807af3ef64eafc9647003dd3ab4cb1
Parents:
fe72e1fcde351629e9ea56dd2cdba316c643f344
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-14 18:27:28+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:20+01:00
Message:
ADD: Singular building under Mac OS X
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/makefile

    rfe72e1 r5938a0  
    3535## compiler and linker options
    3636##
    37 LIBPOLYS_INCLUDES = -I.. -I../libpolys
    38 LIBPOLYS_CFLAGS = ${LIBPOLYS_INCLUDES}
    39 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
    40 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
     37LIBPOLYS_INCLUDES = -I.. -I../libpolys -I/opt/local/include
     38LIBPOLYS_CFLAGS   = ${LIBPOLYS_INCLUDES}
     39LIBPOLYS_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
     40LIBPOLYS_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
    4141
    4242
     
    222222
    223223Singular: ${OBJS}
    224         $(CXX) ${CXXFLAGS} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFS} ${OBJS} -o $@ -L. -L../kernel -lkernel ${LIBPOLYS_LIBS} -lntl -ldl -lgmp
     224        $(CXX) ${CXXFLAGS} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFS} ${OBJS} -o $@ -L. -L../kernel -lkernel ${LIBPOLYS_LIBS}
    225225
    226226
Note: See TracChangeset for help on using the changeset viewer.