diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-07-31 17:45:25 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-07-31 17:45:25 -0300 |
commit | e8292f076d5dc1b68652467a28cea64c18517631 (patch) | |
tree | 10d05f67029247369c61f932c54b6d956b959243 | |
parent | 3037dccaf6d484349a968442d403fac614c58dbe (diff) | |
download | lua-e8292f076d5dc1b68652467a28cea64c18517631.tar.gz lua-e8292f076d5dc1b68652467a28cea64c18517631.tar.bz2 lua-e8292f076d5dc1b68652467a28cea64c18517631.zip |
new dependencies
-rw-r--r-- | makefile | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -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 | |||
91 | fallback.o: fallback.c auxlib.h lua.h luamem.h fallback.h opcode.h \ | 91 | fallback.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 |
93 | func.o: func.c luadebug.h lua.h table.h tree.h types.h opcode.h func.h \ | 93 | func.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 |
95 | hash.o: hash.c luamem.h opcode.h lua.h types.h tree.h func.h hash.h \ | 95 | hash.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 |
97 | inout.o: inout.c auxlib.h lua.h fallback.h opcode.h types.h tree.h \ | 97 | inout.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 |
99 | iolib.o: iolib.c lua.h auxlib.h luadebug.h lualib.h lualoc.h | 99 | iolib.o: iolib.c lualoc.h lua.h auxlib.h luadebug.h lualib.h |
100 | lex.o: lex.c auxlib.h lua.h luamem.h tree.h types.h table.h opcode.h \ | 100 | lex.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 |
102 | lua.o: lua.c lua.h auxlib.h lualib.h lualoc.h | 102 | lua.o: lua.c lualoc.h luadebug.h lua.h auxlib.h lualib.h |
103 | luamem.o: luamem.c luamem.h lua.h | 103 | luamem.o: luamem.c luamem.h lua.h |
104 | mathlib.o: mathlib.c lualib.h lua.h auxlib.h | 104 | mathlib.o: mathlib.c lualib.h lua.h auxlib.h |
105 | opcode.o: opcode.c luadebug.h lua.h luamem.h opcode.h types.h tree.h \ | 105 | opcode.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 |
107 | parser.o: parser.c luadebug.h lua.h luamem.h lex.h zio.h opcode.h \ | 107 | parser.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 |
109 | strlib.o: strlib.c lua.h auxlib.h lualib.h | 109 | strlib.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 |
114 | undump.o: undump.c auxlib.h lua.h opcode.h types.h tree.h func.h \ | 114 | undump.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 |
116 | y.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 | ||
118 | zio.o: zio.c zio.h | 116 | zio.o: zio.c zio.h |