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

Diff for /OpenXM/src/ox_math/Makefile.in between version 1.8 and 1.10

version 1.8, 2000/12/03 21:46:52 version 1.10, 2003/01/11 12:39:11
Line 1 
Line 1 
 # -*- mode: Makefile -*-  # -*- mode: Makefile -*-
 # $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.7 2000/03/15 14:16:38 ohara Exp $  # $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.9 2000/12/03 22:09:34 ohara Exp $
   
 OpenXM_HOME=../..  OpenXM_HOME=../..
   
Line 19  STATIC_LINK_FLAGS = @static_link_flags@
Line 19  STATIC_LINK_FLAGS = @static_link_flags@
 BINARIES  = ox_math math2ox  BINARIES  = ox_math math2ox
 INSTALL   = @INSTALL@  INSTALL   = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@  INSTALL_PROGRAM = @INSTALL_PROGRAM@
   
   .SUFFIXES: .tm .c
   
   .tm.c:
           -rm -f $@
           ${MPREP} $? > $@
   
 all: ${BINARIES}  all: ${BINARIES}
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.10

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