diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,4 +1,4 @@ | |||
1 | # $Id: makefile,v 1.24 1996/05/03 17:27:03 roberto Exp roberto $ | 1 | # $Id: makefile,v 1.25 1996/05/06 14:38:40 roberto Exp $ |
2 | 2 | ||
3 | #configuration | 3 | #configuration |
4 | 4 | ||
@@ -49,14 +49,14 @@ lualib.a : $(LIBOBJS) | |||
49 | liblua.so.1.0 : lua.o | 49 | liblua.so.1.0 : lua.o |
50 | ld -o liblua.so.1.0 $(LUAOBJS) | 50 | ld -o liblua.so.1.0 $(LUAOBJS) |
51 | 51 | ||
52 | y.tab.c y.tab.h : lua.stx | 52 | #y.tab.c y.tab.h : lua.stx |
53 | yacc++ -d lua.stx | 53 | # yacc++ -d lua.stx |
54 | 54 | ||
55 | parser.c : y.tab.c | 55 | #parser.c : y.tab.c |
56 | sed -e 's/yy/luaY_/g' -e 's/malloc\.h/stdlib\.h/g' y.tab.c > parser.c | 56 | # sed -e 's/yy/luaY_/g' -e 's/malloc\.h/stdlib\.h/g' y.tab.c > parser.c |
57 | 57 | ||
58 | parser.h : y.tab.h | 58 | #parser.h : y.tab.h |
59 | sed -e 's/yy/luaY_/g' y.tab.h > parser.h | 59 | # sed -e 's/yy/luaY_/g' y.tab.h > parser.h |
60 | 60 | ||
61 | clear : | 61 | clear : |
62 | rcsclean | 62 | rcsclean |
@@ -65,8 +65,8 @@ clear : | |||
65 | co lua.h lualib.h luadebug.h | 65 | co lua.h lualib.h luadebug.h |
66 | 66 | ||
67 | 67 | ||
68 | % : RCS/%,v | 68 | #% : RCS/%,v |
69 | co $@ | 69 | # co $@ |
70 | 70 | ||
71 | 71 | ||
72 | fallback.o : fallback.c mem.h fallback.h lua.h opcode.h types.h tree.h func.h \ | 72 | fallback.o : fallback.c mem.h fallback.h lua.h opcode.h types.h tree.h func.h \ |