diff options
author | Mike Pall <mike> | 2012-10-10 18:16:18 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-10-10 18:16:18 +0200 |
commit | 1c626112a06f1f69d3c22771c62d4ced1cfee356 (patch) | |
tree | 6045efeabcc77b7a0351a65161e1d456bb635752 /src/Makefile.dep | |
parent | 4a97faef7ef7e9b12235adcb98e3e591b0db7122 (diff) | |
download | luajit-1c626112a06f1f69d3c22771c62d4ced1cfee356.tar.gz luajit-1c626112a06f1f69d3c22771c62d4ced1cfee356.tar.bz2 luajit-1c626112a06f1f69d3c22771c62d4ced1cfee356.zip |
FFI: Compile ffi.sizeof(), ffi.alignof() and ffi.offsetof().
Diffstat (limited to 'src/Makefile.dep')
-rw-r--r-- | src/Makefile.dep | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Makefile.dep b/src/Makefile.dep index cab23b79..9571e16d 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep | |||
@@ -82,9 +82,10 @@ lj_cparse.o: lj_cparse.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | |||
82 | lj_bc.h lj_vm.h lj_char.h lj_strscan.h | 82 | lj_bc.h lj_vm.h lj_char.h lj_strscan.h |
83 | lj_crecord.o: lj_crecord.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 83 | lj_crecord.o: lj_crecord.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
84 | lj_err.h lj_errmsg.h lj_str.h lj_tab.h lj_frame.h lj_bc.h lj_ctype.h \ | 84 | lj_err.h lj_errmsg.h lj_str.h lj_tab.h lj_frame.h lj_bc.h lj_ctype.h \ |
85 | lj_gc.h lj_cdata.h lj_cparse.h lj_cconv.h lj_clib.h lj_ccall.h lj_ir.h \ | 85 | lj_gc.h lj_cdata.h lj_cparse.h lj_cconv.h lj_clib.h lj_ccall.h lj_ff.h \ |
86 | lj_jit.h lj_ircall.h lj_iropt.h lj_trace.h lj_dispatch.h lj_traceerr.h \ | 86 | lj_ffdef.h lj_ir.h lj_jit.h lj_ircall.h lj_iropt.h lj_trace.h \ |
87 | lj_record.h lj_ffrecord.h lj_snap.h lj_crecord.h | 87 | lj_dispatch.h lj_traceerr.h lj_record.h lj_ffrecord.h lj_snap.h \ |
88 | lj_crecord.h | ||
88 | lj_ctype.o: lj_ctype.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 89 | lj_ctype.o: lj_ctype.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
89 | lj_gc.h lj_err.h lj_errmsg.h lj_str.h lj_tab.h lj_ctype.h lj_ccallback.h | 90 | lj_gc.h lj_err.h lj_errmsg.h lj_str.h lj_tab.h lj_ctype.h lj_ccallback.h |
90 | lj_debug.o: lj_debug.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 91 | lj_debug.o: lj_debug.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |