Diff for /src/gnu/usr.bin/cc3/cc_tools/Attic/Makefile between versions 1.4 and 1.5

version 1.4, 2004/02/02 23:35:10 version 1.5, 2004/02/03 03:47:11
Line 43  gen-time-stamp: genattr genattrtab genco Line 43  gen-time-stamp: genattr genattrtab genco
 build-tools: gen$F  build-tools: gen$F
   
 gen$F: gen$F.o rtl.o obstack.o print-rtl.o bitmap.o errors.o gensupport.o \  gen$F: gen$F.o rtl.o obstack.o print-rtl.o bitmap.o errors.o gensupport.o \
         ggc-none.o hashtab.o read-rtl.o concat.o insn-conditions.o          ggc-none.o hashtab.o read-rtl.o concat.o insn-conditions.o \
           xmalloc.o xexit.o
         ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}          ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
   
 GENSRCS+=       gen$F.c  GENSRCS+=       gen$F.c
Line 57  build-tools: genattrtab Line 58  build-tools: genattrtab
   
 genattrtab : genattrtab.o rtl.o obstack.o print-rtl.o bitmap.o errors.o \  genattrtab : genattrtab.o rtl.o obstack.o print-rtl.o bitmap.o errors.o \
         gensupport.o ggc-none.o hashtab.o read-rtl.o concat.o \          gensupport.o ggc-none.o hashtab.o read-rtl.o concat.o \
         insn-conditions.o genautomata.o varray.o getruntime.o          insn-conditions.o genautomata.o varray.o getruntime.o \
           xmalloc.o xexit.o
         ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} -lm          ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} -lm
   
 GENSRCS+=       genattrtab.c  GENSRCS+=       genattrtab.c
Line 71  CLEANFILES+= genattrtab Line 73  CLEANFILES+= genattrtab
 build-tools: gen$F  build-tools: gen$F
   
 gen$F: gen$F.o rtl.o obstack.o bitmap.o errors.o gensupport.o \  gen$F: gen$F.o rtl.o obstack.o bitmap.o errors.o gensupport.o \
        ggc-none.o hashtab.o read-rtl.o concat.o dummy-conditions.o         ggc-none.o hashtab.o read-rtl.o concat.o dummy-conditions.o \
          xmalloc.o xexit.o
         ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}          ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
   
 GENSRCS+=       gen$F.c  GENSRCS+=       gen$F.c
Line 97  GENSRCS+= genrtl.c genrtl.h Line 100  GENSRCS+= genrtl.c genrtl.h
   
 SRCS+=  bitmap.c concat.c dummy-conditions.c errors.c genautomata.c \  SRCS+=  bitmap.c concat.c dummy-conditions.c errors.c genautomata.c \
         gensupport.c getruntime.c ggc-none.c hashtab.c \          gensupport.c getruntime.c ggc-none.c hashtab.c \
         obstack.c physmem.c print-rtl.c read-rtl.c rtl.c varray.c xmemdup.c          obstack.c physmem.c print-rtl.c read-rtl.c rtl.c varray.c xmemdup.c \
           xmalloc.c xexit.c
   
 #-----------------------------------------------------------------------  #-----------------------------------------------------------------------
 # Common parser stuff.  # Common parser stuff.
Line 135  gengtype-yacc+%DIKED.c: gengtype-yacc.c Line 139  gengtype-yacc+%DIKED.c: gengtype-yacc.c
             -e "s/realloc/xrealloc/g" \              -e "s/realloc/xrealloc/g" \
             ${.ALLSRC} > ${.TARGET}              ${.ALLSRC} > ${.TARGET}
   
 gengtype: gengtype.o gengtype-yacc+%DIKED.o gengtype-lex.o xmemdup.o  gengtype: gengtype.o gengtype-yacc+%DIKED.o gengtype-lex.o xmemdup.o xmalloc.o xexit.o
         ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}          ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
   
 GENSRCS+=       gengtype.c  GENSRCS+=       gengtype.c
Line 427  ${OBJS}: ${SRCS:M*.h:Ngtype-desc.h:Ngenr Line 431  ${OBJS}: ${SRCS:M*.h:Ngtype-desc.h:Ngenr
   
 ${OBJS:Ngencheck.o:Ngengenrtl.o:Ngenpreds.o}: tree-check.h tm-preds.h genrtl.h  ${OBJS:Ngencheck.o:Ngengenrtl.o:Ngenpreds.o}: tree-check.h tm-preds.h genrtl.h
   
 ${OBJS:Ngengtype*.o:Nxmemdup.o:Ngengenrtl.o:Ngencheck.o:Ngenpreds.o}: gtype-desc.h  ${OBJS:Ngengtype*.o:Nxmemdup.o:Ngengenrtl.o:Ngencheck.o:Ngenpreds.o:Nxmalloc.o:Nxexit.o}: gtype-desc.h
   
 genextract.o: insn-config.h  genextract.o: insn-config.h
   

Removed from v.1.4  
changed lines
  Added in v.1.5