Changeset 63ee2b in git for Singular/makefile
- Timestamp:
- Aug 4, 2011, 3:43:20 PM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/makefile
re585b6 r63ee2b 35 35 ## compiler and linker options 36 36 ## 37 LIBPOLYS_CFLAGS = `sh ../libpolys/libpolys-config --cflags` 37 LIBPOLYS_CFLAGS = -I.. -I../libpolys 38 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 39 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 38 40 39 41 PIPE = -pipe
Note: See TracChangeset
for help on using the changeset viewer.