|
|
1.1 ! root 1: CFLAGS = ! 2: LDFLAGS= ! 3: ! 4: iconx: main.o init.o interp.o pstart.o pstop.o start.o \ ! 5: ../functions/Lib ../operators/Lib ../lib/Lib ../rt/Lib ! 6: cc $(LDFLAGS) -X -o iconx main.o start.o init.o pstart.o \ ! 7: interp.o ../functions/Lib ../operators/Lib ../lib/Lib \ ! 8: ../rt/Lib pstop.o ! 9: ! 10: init.o: ../h/rt.h ../h/err.h ../h/config.h ../h/pdef.h ! 11: .s.o: ../h/defs.s ../h/config.h ! 12: cat ../h/defs.s $< >t.c ! 13: cc -E t.c | egrep -v "(^#|^$$)" >t.s ! 14: as -o $@ t.s ! 15: rm -f t.c t.s ! 16: ! 17: Listall: ! 18: @pr *.[cs] ! 19: @date >List ! 20: ! 21: List: init.c interp.s main.c pstart.s pstop.s start.s ! 22: @pr $? ! 23: @date >List ! 24: ! 25: Clean: ! 26: rm -f iconx *.o ! 27: ! 28: Dist-clean: ! 29: rm -f .BK* .CK* .emacs* ! 30: rm -f `gcomp Makefile *.s *.c *.gen`
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.