aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-07-31 17:45:25 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-07-31 17:45:25 -0300
commite8292f076d5dc1b68652467a28cea64c18517631 (patch)
tree10d05f67029247369c61f932c54b6d956b959243
parent3037dccaf6d484349a968442d403fac614c58dbe (diff)
downloadlua-e8292f076d5dc1b68652467a28cea64c18517631.tar.gz
lua-e8292f076d5dc1b68652467a28cea64c18517631.tar.bz2
lua-e8292f076d5dc1b68652467a28cea64c18517631.zip
new dependencies
-rw-r--r--makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/makefile b/makefile
index f0e7d118..1777b5d8 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
1# $Id: makefile,v 1.36 1997/06/23 18:27:53 roberto Exp roberto $ 1# $Id: makefile,v 1.37 1997/07/01 19:32:41 roberto Exp roberto $
2 2
3#configuration 3#configuration
4 4
@@ -91,19 +91,19 @@ auxlib.o: auxlib.c lua.h auxlib.h luadebug.h
91fallback.o: fallback.c auxlib.h lua.h luamem.h fallback.h opcode.h \ 91fallback.o: fallback.c auxlib.h lua.h luamem.h fallback.h opcode.h \
92 types.h tree.h func.h table.h hash.h 92 types.h tree.h func.h table.h hash.h
93func.o: func.c luadebug.h lua.h table.h tree.h types.h opcode.h func.h \ 93func.o: func.c luadebug.h lua.h table.h tree.h types.h opcode.h func.h \
94 luamem.h 94 luamem.h inout.h
95hash.o: hash.c luamem.h opcode.h lua.h types.h tree.h func.h hash.h \ 95hash.o: hash.c luamem.h opcode.h lua.h types.h tree.h func.h hash.h \
96 table.h auxlib.h 96 table.h auxlib.h
97inout.o: inout.c auxlib.h lua.h fallback.h opcode.h types.h tree.h \ 97inout.o: inout.c auxlib.h lua.h fallback.h opcode.h types.h tree.h \
98 func.h hash.h inout.h lex.h zio.h luamem.h table.h undump.h 98 func.h hash.h inout.h lex.h zio.h luamem.h table.h undump.h
99iolib.o: iolib.c lua.h auxlib.h luadebug.h lualib.h lualoc.h 99iolib.o: iolib.c lualoc.h lua.h auxlib.h luadebug.h lualib.h
100lex.o: lex.c auxlib.h lua.h luamem.h tree.h types.h table.h opcode.h \ 100lex.o: lex.c auxlib.h lua.h luamem.h tree.h types.h table.h opcode.h \
101 func.h lex.h zio.h inout.h luadebug.h parser.h 101 func.h lex.h zio.h inout.h luadebug.h parser.h
102lua.o: lua.c lua.h auxlib.h lualib.h lualoc.h 102lua.o: lua.c lualoc.h luadebug.h lua.h auxlib.h lualib.h
103luamem.o: luamem.c luamem.h lua.h 103luamem.o: luamem.c luamem.h lua.h
104mathlib.o: mathlib.c lualib.h lua.h auxlib.h 104mathlib.o: mathlib.c lualib.h lua.h auxlib.h
105opcode.o: opcode.c luadebug.h lua.h luamem.h opcode.h types.h tree.h \ 105opcode.o: opcode.c lualoc.h luadebug.h lua.h luamem.h opcode.h types.h \
106 func.h hash.h inout.h table.h fallback.h auxlib.h lex.h zio.h lualoc.h 106 tree.h func.h hash.h inout.h table.h fallback.h auxlib.h lex.h zio.h
107parser.o: parser.c luadebug.h lua.h luamem.h lex.h zio.h opcode.h \ 107parser.o: parser.c luadebug.h lua.h luamem.h lex.h zio.h opcode.h \
108 types.h tree.h func.h hash.h inout.h table.h 108 types.h tree.h func.h hash.h inout.h table.h
109strlib.o: strlib.c lua.h auxlib.h lualib.h 109strlib.o: strlib.c lua.h auxlib.h lualib.h
@@ -113,6 +113,4 @@ tree.o: tree.c luamem.h lua.h tree.h types.h lex.h zio.h hash.h \
113 opcode.h func.h table.h fallback.h 113 opcode.h func.h table.h fallback.h
114undump.o: undump.c auxlib.h lua.h opcode.h types.h tree.h func.h \ 114undump.o: undump.c auxlib.h lua.h opcode.h types.h tree.h func.h \
115 luamem.h table.h undump.h zio.h 115 luamem.h table.h undump.h zio.h
116y.tab.o: y.tab.c luadebug.h lua.h luamem.h lex.h zio.h opcode.h \
117 types.h tree.h func.h hash.h inout.h table.h
118zio.o: zio.c zio.h 116zio.o: zio.c zio.h