Edit

kc3-lang/automake/compile-kr.am

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1995-11-22 03:22:14
    Hash : b0bba75d
    Message : Don't include .SUFFIXES

  • compile-kr.am
  • .c.krc:
    	$(ANSI2KNR) $< > $@
    
    .h.krh:
    	$(ANSI2KNR) $< > $@
    
    .krc.kro:
    	cp $< krtmp$$.c && \
    	$(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) krtmp$$.c && \
    	mv krtmp$$.o $@
    
    .c.kro:
    	$(ANSI2KNR) $< > $*.krc
    	cp $*.krc krtmp$$.c && \
    	$(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) krtmp$$.c && \
    	mv krtmp$$.o $@