Ticket #11645: trac_11645-singular_spkg__patches__Singular-Makefile.in.patch
File trac_11645-singular_spkg__patches__Singular-Makefile.in.patch, 1.2 KB (added by , 10 years ago) |
---|
-
.in
old new 377 377 claptmpl.o: claptmpl.cc mod2.h 378 378 ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${DEFS} -c $< 379 379 380 iparith.inc: claptmpl.o iparith.cc \380 iparith.inc: ${OBJS} claptmpl.o iparith.cc \ 381 381 ipconv.cc tok.h mpsr_Tok.cc grammar.h mod2.h 382 382 ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} -DGENTABLE \ 383 383 -o gentable1 claptmpl.o iparith.cc tesths.cc mpsr_Tok.cc \ … … 385 385 ./gentable1 386 386 /bin/rm -f gentable1 gentable1.exe 387 387 388 mpsr_Tok.inc: claptmpl.o iparith.cc \388 mpsr_Tok.inc: ${OBJS} claptmpl.o iparith.cc \ 389 389 ipconv.cc tok.h mpsr_Tok.cc grammar.h mod2.h 390 390 ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${CXXTEMPLFLAGS} ${DEFS} -DGENTABLE \ 391 391 -o gentable2 claptmpl.o iparith.cc tesths.cc mpsr_Tok.cc \ … … 548 548 ${INSTALL_DATA} $$file ${slibdir}; \ 549 549 done 550 550 ${MKINSTALLDIRS} ${slibdir}/gftables 551 ${INSTALL_DATA} `pwd`/LIB/gftables/* ${slibdir}/gftables/ 551 for file in `pwd`/LIB/gftables/*; do \ 552 ${INSTALL_DATA} $$file ${slibdir}/gftables/; \ 553 done 552 554 553 555 install-libsingular: libsingular 554 556 ${MKINSTALLDIRS} ${includedir}/singular