summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-02-07 16:14:38 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-02-07 16:14:38 -0200
commitbbb23048e399aa9ebcc22f83104de35aab6bbe14 (patch)
tree834957d5e3e4c04e812c75de6b9fc19ff432b3f9
parent5a3a1fe458a7eab402f5386e4dcb8282c94ff068 (diff)
downloadlua-bbb23048e399aa9ebcc22f83104de35aab6bbe14.tar.gz
lua-bbb23048e399aa9ebcc22f83104de35aab6bbe14.tar.bz2
lua-bbb23048e399aa9ebcc22f83104de35aab6bbe14.zip
correction of dependencies (include's).
-rw-r--r--makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/makefile b/makefile
index 91537934..f1cc4b84 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
1# $Id: makefile,v 1.17 1995/12/21 16:14:04 roberto Exp roberto $ 1# $Id: makefile,v 1.18 1996/01/09 20:22:08 roberto Exp roberto $
2 2
3#configuration 3#configuration
4 4
@@ -67,21 +67,21 @@ clear :
67 67
68 68
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 table.h tree.h types.h opcode.h lua.h func.h mem.h luadebug.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 mem.h opcode.h lua.h types.h tree.h func.h hash.h inout.h \
73 table.h 73 table.h
74iolib.o : iolib.c lua.h lualib.h luadebug.h 74iolib.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 parser.h \ 75lex.o : lex.c mem.h tree.h types.h table.h opcode.h lua.h func.h inout.h luadebug.h \
76 ugly.h 76 parser.h ugly.h
77lua.o : lua.c lua.h lualib.h 77lua.o : lua.c lua.h lualib.h
78mathlib.o : mathlib.c lualib.h lua.h 78mathlib.o : mathlib.c lualib.h lua.h
79mem.o : mem.c mem.h lua.h 79mem.o : mem.c mem.h lua.h table.h tree.h types.h opcode.h func.h
80opcode.o : opcode.c mem.h opcode.h lua.h types.h tree.h func.h hash.h inout.h \ 80opcode.o : opcode.c luadebug.h lua.h mem.h opcode.h types.h tree.h func.h hash.h \
81 table.h fallback.h luadebug.h 81 inout.h table.h fallback.h
82parser.o : parser.c mem.h opcode.h lua.h types.h tree.h func.h hash.h inout.h \ 82parser.o : parser.c luadebug.h lua.h mem.h opcode.h types.h tree.h func.h hash.h \
83 table.h 83 inout.h table.h
84strlib.o : strlib.c lua.h lualib.h 84strlib.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 \ 85table.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 86 inout.h fallback.h luadebug.h
87tree.o : tree.c mem.h lua.h tree.h types.h table.h opcode.h func.h 87tree.o : tree.c mem.h lua.h tree.h types.h table.h opcode.h func.h