[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / hgm / gsl-t-1 / src

Diff for /OpenXM/src/hgm/gsl-t-1/src/Makefile between version 1.1 and 1.2

version 1.1, 2013/02/07 07:38:23 version 1.2, 2013/02/21 01:31:03
Line 1 
Line 1 
 #CC=gcc  #CC=gcc
 AR=libtool  AR=ar
 RANLIB=ranlib  RANLIB=ranlib
 gsl-t-1.a: t-control.o t-cstd.o t-evolve.o t-rkf45.o t-step.o t-coerce.o t-error.o  gsl-t-1.a: t-control.o t-cstd.o t-evolve.o t-rkf45.o t-step.o t-coerce.o t-error.o
         if [ ${AR} = ar ]; then \          if [ ${AR} = ar ]; then \
Line 12  gsl-t-1.a: t-control.o t-cstd.o t-evolve.o t-rkf45.o t
Line 12  gsl-t-1.a: t-control.o t-cstd.o t-evolve.o t-rkf45.o t
 clean:  clean:
         rm -f *.o *~ gsl-t-1.a          rm -f *.o *~ gsl-t-1.a
   
   # Only the MacOS X accepts the above libtool options.
 ## test implementation including the minimum codes from the gsl 4.47  ## test implementation including the minimum codes from the gsl 4.47
 ## @s/2012/12/23-gsl* (gsl 4.47 code).  See ode-initval, err, sys  ## @s/2012/12/23-gsl* (gsl 4.47 code).  See ode-initval, err, sys
 ## h-mle/SO/Prog/hgm  ## h-mle/SO/Prog/hgm

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>