From 0f4903a5d79fb594115c5603072d0dce77b2b84e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 13 Feb 1996 14:30:39 -0300 Subject: new header "lex.h". --- makefile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index f1cc4b84..b3971be8 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.18 1996/01/09 20:22:08 roberto Exp roberto $ +# $Id: makefile,v 1.19 1996/02/07 18:14:38 roberto Exp roberto $ #configuration @@ -69,19 +69,18 @@ clear : fallback.o : fallback.c mem.h fallback.h opcode.h lua.h types.h tree.h func.h func.o : func.c luadebug.h lua.h table.h tree.h types.h opcode.h func.h mem.h hash.o : hash.c mem.h opcode.h lua.h types.h tree.h func.h hash.h table.h -inout.o : inout.c mem.h opcode.h lua.h types.h tree.h func.h hash.h inout.h \ - table.h +inout.o : inout.c lex.h opcode.h lua.h types.h tree.h func.h inout.h table.h iolib.o : iolib.c lua.h luadebug.h lualib.h -lex.o : lex.c mem.h tree.h types.h table.h opcode.h lua.h func.h inout.h luadebug.h \ - parser.h ugly.h +lex.o : lex.c mem.h tree.h types.h table.h opcode.h lua.h func.h lex.h inout.h \ + luadebug.h parser.h ugly.h lua.o : lua.c lua.h lualib.h mathlib.o : mathlib.c lualib.h lua.h mem.o : mem.c mem.h lua.h table.h tree.h types.h opcode.h func.h opcode.o : opcode.c luadebug.h lua.h mem.h opcode.h types.h tree.h func.h hash.h \ inout.h table.h fallback.h -parser.o : parser.c luadebug.h lua.h mem.h opcode.h types.h tree.h func.h hash.h \ - inout.h table.h +parser.o : parser.c luadebug.h lua.h mem.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 table.o : table.c mem.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 mem.h lua.h tree.h types.h table.h opcode.h func.h +tree.o : tree.c mem.h lua.h tree.h types.h hash.h opcode.h func.h table.h -- cgit v1.2.3-55-g6feb