mirror of https://github.com/rusefi/lua.git
uso de pattern-matching para regras de RCS.
This commit is contained in:
parent
8886f221bc
commit
ad1ebdc4f4
42
makefile
42
makefile
|
@ -1,4 +1,4 @@
|
||||||
# $Id: makefile,v 1.3 1993/12/22 21:21:06 roberto Exp roberto $
|
# $Id: makefile,v 1.4 1993/12/22 21:52:26 roberto Exp roberto $
|
||||||
# Compilation parameters
|
# Compilation parameters
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -I/usr/5include -Wall -O2 -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024
|
CFLAGS = -I/usr/5include -Wall -O2 -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024
|
||||||
|
@ -47,42 +47,6 @@ liblua.so.1.0 : lua.o
|
||||||
y.tab.c : lua.stx exscript
|
y.tab.c : lua.stx exscript
|
||||||
yacc -d lua.stx ; ex y.tab.c <exscript
|
yacc -d lua.stx ; ex y.tab.c <exscript
|
||||||
|
|
||||||
|
% : RCS/%,v
|
||||||
|
co $@
|
||||||
|
|
||||||
exscript : RCS/exscript,v
|
|
||||||
co $@
|
|
||||||
hash.c : RCS/hash.c,v
|
|
||||||
co $@
|
|
||||||
hash.h : RCS/hash.h,v
|
|
||||||
co $@
|
|
||||||
inout.c : RCS/inout.c,v
|
|
||||||
co $@
|
|
||||||
inout.h : RCS/inout.h,v
|
|
||||||
co $@
|
|
||||||
iolib.c : RCS/iolib.c,v
|
|
||||||
co $@
|
|
||||||
lua.c : RCS/lua.c,v
|
|
||||||
co $@
|
|
||||||
lua.h : RCS/lua.h,v
|
|
||||||
co $@
|
|
||||||
lex.c : RCS/lex.c,v
|
|
||||||
co $@
|
|
||||||
lua.stx : RCS/lua.stx,v
|
|
||||||
co $@
|
|
||||||
lualib.h : RCS/lualib.h,v
|
|
||||||
co $@
|
|
||||||
mathlib.c : RCS/mathlib.c,v
|
|
||||||
co $@
|
|
||||||
mathlib.h : RCS/mathlib.h,v
|
|
||||||
co $@
|
|
||||||
opcode.c : RCS/opcode.c,v
|
|
||||||
co $@
|
|
||||||
opcode.h : RCS/opcode.h,v
|
|
||||||
co $@
|
|
||||||
strlib.c : RCS/strlib.c,v
|
|
||||||
co $@
|
|
||||||
strlib.h : RCS/strlib.h,v
|
|
||||||
co $@
|
|
||||||
table.c : RCS/table.c,v
|
|
||||||
co $@
|
|
||||||
table.h : RCS/table.h,v
|
|
||||||
co $@
|
|
||||||
|
|
Loading…
Reference in New Issue