[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_gsl

Diff for /OpenXM/src/ox_gsl/Attic/Makefile between version 1.1 and 1.2

version 1.1, 2018/03/29 05:47:11 version 1.2, 2018/03/29 11:52:17
Line 1 
Line 1 
 MYLIB=../../lib  MYLIB=-L../../lib -L/usr/local/lib
 MYINCLUDE=../../include  MYINCLUDE=-I../../include -I/usr/local/include
 all: ox_gsl  all: ox_gsl
   
 ox_gsl: ox_gsl.o  ox_gsl: ox_gsl.o call_gsl.o
         ${CC} -o ox_gsl ox_gsl.o -L${MYLIB} -lox -lgmp -lgc          ${CC} -o ox_gsl ox_gsl.o call_gsl.o ${MYLIB} -lgsl -lox -lgmp -lgc
   
 .c.o:  .c.o: ox_gsl.h
         ${CC} -I${MYINCLUDE}  -c -g $<          ${CC} ${MYINCLUDE}  -c -g $<
   
 clean:  clean:
         rm -f *.o *~ ox_gsl          rm -f *.o *~ ox_gsl
   
   # $OpenXM$

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

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