Changeset a40080 in git for kernel/makefile
- Timestamp:
- Aug 25, 2011, 6:58:47 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 4a4e294c1281857cdf5d91f50cfa1c1f222226b1
- Parents:
- dbcf787c5d91a92e37ade8d0ac59dc712be5c207
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-25 18:58:47+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:30+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/makefile
rdbcf787 ra40080 35 35 ## compiler and linker options 36 36 ## 37 LIBPOLYS_CFLAGS = -I.. -I../libpolys - DHAVE_SINGULAR -I/opt/local/include37 LIBPOLYS_CFLAGS = -I.. -I../libpolys -I/opt/local/include 38 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 -L/opt/local/lib -lntl -lgmp -ldl 39 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 -L/opt/local/lib -lntl -lgmp -ldl
Note: See TracChangeset
for help on using the changeset viewer.