1#*** Input graph: 2# all, unmade, type OP_DEPENDS, flags none 3 4 5# 6# Files that are only sources: 7#*** Global Variables: 8.ALLTARGETS = all 9.CURDIR = <curdir> 10.INCLUDES = # (empty) 11.LIBS = # (empty) 12.MAKE = <details omitted> 13.MAKE.DEPENDFILE = <details omitted> 14.MAKE.GID = <details omitted> 15.MAKE.JOBS.C = <details omitted> 16.MAKE.LEVEL = <details omitted> 17.MAKE.MAKEFILES = <details omitted> 18.MAKE.MAKEFILE_PREFERENCE = <details omitted> 19.MAKE.OS = <details omitted> 20.MAKE.PID = <details omitted> 21.MAKE.PPID = <details omitted> 22.MAKE.UID = <details omitted> 23.MAKEFLAGS = -r -k -d g1 24.MAKEOVERRIDES = # (empty) 25.OBJDIR = <curdir> 26.PATH = . <curdir> 27.TARGETS = # (empty) 28.newline = 29# (ends with space) 30MACHINE = <details omitted> 31MACHINE_ARCH = <details omitted> 32MAKE = <details omitted> 33MFLAGS = -r -k -d g1 34#*** Command-line Variables: 35.MAKE.LEVEL.ENV = MAKELEVEL 36 37#*** Directory Cache: 38# Stats: 0 hits 2 misses 0 near misses 0 losers (0%) 39# refs hits directory 40# 1 0 <curdir> 41 42#*** Suffixes: 43# ".a" (num 1, ref 2) 44# To: 45# From: .cpp 46# Search Path: 47# ".c" (num 2, ref 2) 48# To: .cpp 49# From: 50# Search Path: 51# ".cpp" (num 3, ref 3) 52# To: .a 53# From: .c 54# Search Path: 55#*** Transformations: 56.c.cpp : 57 : Making ${.TARGET} from impsrc ${.IMPSRC} allsrc ${.ALLSRC}. 58 59.cpp.a : 60 : Making ${.TARGET} from impsrc ${.IMPSRC} allsrc ${.ALLSRC}. 61 62exit status 0 63