diff options
author | Waldemar Celes <celes@tecgraf.puc-rio.br> | 1994-07-19 18:35:36 -0300 |
---|---|---|
committer | Waldemar Celes <celes@tecgraf.puc-rio.br> | 1994-07-19 18:35:36 -0300 |
commit | 6625296c8f498e09e502748092d1e203a6c6cc56 (patch) | |
tree | f6802207f72ff1373c9f397d7913d0aaf6e931fd | |
parent | 493d718b7fe0f1075072a44d7946e38ca7d773d3 (diff) | |
download | lua-1.2.tar.gz lua-1.2.tar.bz2 lua-1.2.zip |
inclui arquivo "tree".v1.2
-rw-r--r-- | makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,7 @@ | |||
1 | # $Id: makefile,v 1.4 1993/12/22 21:52:26 roberto Exp roberto $ | 1 | # $Id: makefile,v 1.5 1994/01/10 19:49:56 roberto Exp celes $ |
2 | # Compilation parameters | 2 | # Compilation parameters |
3 | CC = gcc | 3 | CC = gcc |
4 | CFLAGS = -I/usr/5include -Wall -O2 -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024 | 4 | CFLAGS = -I/usr/5include -Wall -O2 |
5 | 5 | ||
6 | AR = ar | 6 | AR = ar |
7 | ARFLAGS = rvl | 7 | ARFLAGS = rvl |
@@ -13,7 +13,8 @@ LUAMOD = \ | |||
13 | opcode \ | 13 | opcode \ |
14 | hash \ | 14 | hash \ |
15 | table \ | 15 | table \ |
16 | inout | 16 | inout \ |
17 | tree | ||
17 | 18 | ||
18 | LIBMOD = \ | 19 | LIBMOD = \ |
19 | iolib \ | 20 | iolib \ |