Changeset 740ea01 in git
- Timestamp:
- Sep 16, 2011, 11:45:53 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/makefile
re511e0 r740ea01 35 35 ## compiler and linker options 36 36 ## 37 LIBPOLYS_INCLUDES = -I.. -I../libpolys -I/opt/local/include 37 LIBPOLYS_INCLUDES = -I.. -I../libpolys -I/opt/local/include -I/sw/include 38 38 39 39 LIBPOLYS_CFLAGS = ${LIBPOLYS_INCLUDES} 40 40 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 -ldl42 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 -ldl41 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/sw/lib -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/sw/lib -L/opt/local/lib -lntl -lgmp -ldl 44 44 45 45
Note: See TracChangeset
for help on using the changeset viewer.