[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.3 and 1.6

version 1.3, 2003/05/07 04:00:30 version 1.6, 2004/12/06 14:25:47
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/oxc/Makefile.in,v 1.2 2000/12/15 05:48:34 ohara Exp $  ## $OpenXM: OpenXM/src/oxc/Makefile.in,v 1.5 2003/09/03 07:11:20 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  LIBS       = @LIBS@ -L${OpenXM_HOME}/lib -lox -lgc
 INSTALL_PROGRAM= cp -f  INSTALL    = @INSTALL@
   INSTALL_PROGRAM= ${INSTALL}
   
 all: oxc  all: oxc
   
Line 24  clean:
Line 25  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.3  
changed lines
  Added in v.1.6

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