HomeSort by: relevance | last modified time | path
    Searched refs:luac (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/lua/usr.bin/
Makefile 3 SUBDIR+= lua luac
  /src/external/mit/lua/usr.bin/luac/
Makefile 3 PROG= luac
4 SRCS= luac.c
  /src/share/mk/
bsd.lua.mk 20 # HAVE_LUAC if defined, .lua source files will be compiled with ${LUAC}
22 # that the luac file format is not yet standardised and may be
25 # LUAC the luac compiler (by default: /usr/bin/luac)
69 LUAC?= /usr/bin/luac
77 .SUFFIXES: .lua .luac
78 .lua.luac:
80 ${LUAC} -o ${.TARGET} ${.IMPSRC
    [all...]
  /src/external/mit/lua/dist/
Makefile 42 TO_BIN= lua luac
45 TO_MAN= lua.1 luac.1
  /src/external/mit/lua/dist/src/
Makefile 43 LUAC_T= luac
44 LUAC_O= luac.o
138 $(MAKE) "LUAC_T=luac.exe" luac.exe
213 luac.o: luac.c lprefix.h lua.h luaconf.h lauxlib.h ldebug.h lstate.h \

Completed in 17 milliseconds