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 /makefile | |
| parent | 373363cb693b80c172534467e0458cea96c64f2a (diff) | |
| download | lua-github-397e32399bc7a5b602a4fb39d654dbf2f4896805.tar.gz | |
update of ".h" dependencies
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -1,4 +1,4 @@ -# $Id: makefile,v 1.29 1997/03/17 17:01:10 roberto Exp roberto $ +# $Id: makefile,v 1.30 1997/03/31 14:17:09 roberto Exp roberto $ #configuration @@ -76,29 +76,29 @@ clear : co $@ -auxlib.o: auxlib.c lua.h -fallback.o: fallback.c luamem.h fallback.h lua.h opcode.h types.h tree.h \ - func.h table.h hash.h +auxlib.o: auxlib.c lua.h auxlib.h +fallback.o: fallback.c auxlib.h lua.h luamem.h fallback.h opcode.h \ + types.h tree.h func.h table.h hash.h func.o: func.c luadebug.h lua.h table.h tree.h types.h opcode.h func.h \ luamem.h hash.o: hash.c luamem.h opcode.h lua.h types.h tree.h func.h hash.h \ table.h -inout.o: inout.c lex.h opcode.h lua.h types.h tree.h func.h inout.h \ - table.h hash.h luamem.h fallback.h -iolib.o: iolib.c lua.h luadebug.h lualib.h -lex.o: lex.c luamem.h tree.h types.h table.h opcode.h lua.h func.h lex.h \ - inout.h luadebug.h parser.h +inout.o: inout.c auxlib.h lua.h lex.h opcode.h types.h tree.h func.h \ + inout.h table.h hash.h luamem.h fallback.h +iolib.o: iolib.c lua.h auxlib.h luadebug.h lualib.h +lex.o: lex.c auxlib.h lua.h luamem.h tree.h types.h table.h opcode.h \ + func.h lex.h inout.h luadebug.h parser.h lua.o: lua.c lua.h lualib.h -mathlib.o: mathlib.c lualib.h lua.h luamem.o: luamem.c luamem.h lua.h +mathlib.o: mathlib.c lualib.h lua.h auxlib.h opcode.o: opcode.c luadebug.h lua.h luamem.h opcode.h types.h tree.h \ func.h hash.h inout.h table.h fallback.h undump.h parser.o: parser.c luadebug.h lua.h luamem.h lex.h opcode.h types.h \ tree.h func.h hash.h inout.h table.h -strlib.o: strlib.c lua.h lualib.h +strlib.o: strlib.c lua.h auxlib.h lualib.h table.o: table.c luamem.h opcode.h lua.h types.h tree.h func.h hash.h \ table.h inout.h fallback.h luadebug.h -tree.o: tree.c luamem.h lua.h tree.h types.h lex.h hash.h opcode.h func.h \ - table.h fallback.h -undump.o: undump.c opcode.h lua.h types.h tree.h func.h luamem.h table.h \ - undump.h +tree.o: tree.c luamem.h lua.h tree.h types.h lex.h hash.h opcode.h \ + func.h table.h fallback.h +undump.o: undump.c opcode.h lua.h types.h tree.h func.h luamem.h \ + table.h undump.h |
