LST_INIT
StringList members = LST_INIT;
SearchPath dirSearchPath = { LST_INIT }; /* main search path */
StringList sysMkFiles = LST_INIT;
StringList makefiles = LST_INIT;
GNodeList targets = LST_INIT;
static GNodeList toBeMade = LST_INIT;
GNodeList examine = LST_INIT; /* Queue of targets to examine */
static StringList metaBailiwick = LST_INIT; /* our scope of control */
static StringList metaIgnorePaths = LST_INIT; /* paths we deliberately ignore */
StringList targetNames = LST_INIT;
GNodeList sources = LST_INIT;
static StringList targCmds = LST_INIT;
static SuffixList sufflist = LST_INIT;
static SuffixList suffClean = LST_INIT;
GNodeList members = LST_INIT;
static GNodeList transforms = LST_INIT;
CandidateList sources = LST_INIT;
CandidateList targets = LST_INIT;
static GNodeList allTargets = LST_INIT;
static GNodeList allNodes = LST_INIT;