Changeset 088214 in git for Singular/Makefile.in


Ignore:
Timestamp:
Nov 5, 2010, 12:03:41 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
46f703c8a9d36f2c5efe49331acc671801296f63
Parents:
9f82971a8917bde3c55476961ee907c076dbf0bf
Message:
libsingular-tesths.* not needed any more

git-svn-id: file:///usr/local/Singular/svn/trunk@13603 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r9f82971 r088214  
    341341
    342342libsingular: mod2.h Makefile version.h $(WIN_LIBS) scanner.cc  ${OBJS} \
    343          iparith.o libsingular-tesths.o libparse.cc claptmpl.o mpsr_Tok.o $(DL_LIBS)
     343         iparith.o libparse.cc claptmpl.o mpsr_Tok.o $(DL_LIBS)
    344344        $(LIBSINGULAR_LD) ${SLDFLAGS} ${LIBSINGULAR_FLAGS} -o libsingular.${SO_SUFFIX} \
    345         libsingular-tesths.o iparith.o mpsr_Tok.o claptmpl.o \
     345        iparith.o mpsr_Tok.o claptmpl.o \
    346346        ${OBJS} -lkernel -L../kernel -L../factory -L../libfac -L${libdir} ${LIBSINGULAR_LIBS}
    347347
    348348libsingular.a: mod2.h Makefile version.h $(WIN_LIBS) scanner.cc  ${OBJS} \
    349          iparith.o libsingular-tesths.o libparse.cc claptmpl.o mpsr_Tok.o
     349         iparith.o libparse.cc claptmpl.o mpsr_Tok.o
    350350        mkdir libsingular.tmp
    351351        (cd  libsingular.tmp; \
     
    360360        ${OBJS} libsingular.tmp/*
    361361        rm -rf libsingular.tmp
    362 
    363 libsingular-tesths.o: tesths.cc
    364         ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} -DLIBSINGULAR \
    365           ${SLDFLAGS} -o libsingular-tesths.o \
    366           -c tesths.cc
    367362
    368363../modules/python/libpython_module.a:
Note: See TracChangeset for help on using the changeset viewer.