aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile38
1 files changed, 37 insertions, 1 deletions
diff --git a/makefile b/makefile
index 6f785e79..3c9b6ab2 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
1# $Id: $ 1# $Id: makefile,v 1.1 1993/12/17 18:59:10 celes Exp roberto $
2# Compilation parameters 2# Compilation parameters
3CC = gcc 3CC = gcc
4CFLAGS = -I/usr/5include -Wall -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024 4CFLAGS = -I/usr/5include -Wall -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024
@@ -50,3 +50,39 @@ y.tab.c : lua.stx
50 yacc -d lua.stx ; ex y.tab.c <exscript 50 yacc -d lua.stx ; ex y.tab.c <exscript
51 51
52 52
53hash.c : RCS/hash.c,v
54 co $@
55hash.h : RCS/hash.h,v
56 co $@
57inout.c : RCS/inout.c,v
58 co $@
59inout.h : RCS/inout.h,v
60 co $@
61iolib.c : RCS/iolib.c,v
62 co $@
63lua.c : RCS/lua.c,v
64 co $@
65lua.h : RCS/lua.h,v
66 co $@
67lua.lex : RCS/lua.lex,v
68 co $@
69lua.stx : RCS/lua.stx,v
70 co $@
71lualib.h : RCS/lualib.h,v
72 co $@
73mathlib.c : RCS/mathlib.c,v
74 co $@
75mathlib.h : RCS/mathlib.h,v
76 co $@
77opcode.c : RCS/opcode.c,v
78 co $@
79opcode.h : RCS/opcode.h,v
80 co $@
81strlib.c : RCS/strlib.c,v
82 co $@
83strlib.h : RCS/strlib.h,v
84 co $@
85table.c : RCS/table.c,v
86 co $@
87table.h : RCS/table.h,v
88 co $@