Changeset 56c789 in git for Singular/Makefile.in


Ignore:
Timestamp:
Oct 12, 2010, 3:03:05 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f86c483adff92eaa95fe133be87f5d14b7f57b61
Parents:
ec58bdfcf1e8339250d75b8fc0ce7fbbce505ddb
Message:
new table generation, p2

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

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    rec58bd r56c789  
    381381        ${CXX} ${CXXFLAGS}  ${CPPFLAGS} ${DEFS} -c $<
    382382
    383 iparith.inc: ${OBJS} claptmpl.o iparith.cc \
    384                           ipconv.cc tok.h mpsr_Tok.cc grammar.h mod2.h
    385         ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} -DGENTABLE \
    386              -o gentable1 claptmpl.o iparith.cc tesths.cc mpsr_Tok.cc \
    387              ${OBJS} ${LDFLAGS} ${LIBS} ../kernel/mmalloc.o
     383iparith.inc: gentable.cc grammar.h tok.h table.h mod2.h
     384        ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} gentable.cc \
     385             -o gentable1 ${LDFLAGS} ${LIBS}
    388386        ./gentable1
    389387        /bin/rm -f gentable1 gentable1.exe
    390388
    391 mpsr_Tok.inc: ${OBJS} claptmpl.o iparith.cc \
    392                           ipconv.cc tok.h mpsr_Tok.cc grammar.h mod2.h
    393         ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} -DGENTABLE \
    394              -o gentable2 claptmpl.o iparith.cc tesths.cc mpsr_Tok.cc \
    395              ${OBJS} ${LDFLAGS} ${LIBS} ../kernel/mmalloc.o
     389mpsr_Tok.inc: gentable.cc grammar.h tok.h table.h mod2.h
     390        ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} gentable.cc \
     391             -o gentable2 ${LDFLAGS} ${LIBS}
    396392        ./gentable2
    397393        /bin/rm -f gentable2 gentable2.exe
    398 
    399394
    400395svnver:
Note: See TracChangeset for help on using the changeset viewer.