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

Diff for /OpenXM/src/oxc/Makefile.in between version 1.2 and 1.5

version 1.2, 2000/12/15 05:48:34 version 1.5, 2003/09/03 07:11:20
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/oxc/Makefile.in,v 1.1 2000/10/13 06:05:11 ohara Exp $  ## $OpenXM: OpenXM/src/oxc/Makefile.in,v 1.4 2003/09/01 17:42:12 ohara Exp $
   
 OpenXM_HOME=../..  OpenXM_HOME=../..
 CC         = @CC@  CC         = @CC@
 CFLAGS     = @CFLAGS@ -g -Wall -O2 -finline-functions -I${OpenXM_HOME}/src/ox_toolkit -I${OpenXM_HOME}/include  CFLAGS     = @CFLAGS@ -g -Wall -O2 -finline-functions -I${OpenXM_HOME}/src/ox_toolkit -I${OpenXM_HOME}/include
 LIBS       = @LIBS@ -L${OpenXM_HOME}/lib -lox -lgmp  #LIBS       = @LIBS@ -L${OpenXM_HOME}/lib -lox -lgmp
   LIBS       = @LIBS@ -L${OpenXM_HOME}/lib -lox -lgc
 INSTALL_PROGRAM= cp -f  INSTALL_PROGRAM= cp -f
   
 all: oxc  all: oxc
Line 23  clean:
Line 24  clean:
         -rm -f *.o *~ oxc          -rm -f *.o *~ oxc
   
 distclean: clean  distclean: clean
         -rm -f .configure_done configure config.cache config.log config.status Makefile          -rm -f .configure_done config.cache config.log config.status Makefile

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

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