diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-03-31 11:23:49 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-03-31 11:23:49 -0300 |
commit | 397e32399bc7a5b602a4fb39d654dbf2f4896805 (patch) | |
tree | 45407778dec4c72adbbd2fd71f675d5abfed0327 | |
parent | 373363cb693b80c172534467e0458cea96c64f2a (diff) | |
download | lua-397e32399bc7a5b602a4fb39d654dbf2f4896805.tar.gz lua-397e32399bc7a5b602a4fb39d654dbf2f4896805.tar.bz2 lua-397e32399bc7a5b602a4fb39d654dbf2f4896805.zip |
update of ".h" dependencies
-rw-r--r-- | makefile | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -1,4 +1,4 @@ | |||
1 | # $Id: makefile,v 1.29 1997/03/17 17:01:10 roberto Exp roberto $ | 1 | # $Id: makefile,v 1.30 1997/03/31 14:17:09 roberto Exp roberto $ |
2 | 2 | ||
3 | #configuration | 3 | #configuration |
4 | 4 | ||
@@ -76,29 +76,29 @@ clear : | |||
76 | co $@ | 76 | co $@ |
77 | 77 | ||
78 | 78 | ||
79 | auxlib.o: auxlib.c lua.h | 79 | auxlib.o: auxlib.c lua.h auxlib.h |
80 | fallback.o: fallback.c luamem.h fallback.h lua.h opcode.h types.h tree.h \ | 80 | fallback.o: fallback.c auxlib.h lua.h luamem.h fallback.h opcode.h \ |
81 | func.h table.h hash.h | 81 | types.h tree.h func.h table.h hash.h |
82 | func.o: func.c luadebug.h lua.h table.h tree.h types.h opcode.h func.h \ | 82 | func.o: func.c luadebug.h lua.h table.h tree.h types.h opcode.h func.h \ |
83 | luamem.h | 83 | luamem.h |
84 | hash.o: hash.c luamem.h opcode.h lua.h types.h tree.h func.h hash.h \ | 84 | hash.o: hash.c luamem.h opcode.h lua.h types.h tree.h func.h hash.h \ |
85 | table.h | 85 | table.h |
86 | inout.o: inout.c lex.h opcode.h lua.h types.h tree.h func.h inout.h \ | 86 | inout.o: inout.c auxlib.h lua.h lex.h opcode.h types.h tree.h func.h \ |
87 | table.h hash.h luamem.h fallback.h | 87 | inout.h table.h hash.h luamem.h fallback.h |
88 | iolib.o: iolib.c lua.h luadebug.h lualib.h | 88 | iolib.o: iolib.c lua.h auxlib.h luadebug.h lualib.h |
89 | lex.o: lex.c luamem.h tree.h types.h table.h opcode.h lua.h func.h lex.h \ | 89 | lex.o: lex.c auxlib.h lua.h luamem.h tree.h types.h table.h opcode.h \ |
90 | inout.h luadebug.h parser.h | 90 | func.h lex.h inout.h luadebug.h parser.h |
91 | lua.o: lua.c lua.h lualib.h | 91 | lua.o: lua.c lua.h lualib.h |
92 | mathlib.o: mathlib.c lualib.h lua.h | ||
93 | luamem.o: luamem.c luamem.h lua.h | 92 | luamem.o: luamem.c luamem.h lua.h |
93 | mathlib.o: mathlib.c lualib.h lua.h auxlib.h | ||
94 | opcode.o: opcode.c luadebug.h lua.h luamem.h opcode.h types.h tree.h \ | 94 | opcode.o: opcode.c luadebug.h lua.h luamem.h opcode.h types.h tree.h \ |
95 | func.h hash.h inout.h table.h fallback.h undump.h | 95 | func.h hash.h inout.h table.h fallback.h undump.h |
96 | parser.o: parser.c luadebug.h lua.h luamem.h lex.h opcode.h types.h \ | 96 | parser.o: parser.c luadebug.h lua.h luamem.h lex.h opcode.h types.h \ |
97 | tree.h func.h hash.h inout.h table.h | 97 | tree.h func.h hash.h inout.h table.h |
98 | strlib.o: strlib.c lua.h lualib.h | 98 | strlib.o: strlib.c lua.h auxlib.h lualib.h |
99 | table.o: table.c luamem.h opcode.h lua.h types.h tree.h func.h hash.h \ | 99 | table.o: table.c luamem.h opcode.h lua.h types.h tree.h func.h hash.h \ |
100 | table.h inout.h fallback.h luadebug.h | 100 | table.h inout.h fallback.h luadebug.h |
101 | tree.o: tree.c luamem.h lua.h tree.h types.h lex.h hash.h opcode.h func.h \ | 101 | tree.o: tree.c luamem.h lua.h tree.h types.h lex.h hash.h opcode.h \ |
102 | table.h fallback.h | 102 | func.h table.h fallback.h |
103 | undump.o: undump.c opcode.h lua.h types.h tree.h func.h luamem.h table.h \ | 103 | undump.o: undump.c opcode.h lua.h types.h tree.h func.h luamem.h \ |
104 | undump.h | 104 | table.h undump.h |