Changeset b1b9e1f in git
- Timestamp:
- Jan 6, 2014, 6:59:17 PM (9 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 80fe3f372484fe4788fe8ccdf7d4ee9ae5ed8a2c
- Parents:
- 667d33c17b492fbd790aa9baf8a413fa7db3a6e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.am
r667d33 rb1b9e1f 229 229 Singular_LDADD = libSingular.la ${EMBED_PYOBJECT} 230 230 231 Singular_LDFLAGS = -static${AM_LDFLAGS} ${EMBED_PYOBJECT}231 Singular_LDFLAGS = ${AM_LDFLAGS} ${EMBED_PYOBJECT} 232 232 233 233 Singulard_SOURCES = tesths.cc mmalloc.cc fegetopt.c fegetopt.h utils.cc utils.h … … 243 243 #### ESingular 244 244 ESingular_CPPFLAGS = ${AM_CPPFLAGS} -DESINGULAR -DPROTO 245 ESingular_LDFLAGS = -static ${AM_LDFLAGS}245 # ESingular_LDFLAGS = -static ${AM_LDFLAGS} 246 246 ESingular_LDADD = -lreporter -lmisc -lomalloc -lresources 247 247 … … 250 250 #### same for TSingular 251 251 TSingular_CPPFLAGS = ${AM_CPPFLAGS} -DTSINGULAR -DPROTO 252 TSingular_LDFLAGS = -static ${AM_LDFLAGS}252 # TSingular_LDFLAGS = -static ${AM_LDFLAGS} 253 253 TSingular_LDADD = -lreporter -lmisc -lomalloc -lresources 254 254 … … 264 264 # # libSingular.la -lnumeric 265 265 libparse_LDADD = -lomalloc 266 libparse_LDFLAGS = -static ${AM_LDFLAGS}266 # libparse_LDFLAGS = -static ${AM_LDFLAGS} 267 267 # TODO for libparse: DONE by Hans??? 268 268 # multiple definition of `category_out': libparse.cc v.s. utils.cc
Note: See TracChangeset
for help on using the changeset viewer.