aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-02-13 14:30:39 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-02-13 14:30:39 -0300
commit0f4903a5d79fb594115c5603072d0dce77b2b84e (patch)
tree96223404b48aef1a94b813e2ad03362701d0e0c1 /makefile
parent772f25d3dd3c5078988b8c06ddf64c3b78f7dfb6 (diff)
downloadlua-0f4903a5d79fb594115c5603072d0dce77b2b84e.tar.gz
lua-0f4903a5d79fb594115c5603072d0dce77b2b84e.tar.bz2
lua-0f4903a5d79fb594115c5603072d0dce77b2b84e.zip
new header "lex.h".
Diffstat (limited to 'makefile')
-rw-r--r--makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/makefile b/makefile
index f1cc4b84..b3971be8 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
1# $Id: makefile,v 1.18 1996/01/09 20:22:08 roberto Exp roberto $ 1# $Id: makefile,v 1.19 1996/02/07 18:14:38 roberto Exp roberto $
2 2
3#configuration 3#configuration
4 4
@@ -69,19 +69,18 @@ clear :
69fallback.o : fallback.c mem.h fallback.h opcode.h lua.h types.h tree.h func.h 69fallback.o : fallback.c mem.h fallback.h opcode.h lua.h types.h tree.h func.h
70func.o : func.c luadebug.h lua.h table.h tree.h types.h opcode.h func.h mem.h 70func.o : func.c luadebug.h lua.h table.h tree.h types.h opcode.h func.h mem.h
71hash.o : hash.c mem.h opcode.h lua.h types.h tree.h func.h hash.h table.h 71hash.o : hash.c mem.h opcode.h lua.h types.h tree.h func.h hash.h table.h
72inout.o : inout.c mem.h opcode.h lua.h types.h tree.h func.h hash.h inout.h \ 72inout.o : inout.c lex.h opcode.h lua.h types.h tree.h func.h inout.h table.h
73 table.h
74iolib.o : iolib.c lua.h luadebug.h lualib.h 73iolib.o : iolib.c lua.h luadebug.h lualib.h
75lex.o : lex.c mem.h tree.h types.h table.h opcode.h lua.h func.h inout.h luadebug.h \ 74lex.o : lex.c mem.h tree.h types.h table.h opcode.h lua.h func.h lex.h inout.h \
76 parser.h ugly.h 75 luadebug.h parser.h ugly.h
77lua.o : lua.c lua.h lualib.h 76lua.o : lua.c lua.h lualib.h
78mathlib.o : mathlib.c lualib.h lua.h 77mathlib.o : mathlib.c lualib.h lua.h
79mem.o : mem.c mem.h lua.h table.h tree.h types.h opcode.h func.h 78mem.o : mem.c mem.h lua.h table.h tree.h types.h opcode.h func.h
80opcode.o : opcode.c luadebug.h lua.h mem.h opcode.h types.h tree.h func.h hash.h \ 79opcode.o : opcode.c luadebug.h lua.h mem.h opcode.h types.h tree.h func.h hash.h \
81 inout.h table.h fallback.h 80 inout.h table.h fallback.h
82parser.o : parser.c luadebug.h lua.h mem.h opcode.h types.h tree.h func.h hash.h \ 81parser.o : parser.c luadebug.h lua.h mem.h lex.h opcode.h types.h tree.h func.h \
83 inout.h table.h 82 hash.h inout.h table.h
84strlib.o : strlib.c lua.h lualib.h 83strlib.o : strlib.c lua.h lualib.h
85table.o : table.c mem.h opcode.h lua.h types.h tree.h func.h hash.h table.h \ 84table.o : table.c mem.h opcode.h lua.h types.h tree.h func.h hash.h table.h \
86 inout.h fallback.h luadebug.h 85 inout.h fallback.h luadebug.h
87tree.o : tree.c mem.h lua.h tree.h types.h table.h opcode.h func.h 86tree.o : tree.c mem.h lua.h tree.h types.h hash.h opcode.h func.h table.h