[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.4 and 1.7

version 1.4, 2003/09/01 17:42:12 version 1.7, 2004/12/15 12:24:49
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/oxc/Makefile.in,v 1.3 2003/05/07 04:00:30 ohara Exp $  ## $OpenXM: OpenXM/src/oxc/Makefile.in,v 1.6 2004/12/06 14:25:47 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 -lgc -lgmp
 LIBS       = @LIBS@ -L${OpenXM_HOME}/lib -lox -lgc  INSTALL    = @INSTALL@
 INSTALL_PROGRAM= cp -f  INSTALL_PROGRAM= ${INSTALL}
   
 all: oxc  all: oxc
   
Line 18  install: oxc
Line 18  install: oxc
         ${INSTALL_PROGRAM} oxc ${OpenXM_HOME}/bin          ${INSTALL_PROGRAM} oxc ${OpenXM_HOME}/bin
   
 install-for-debug: oxc  install-for-debug: oxc
         ln -sf ../src/oxc/oxc ${OpenXM_HOME}/bin          ln -sf `pwd`/oxc ${OpenXM_HOME}/bin
   
 clean:  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.4  
changed lines
  Added in v.1.7

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