diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-01-10 17:49:56 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-01-10 17:49:56 -0200 |
commit | ad1ebdc4f41747883ae00a3484f802d350148a85 (patch) | |
tree | 3223e511c29880c4e1261c6fdb30d52a8f8e1531 | |
parent | 8886f221bcb7eec0a629a072a211b498ef4dd92c (diff) | |
download | lua-ad1ebdc4f41747883ae00a3484f802d350148a85.tar.gz lua-ad1ebdc4f41747883ae00a3484f802d350148a85.tar.bz2 lua-ad1ebdc4f41747883ae00a3484f802d350148a85.zip |
uso de pattern-matching para regras de RCS.
-rw-r--r-- | makefile | 42 |
1 files changed, 3 insertions, 39 deletions
@@ -1,4 +1,4 @@ | |||
1 | # $Id: makefile,v 1.3 1993/12/22 21:21:06 roberto Exp roberto $ | 1 | # $Id: makefile,v 1.4 1993/12/22 21:52:26 roberto Exp roberto $ |
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 -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024 |
@@ -47,42 +47,6 @@ liblua.so.1.0 : lua.o | |||
47 | y.tab.c : lua.stx exscript | 47 | y.tab.c : lua.stx exscript |
48 | yacc -d lua.stx ; ex y.tab.c <exscript | 48 | yacc -d lua.stx ; ex y.tab.c <exscript |
49 | 49 | ||
50 | 50 | % : RCS/%,v | |
51 | exscript : RCS/exscript,v | ||
52 | co $@ | ||
53 | hash.c : RCS/hash.c,v | ||
54 | co $@ | ||
55 | hash.h : RCS/hash.h,v | ||
56 | co $@ | ||
57 | inout.c : RCS/inout.c,v | ||
58 | co $@ | ||
59 | inout.h : RCS/inout.h,v | ||
60 | co $@ | ||
61 | iolib.c : RCS/iolib.c,v | ||
62 | co $@ | ||
63 | lua.c : RCS/lua.c,v | ||
64 | co $@ | ||
65 | lua.h : RCS/lua.h,v | ||
66 | co $@ | ||
67 | lex.c : RCS/lex.c,v | ||
68 | co $@ | ||
69 | lua.stx : RCS/lua.stx,v | ||
70 | co $@ | ||
71 | lualib.h : RCS/lualib.h,v | ||
72 | co $@ | ||
73 | mathlib.c : RCS/mathlib.c,v | ||
74 | co $@ | ||
75 | mathlib.h : RCS/mathlib.h,v | ||
76 | co $@ | ||
77 | opcode.c : RCS/opcode.c,v | ||
78 | co $@ | ||
79 | opcode.h : RCS/opcode.h,v | ||
80 | co $@ | ||
81 | strlib.c : RCS/strlib.c,v | ||
82 | co $@ | ||
83 | strlib.h : RCS/strlib.h,v | ||
84 | co $@ | ||
85 | table.c : RCS/table.c,v | ||
86 | co $@ | ||
87 | table.h : RCS/table.h,v | ||
88 | co $@ | 51 | co $@ |
52 | |||