[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / util

Diff for /OpenXM/src/util/Attic/Makefile between version 1.7 and 1.8

version 1.7, 2003/09/08 01:22:57 version 1.8, 2003/09/08 02:43:47
Line 1 
Line 1 
 # $OpenXM: OpenXM/src/util/Makefile,v 1.6 2003/07/21 11:56:34 takayama Exp $  # $OpenXM: OpenXM/src/util/Makefile,v 1.7 2003/09/08 01:22:57 takayama Exp $
 OpenXM_ROOT=../../../OpenXM  OpenXM_ROOT=../../../OpenXM
 OpenXM_bin=$(OpenXM_ROOT)/bin  OpenXM_bin=$(OpenXM_ROOT)/bin
 OpenXM_lib=$(OpenXM_ROOT)/lib  OpenXM_lib=$(OpenXM_ROOT)/lib
Line 14  oxreplace : oxreplace.c
Line 14  oxreplace : oxreplace.c
 libox_pathfinder.a : ox_pathfinder.o  libox_pathfinder.a : ox_pathfinder.o
         ar ru libox_pathfinder.a ox_pathfinder.o          ar ru libox_pathfinder.a ox_pathfinder.o
 ox_pathfinder.o : ox_pathfinder.c ox_pathfinder.h  ox_pathfinder.o : ox_pathfinder.c ox_pathfinder.h
         $(CC) -D_BSD_SOURCE -c ox_pathfinder.c          $(CC) -D_BSD_SOURCE -D_POSIX_SOURCE -c ox_pathfinder.c
   
 install: all  install: all
         @if [ ! -f ./.install_done ] ; then \          @if [ ! -f ./.install_done ] ; then \
Line 29  install: all
Line 29  install: all
         fi          fi
   
 clean:  clean:
         rm -f .install_done *.o oxweave oxreplace libox_pathfinder.a  
   
           rm -f .install_done *.o oxweave oxreplace libox_pathfinder.a

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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