|
|
1.1 root 1: CFLAGS = -O
2:
3: ilink: builtin.o lcode.o glob.o llex.o lmem.o opcode.o lsym.o ilink.o
4: cc -n -o ilink *.o
5:
6: builtin.o: ilink.h ../h/config.h ../h/pdef.h
7: lcode.o: ilink.h opcode.h datatype.h ../h/config.h
8: glob.o: ilink.h opcode.h ../h/config.h
9: llex.o: ilink.h opcode.h ../h/config.h
10: lmem.o: ilink.h ../h/config.h
11: opcode.o: ilink.h opcode.h ../h/config.h
12: lsym.o: ilink.h ../h/config.h
13: ilink.o: ilink.h ../h/config.h
14:
15: Listall:
16: @pr *.h *.c
17: @date >List
18:
19: List: datatype.h opcode.h ilink.h \
20: builtin.c lcode.c glob.c llex.c lmem.c opcode.c lsym.c ilink.c
21: @pr $?
22: @date >List
23: Clean:
24: rm -f *.o ilink
25:
26: Dist-clean:
27: rm -f .BK* .CK* .emacs*
28: rm -f `gcomp Makefile *.h *.c *.gen Files`
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.