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

Diff for /OpenXM/src/ox_gsl/Makefile.in between version 1.2 and 1.3

version 1.2, 2018/04/07 04:39:20 version 1.3, 2018/06/04 06:39:26
Line 7  CC = @CC@
Line 7  CC = @CC@
   
 all: ${TARGET}  all: ${TARGET}
   
 ox_gsl: ox_gsl.o call_gsl.o ox_eval.o  ox_gsl: ox_gsl.o call_gsl.o ox_eval.o mysig.o
         ${CC} ${CFLAGS} -o ox_gsl ox_gsl.o call_gsl.o ox_eval.o ${LIBS}          ${CC} ${CFLAGS} -o ox_gsl ox_gsl.o call_gsl.o ox_eval.o mysig.o ${LIBS}
   
 .c.o: ox_gsl.h  .c.o: ox_gsl.h mysig.h
         ${CC} ${CFLAGS} -c -g $<          ${CC} ${CFLAGS} -c -g $<
   
 clean:  clean:
Line 18  clean:
Line 18  clean:
 distclean: clean  distclean: clean
         rm -f .configure_done          rm -f .configure_done
   
 # $OpenXM: OpenXM/src/ox_gsl/Makefile.in,v 1.1 2018/04/07 03:30:50 takayama Exp $  # $OpenXM: OpenXM/src/ox_gsl/Makefile.in,v 1.2 2018/04/07 04:39:20 ohara Exp $

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

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