[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.4 and 1.8

version 1.4, 2000/01/10 14:31:38 version 1.8, 2000/01/19 02:38:51
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/kan96xx/plugin/Makefile,v 1.2 1999/11/02 12:28:57 takayama Exp $  ## $OpenXM: OpenXM/src/kan96xx/plugin/Makefile,v 1.7 2000/01/18 09:46:53 takayama Exp $
   
   OPENXM=../../../../OpenXM
 OPEMXM_CONTRIB=../../../../OpenXM_contrib  OPEMXM_CONTRIB=../../../../OpenXM_contrib
 GC=$(OPEMXM_CONTRIB)/gc  GC=$(OPEMXM_CONTRIB)/gc
 GMP=$(OPEMXM_CONTRIB)/gmp  GMP=$(OPEMXM_CONTRIB)/gmp
   KAN96XX=$(OPENXM)/src/kan96xx
   
 AR=/usr/bin/ar  AR=/usr/bin/ar
 RM=/bin/rm  RM=/bin/rm
Line 10  RM=/bin/rm
Line 12  RM=/bin/rm
 CC=gcc  CC=gcc
 CFLAGS+=-g -I$(GMP) -I../Kan  CFLAGS+=-g -I$(GMP) -I../Kan
   
 all: 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 \
                  ox.h ox.hh ox_kan.h                   ox.h ox.hh ox_kan.h
   
   all-gc:
           (cd $(KAN96XX) ; make all-gc)
   
   all-gmp:
           (cd $(KAN96XX) ; make all-gmp)
   
 asirconv.a: asirconv.o  asirconv.a: asirconv.o
   
 asirconv.o: asir.h asir.hh asirconv.c  asirconv.o: asir.h asir.hh asirconv.c
Line 47  file2.a: file2.o
Line 57  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.4  
changed lines
  Added in v.1.8

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