Lines Matching full:src
9 # Where to install. The installation starts in the src and doc directories,
55 cd src && $(MAKE) $@
58 src/lua -v
61 …cd src && $(MKDIR) $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB) $(INSTALL_MAN) $(INSTALL_LMOD) $(I…
62 cd src && $(INSTALL_EXEC) $(TO_BIN) $(INSTALL_BIN)
63 cd src && $(INSTALL_DATA) $(TO_INC) $(INSTALL_INC)
64 cd src && $(INSTALL_DATA) $(TO_LIB) $(INSTALL_LIB)
68 cd src && cd $(INSTALL_BIN) && $(RM) $(TO_BIN)
69 cd src && cd $(INSTALL_INC) && $(RM) $(TO_INC)
70 cd src && cd $(INSTALL_LIB) && $(RM) $(TO_LIB)
86 @cd src && $(MAKE) -s echo