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

Diff for /OpenXM/src/kan96xx/plugin/Attic/Makefile between version 1.5 and 1.6

version 1.5, 2000/01/10 19:21:17 version 1.6, 2000/01/10 19:45:33
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/kan96xx/plugin/Makefile,v 1.4 2000/01/10 14:31:38 maekawa Exp $  ## $OpenXM: OpenXM/src/kan96xx/plugin/Makefile,v 1.5 2000/01/10 19:21:17 maekawa Exp $
   
 OPENXM=../../../../OpenXM  OPENXM=../../../../OpenXM
 OPEMXM_CONTRIB=../../../../OpenXM_contrib  OPEMXM_CONTRIB=../../../../OpenXM_contrib
Line 55  file2.a: file2.o
Line 55  file2.a: file2.o
 file2.o: file2.h file2.c  file2.o: file2.h file2.c
   
 ox.a: mytcpio.o oxmisc.o oxmisc2.o  ox.a: mytcpio.o oxmisc.o oxmisc2.o
           $(AR) ru $@ $?
           $(GC)/if_not_there $(GC)/on_sparc_sunos5 ranlib $@
   
 ox.h: oxx.h  ox.h: oxx.h
         @echo "Making ox.h"          @echo "Making ox.h"

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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