[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.7

version 1.2, 2000/12/15 05:48:34 version 1.7, 2004/12/15 12:24:49
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.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
 INSTALL_PROGRAM= cp -f  INSTALL    = @INSTALL@
   INSTALL_PROGRAM= ${INSTALL}
   
 all: oxc  all: oxc
   
Line 17  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.2  
changed lines
  Added in v.1.7

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