diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2008-10-03 13:40:56 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2008-10-03 13:40:56 -0300 |
commit | b9e92c8b0dd9d27a23459c2b097556abdfc096af (patch) | |
tree | 08867f8ecbfbb7315266b2cf9e68b86ce6161457 /makefile | |
parent | 4376c9bc5fb03b432f266db33041438e75440f31 (diff) | |
download | lua-b9e92c8b0dd9d27a23459c2b097556abdfc096af.tar.gz lua-b9e92c8b0dd9d27a23459c2b097556abdfc096af.tar.bz2 lua-b9e92c8b0dd9d27a23459c2b097556abdfc096af.zip |
updating header dependencies
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 52 |
1 files changed, 26 insertions, 26 deletions
@@ -96,23 +96,23 @@ echo: | |||
96 | 96 | ||
97 | # DO NOT DELETE | 97 | # DO NOT DELETE |
98 | 98 | ||
99 | lapi.o: lapi.c lua.h luaconf.h lapi.h lobject.h llimits.h ldebug.h \ | 99 | lapi.o: lapi.c lua.h luaconf.h lapi.h llimits.h lstate.h lobject.h ltm.h \ |
100 | lstate.h ltm.h lzio.h lmem.h ldo.h lfunc.h lgc.h lstring.h ltable.h \ | 100 | lzio.h lmem.h ldebug.h ldo.h lfunc.h lgc.h lstring.h ltable.h lundump.h \ |
101 | lundump.h lvm.h | 101 | lvm.h |
102 | lauxlib.o: lauxlib.c lua.h luaconf.h lauxlib.h | 102 | lauxlib.o: lauxlib.c lua.h luaconf.h lauxlib.h |
103 | lbaselib.o: lbaselib.c lua.h luaconf.h lauxlib.h lualib.h | 103 | lbaselib.o: lbaselib.c lua.h luaconf.h lauxlib.h lualib.h |
104 | lcode.o: lcode.c lua.h luaconf.h lcode.h llex.h lobject.h llimits.h \ | 104 | lcode.o: lcode.c lua.h luaconf.h lcode.h llex.h lobject.h llimits.h \ |
105 | lzio.h lmem.h lopcodes.h lparser.h ltable.h ldebug.h lstate.h ltm.h \ | 105 | lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h ldo.h lgc.h \ |
106 | ldo.h lgc.h | 106 | ltable.h |
107 | ldblib.o: ldblib.c lua.h luaconf.h lauxlib.h lualib.h | 107 | ldblib.o: ldblib.c lua.h luaconf.h lauxlib.h lualib.h |
108 | ldebug.o: ldebug.c lua.h luaconf.h lapi.h lobject.h llimits.h lcode.h \ | 108 | ldebug.o: ldebug.c lua.h luaconf.h lapi.h llimits.h lstate.h lobject.h \ |
109 | llex.h lzio.h lmem.h lopcodes.h lparser.h ltable.h ldebug.h lstate.h \ | 109 | ltm.h lzio.h lmem.h lcode.h llex.h lopcodes.h lparser.h ldebug.h ldo.h \ |
110 | ltm.h ldo.h lfunc.h lstring.h lgc.h lvm.h | 110 | lfunc.h lstring.h lgc.h ltable.h lvm.h |
111 | ldo.o: ldo.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h ltm.h \ | 111 | ldo.o: ldo.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h ltm.h \ |
112 | lzio.h lmem.h ldo.h lfunc.h lgc.h lopcodes.h lparser.h ltable.h \ | 112 | lzio.h lmem.h ldo.h lfunc.h lgc.h lopcodes.h lparser.h lstring.h \ |
113 | lstring.h lundump.h lvm.h | 113 | ltable.h lundump.h lvm.h |
114 | ldump.o: ldump.c lua.h luaconf.h lobject.h llimits.h lopcodes.h lstate.h \ | 114 | ldump.o: ldump.c lua.h luaconf.h lobject.h llimits.h lstate.h ltm.h \ |
115 | ltm.h lzio.h lmem.h lundump.h | 115 | lzio.h lmem.h lundump.h |
116 | lfunc.o: lfunc.c lua.h luaconf.h lfunc.h lobject.h llimits.h lgc.h lmem.h \ | 116 | lfunc.o: lfunc.c lua.h luaconf.h lfunc.h lobject.h llimits.h lgc.h lmem.h \ |
117 | lstate.h ltm.h lzio.h | 117 | lstate.h ltm.h lzio.h |
118 | lgc.o: lgc.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h ltm.h \ | 118 | lgc.o: lgc.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h ltm.h \ |
@@ -120,35 +120,35 @@ lgc.o: lgc.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h ltm.h \ | |||
120 | linit.o: linit.c lua.h luaconf.h lualib.h lauxlib.h | 120 | linit.o: linit.c lua.h luaconf.h lualib.h lauxlib.h |
121 | liolib.o: liolib.c lua.h luaconf.h lauxlib.h lualib.h | 121 | liolib.o: liolib.c lua.h luaconf.h lauxlib.h lualib.h |
122 | llex.o: llex.c lua.h luaconf.h ldo.h lobject.h llimits.h lstate.h ltm.h \ | 122 | llex.o: llex.c lua.h luaconf.h ldo.h lobject.h llimits.h lstate.h ltm.h \ |
123 | lzio.h lmem.h llex.h lparser.h ltable.h lstring.h lgc.h | 123 | lzio.h lmem.h llex.h lparser.h lstring.h lgc.h ltable.h |
124 | lmathlib.o: lmathlib.c lua.h luaconf.h lauxlib.h lualib.h | 124 | lmathlib.o: lmathlib.c lua.h luaconf.h lauxlib.h lualib.h |
125 | lmem.o: lmem.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h \ | 125 | lmem.o: lmem.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h \ |
126 | ltm.h lzio.h lmem.h ldo.h | 126 | ltm.h lzio.h lmem.h ldo.h lgc.h |
127 | loadlib.o: loadlib.c lua.h luaconf.h lauxlib.h lualib.h | 127 | loadlib.o: loadlib.c lua.h luaconf.h lauxlib.h lualib.h |
128 | lobject.o: lobject.c lua.h luaconf.h ldo.h lobject.h llimits.h lstate.h \ | 128 | lobject.o: lobject.c lua.h luaconf.h ldebug.h lstate.h lobject.h \ |
129 | ltm.h lzio.h lmem.h lstring.h lgc.h lvm.h | 129 | llimits.h ltm.h lzio.h lmem.h ldo.h lstring.h lgc.h lvm.h |
130 | lopcodes.o: lopcodes.c lua.h luaconf.h lobject.h llimits.h lopcodes.h | 130 | lopcodes.o: lopcodes.c lopcodes.h llimits.h lua.h luaconf.h |
131 | loslib.o: loslib.c lua.h luaconf.h lauxlib.h lualib.h | 131 | loslib.o: loslib.c lua.h luaconf.h lauxlib.h lualib.h |
132 | lparser.o: lparser.c lua.h luaconf.h lcode.h llex.h lobject.h llimits.h \ | 132 | lparser.o: lparser.c lua.h luaconf.h lcode.h llex.h lobject.h llimits.h \ |
133 | lzio.h lmem.h lopcodes.h lparser.h ltable.h ldebug.h lstate.h ltm.h \ | 133 | lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h ldo.h \ |
134 | ldo.h lfunc.h lstring.h lgc.h | 134 | lfunc.h lstring.h lgc.h ltable.h |
135 | lstate.o: lstate.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h \ | 135 | lstate.o: lstate.c lua.h luaconf.h lapi.h llimits.h lstate.h lobject.h \ |
136 | ltm.h lzio.h lmem.h ldo.h lfunc.h lgc.h llex.h lstring.h ltable.h | 136 | ltm.h lzio.h lmem.h ldebug.h ldo.h lfunc.h lgc.h llex.h lstring.h \ |
137 | ltable.h | ||
137 | lstring.o: lstring.c lua.h luaconf.h lmem.h llimits.h lobject.h lstate.h \ | 138 | lstring.o: lstring.c lua.h luaconf.h lmem.h llimits.h lobject.h lstate.h \ |
138 | ltm.h lzio.h lstring.h lgc.h | 139 | ltm.h lzio.h lstring.h lgc.h |
139 | lstrlib.o: lstrlib.c lua.h luaconf.h lauxlib.h lualib.h | 140 | lstrlib.o: lstrlib.c lua.h luaconf.h lauxlib.h lualib.h |
140 | ltable.o: ltable.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h \ | 141 | ltable.o: ltable.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h \ |
141 | ltm.h lzio.h lmem.h ldo.h lgc.h ltable.h | 142 | ltm.h lzio.h lmem.h ldo.h lgc.h ltable.h |
142 | ltablib.o: ltablib.c lua.h luaconf.h lauxlib.h lualib.h | 143 | ltablib.o: ltablib.c lua.h luaconf.h lauxlib.h lualib.h |
143 | ltests.o: ltests.c lua.h luaconf.h lapi.h lobject.h llimits.h lauxlib.h \ | 144 | ltests.o: ltests.c lua.h luaconf.h lapi.h llimits.h lstate.h lobject.h \ |
144 | lcode.h llex.h lzio.h lmem.h lopcodes.h lparser.h ltable.h ldebug.h \ | 145 | ltm.h lzio.h lmem.h lauxlib.h lcode.h llex.h lopcodes.h lparser.h \ |
145 | lstate.h ltm.h ldo.h lfunc.h lstring.h lgc.h lualib.h | 146 | ldebug.h ldo.h lfunc.h lstring.h lgc.h ltable.h lualib.h |
146 | ltm.o: ltm.c lua.h luaconf.h lobject.h llimits.h lstate.h ltm.h lzio.h \ | 147 | ltm.o: ltm.c lua.h luaconf.h lobject.h llimits.h lstate.h ltm.h lzio.h \ |
147 | lmem.h lstring.h lgc.h ltable.h | 148 | lmem.h lstring.h lgc.h ltable.h |
148 | lua.o: lua.c lua.h luaconf.h lauxlib.h lualib.h | 149 | lua.o: lua.c lua.h luaconf.h lauxlib.h lualib.h |
149 | lundump.o: lundump.c lua.h luaconf.h ldebug.h lstate.h lobject.h \ | 150 | lundump.o: lundump.c lua.h luaconf.h ldebug.h lstate.h lobject.h \ |
150 | llimits.h ltm.h lzio.h lmem.h ldo.h lfunc.h lopcodes.h lstring.h lgc.h \ | 151 | llimits.h ltm.h lzio.h lmem.h ldo.h lfunc.h lstring.h lgc.h lundump.h |
151 | lundump.h | ||
152 | lvm.o: lvm.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h ltm.h \ | 152 | lvm.o: lvm.c lua.h luaconf.h ldebug.h lstate.h lobject.h llimits.h ltm.h \ |
153 | lzio.h lmem.h ldo.h lfunc.h lgc.h lopcodes.h lstring.h ltable.h lvm.h | 153 | lzio.h lmem.h ldo.h lfunc.h lgc.h lopcodes.h lstring.h ltable.h lvm.h |
154 | lzio.o: lzio.c lua.h luaconf.h llimits.h lmem.h lstate.h lobject.h ltm.h \ | 154 | lzio.o: lzio.c lua.h luaconf.h llimits.h lmem.h lstate.h lobject.h ltm.h \ |