1 #*** Input graph: 2 # all, made 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 = 11 .LIBS = 12 .MAKE = <details omitted> 13 .MAKE.DEPENDFILE = <details omitted> 14 .MAKE.GID = <details omitted> 15 .MAKE.LEVEL = <details omitted> 16 .MAKE.MAKEFILES = <details omitted> 17 .MAKE.MAKEFILE_PREFERENCE = <details omitted> 18 .MAKE.OS = <details omitted> 19 .MAKE.PATH_FILEMON = <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 = 25 .OBJDIR = <curdir> 26 .PATH = . <curdir> 27 .TARGETS = 28 .newline = 29 30 MACHINE = <details omitted> 31 MACHINE_ARCH = <details omitted> 32 MAKE = <details omitted> 33 MFLAGS = -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 # 1 0 . 42 # 1 0 <defsyspath> 43 44 #*** Suffixes: 45 # ".a" (num 1, ref 2) 46 # To: 47 # From: .cpp 48 # Search Path: 49 # ".c" (num 2, ref 2) 50 # To: .cpp 51 # From: 52 # Search Path: 53 # ".cpp" (num 3, ref 3) 54 # To: .a 55 # From: .c 56 # Search Path: 57 #*** Transformations: 58 .c.cpp : 59 : Making ${.TARGET} from impsrc ${.IMPSRC} allsrc ${.ALLSRC}. 60 61 .cpp.a : 62 : Making ${.TARGET} from impsrc ${.IMPSRC} allsrc ${.ALLSRC}. 63 64 exit status 0 65