diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-09-18 16:46:37 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-09-18 16:46:37 -0300 |
commit | 7508fed6733326b0537719af444407c34a5137be (patch) | |
tree | 2757e01409ed8e9d4ec7c8b9b6ff78a497908fac /makefile | |
parent | aab4fde468f646b2269cd8533779673ea9935e4a (diff) | |
download | lua-7508fed6733326b0537719af444407c34a5137be.tar.gz lua-7508fed6733326b0537719af444407c34a5137be.tar.bz2 lua-7508fed6733326b0537719af444407c34a5137be.zip |
final version for 4.0 beta
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | # | 1 | # |
2 | ## $Id: makefile,v 1.26 2000/08/09 19:16:57 roberto Exp roberto $ | 2 | ## $Id: makefile,v 1.27 2000/09/11 20:29:27 roberto Exp roberto $ |
3 | ## Makefile | 3 | ## Makefile |
4 | ## See Copyright Notice in lua.h | 4 | ## See Copyright Notice in lua.h |
5 | # | 5 | # |
@@ -114,7 +114,7 @@ clear : | |||
114 | lapi.o: lapi.c lua.h lapi.h lobject.h llimits.h ldo.h lstate.h \ | 114 | lapi.o: lapi.c lua.h lapi.h lobject.h llimits.h ldo.h lstate.h \ |
115 | luadebug.h lfunc.h lgc.h lmem.h lstring.h ltable.h ltm.h lvm.h | 115 | luadebug.h lfunc.h lgc.h lmem.h lstring.h ltable.h ltm.h lvm.h |
116 | lauxlib.o: lauxlib.c lua.h lauxlib.h luadebug.h | 116 | lauxlib.o: lauxlib.c lua.h lauxlib.h luadebug.h |
117 | lbaselib.o: lbaselib.c lua.h lauxlib.h lualib.h | 117 | lbaselib.o: lbaselib.c lua.h lauxlib.h luadebug.h lualib.h |
118 | lcode.o: lcode.c /usr/include/stdlib.h lua.h lcode.h llex.h lobject.h \ | 118 | lcode.o: lcode.c /usr/include/stdlib.h lua.h lcode.h llex.h lobject.h \ |
119 | llimits.h lzio.h lopcodes.h lparser.h ldo.h lstate.h luadebug.h \ | 119 | llimits.h lzio.h lopcodes.h lparser.h ldo.h lstate.h luadebug.h \ |
120 | lmem.h | 120 | lmem.h |
@@ -148,7 +148,7 @@ ltable.o: ltable.c lua.h lmem.h llimits.h lobject.h lstate.h \ | |||
148 | luadebug.h lstring.h ltable.h | 148 | luadebug.h lstring.h ltable.h |
149 | ltests.o: ltests.c lua.h lapi.h lobject.h llimits.h lauxlib.h lcode.h \ | 149 | ltests.o: ltests.c lua.h lapi.h lobject.h llimits.h lauxlib.h lcode.h \ |
150 | llex.h lzio.h lopcodes.h lparser.h ldebug.h lstate.h luadebug.h ldo.h \ | 150 | llex.h lzio.h lopcodes.h lparser.h ldebug.h lstate.h luadebug.h ldo.h \ |
151 | lfunc.h lmem.h lstring.h ltable.h | 151 | lfunc.h lmem.h lstring.h ltable.h lualib.h |
152 | ltm.o: ltm.c lua.h ldo.h lobject.h llimits.h lstate.h luadebug.h \ | 152 | ltm.o: ltm.c lua.h ldo.h lobject.h llimits.h lstate.h luadebug.h \ |
153 | lmem.h ltm.h | 153 | lmem.h ltm.h |
154 | lua.o: lua.c lua.h luadebug.h lualib.h | 154 | lua.o: lua.c lua.h luadebug.h lualib.h |