Documentation
¶
Index ¶
Constants ¶
View Source
const ( Makefiles = "MAKEFILES" Vpath = "VPATH" Shell = "SHELL" Makeshell = "MAKESHELL" Make = "MAKE" MakeVersion = "MAKE_VERSION" MakeHost = "MAKE_HOST" Makelevel = "MAKELEVEL" Makeflags = "MAKEFLAGS" Gnumakeflags = "GNUMAKEFLAGS" Makecmdgoals = "MAKECMDGOALS" Curdir = "CURDIR" Suffixes = "SUFFIXES" Libpatterns = ".LIBPATTERNS" )
Variables ¶
View Source
var Special = []string{ Makefiles, Vpath, Shell, Makeshell, Make, MakeVersion, MakeHost, Makelevel, Makeflags, Gnumakeflags, Makecmdgoals, Curdir, Suffixes, Libpatterns, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.