Changeset 3449431 in git
- Timestamp:
- Aug 31, 2011, 2:18:56 AM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- 13a8deb045504711d73aa092f40117737cc315a2
- Parents:
- 4a4e294c1281857cdf5d91f50cfa1c1f222226b1
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-31 02:18:56+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:31+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/makefile
r4a4e29 r3449431 53 53 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions 54 54 CPPFLAGS = -I${srcdir} -I.. -I${includedir} ${LIBPOLYS_INCLUDES} ${PYTHON_INCLUDES} 55 DEFS = -DNDEBUG -DOM_NDEBUG -DLIBSINGULAR 55 DEFSNL = -DNDEBUG -DOM_NDEBUG 56 DEFS = ${DEFSNL} -DLIBSINGULAR 56 57 LDFLAGS = -L${srcdir}/lib 57 58 LD_DYN_FLAGS = -ldl -rdynamic … … 225 226 all: libSingular_g.a libSingular.a Singular Singularg 226 227 228 tesths.og: %.og: %.cc 229 $(CXXG) ${CXXFLAGSG} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFSGNL} -c $< -o $@ 230 231 tesths.o: %.o: %.cc 232 $(CXX) ${CXXFLAGS} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFSNL} -c $< -o $@ 233 227 234 Singular: tesths.o libSingular.a 228 235 $(CXX) ${CXXFLAGS} ${CXXTEMPLFLAGS} ${CPPFLAGS} ${DEFS} tesths.o -o $@ -L. -lSingular -L../kernel -lkernel ${LIBPOLYS_LIBS} … … 256 263 @echo "bison, perl and autoconf" 257 264 258 #dep. 265 #dep. ( manually?!! :((( ) 259 266 feOpt.h: feOpt.inc 260 267 cntrlc.cc: feOpt.inc 268 iparith.cc: iparith.inc 261 269 misc_ip.cc: feOpt.h 262 270 … … 267 275 268 276 269 iparith.o :iparith.inc270 271 277 ## 272 278 ## miscellanous targets … … 300 306 CCM = gcc -MM -MG -DGENERATE_DEPEND 301 307 302 DEFSG = -DLIBSINGULAR 308 DEFSGNL = 309 DEFSG = ${DEFSGNL} -DLIBSINGULAR 303 310 304 311 CFLAGSG = -Wall ${PIPE} ${LIBPOLYS_CFLAGS} ${PYTHON_CFLAGS}
Note: See TracChangeset
for help on using the changeset viewer.