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

version 1.6, 2000/01/10 19:45:33 version 1.7, 2000/01/18 09:46:53
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/kan96xx/plugin/Makefile,v 1.5 2000/01/10 19:21:17 maekawa Exp $  ## $OpenXM: OpenXM/src/kan96xx/plugin/Makefile,v 1.6 2000/01/10 19:45:33 maekawa Exp $
   
 OPENXM=../../../../OpenXM  OPENXM=../../../../OpenXM
 OPEMXM_CONTRIB=../../../../OpenXM_contrib  OPEMXM_CONTRIB=../../../../OpenXM_contrib
Line 13  CC=gcc
Line 13  CC=gcc
 CFLAGS+=-g -I$(GMP) -I../Kan  CFLAGS+=-g -I$(GMP) -I../Kan
   
 all: all-gc all-gmp asirconv.a cmo.a file2.a ox.a sample.a sm1Socket.a  all: all-gc all-gmp asirconv.a cmo.a file2.a ox.a sample.a sm1Socket.a
   
   .SUFFIXES:
   
 clean:  clean:
         $(RM) -f *.a *.o a.out cmo.h cmotag.hh cmotagToName cmptag.htmp \          $(RM) -f *.a *.o a.out cmo.h cmotag.hh cmotagToName cmptag.htmp \

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

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