Home | History | Annotate | Line # | Download | only in aic7xxx
Makefile revision 1.1
      1  1.1  mycroft aic7xxx_seq.h: aic7xxx_asm aic7xxx.seq
      2  1.1  mycroft 	./aic7xxx_asm -o ${.TARGET} aic7xxx.seq
      3  1.1  mycroft 
      4  1.1  mycroft aic7xxx_asm: aic7xxx_asm.o
      5  1.1  mycroft 	${CC} -o $@ aic7xxx_asm.o
      6  1.1  mycroft 
      7  1.1  mycroft aic7xxx_asm.o: aic7xxx_asm.c
      8