[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.1 and 1.2

version 1.1, 2000/10/13 06:05:11 version 1.2, 2000/12/15 05:48:34
Line 1 
Line 1 
 ## $OpenXM$  ## $OpenXM: OpenXM/src/oxc/Makefile.in,v 1.1 2000/10/13 06:05:11 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
   INSTALL_PROGRAM= cp -f
   
 all: oxc  all: oxc
   
Line 12  oxc: oxc.o sm.o sm_ext.o
Line 13  oxc: oxc.o sm.o sm_ext.o
   
 sm.o sm_ext.o : sm.h  sm.o sm_ext.o : sm.h
   
 smtest: smtest.o sm.o sm_ext.o ${GETOPT}  install: oxc
         ${CC} -o smtest smtest.o sm.o sm_ext.o ${GETOPT} ${LIBS}          ${INSTALL_PROGRAM} oxc ${OpenXM_HOME}/bin
   
   install-for-debug: oxc
           ln -sf ../src/oxc/oxc ${OpenXM_HOME}/bin
   
 clean:  clean:
         -rm -f *.o *~ smtest 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 configure config.cache config.log config.status Makefile

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

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