[BACK]Return to Makefile.1.116.diff.use-asir-gc CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / Linux / RPM

File: [local] / OpenXM / misc / packages / Linux / RPM / Makefile.1.116.diff.use-asir-gc (download)

Revision 1.1, Tue Mar 25 06:47:55 2003 UTC (21 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9

Diff file to build all by using libasir-gc.a
It may be used for Redhat 8.0 or later.

If the compilation fails at the directory "gc" on the redhat 8.0 or later,
try to apply this patch to OpenXM/src/Makefile;
    cd OpenXM/src
    patch <../misc/packages/Linux/RPM/Makefile.1.116.diff.use-asir-gc

$OpenXM: OpenXM/misc/packages/Linux/RPM/Makefile.1.116.diff.use-asir-gc,v 1.1 2003/03/25 06:47:55 takayama Exp $
===================================================================

*** Makefile	Thu Mar  6 19:36:03 2003
--- Makefile.use-asir-gc	Tue Mar 25 15:38:58 2003
***************
*** 11,22 ****
  all: configure all-gc all-gmp all-asir all-gnuplot all-k097 all-kan96xx \
       all-kxx all-pari all-phc all-openmath all-oxmath all-tigers all-fep
  
! all-gc: 
! 	@if test ! -f gc/.gc_make_done ; \
! 	then \
! 		(cd gc ; make all) ; \
! 	fi 
! 	@touch gc/.gc_make_done
  
  all-gmp: configure-gmp
  	(if test ! -f .gmp_make_done ; then cd gmp ; make ; touch .gmp_make_done ; fi) ; 
--- 11,17 ----
  all: configure all-gc all-gmp all-asir all-gnuplot all-k097 all-kan96xx \
       all-kxx all-pari all-phc all-openmath all-oxmath all-tigers all-fep
  
! all-gc: configure-asir
  
  all-gmp: configure-gmp
  	(if test ! -f .gmp_make_done ; then cd gmp ; make ; touch .gmp_make_done ; fi) ; 
***************
*** 94,100 ****
  	-@if test ! -f gc/.gc_installed ; \
  	then \
  		if test ! -d ../lib ; then mkdir ../lib ; fi ; \
! 		cp gc/gc.a ../lib/libgc.a ; \
  	fi 
  	@touch gc/.gc_installed
  
--- 89,96 ----
  	-@if test ! -f gc/.gc_installed ; \
  	then \
  		if test ! -d ../lib ; then mkdir ../lib ; fi ; \
! 		(cd asir2000 ; make install-libasir-gc) ; \
! 		ln -s ../lib/libasir-gc.a ../lib/libgc.a ; \
  	fi 
  	@touch gc/.gc_installed