Home
last modified time | relevance | path

Searched refs:LUA_A (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lua/src/
H A DMakefile35 LUA_A= liblua.a macro
47 ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T)
48 ALL_A= $(LUA_A)
59 $(LUA_A): $(BASE_O)
63 $(LUA_T): $(LUA_O) $(LUA_A)
64 $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)
66 $(LUAC_T): $(LUAC_O) $(LUA_A)
67 $(CC) -o $@ $(LDFLAGS) $(LUAC_O) $(LUA_A) $(LIBS)