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.LEVEL.ENV  = MAKELEVEL
18.MAKE.MAKEFILES  = <details omitted>
19.MAKE.MAKEFILE_PREFERENCE = <details omitted>
20.MAKE.OS         = <details omitted>
21.MAKE.PID        = <details omitted>
22.MAKE.PPID       = <details omitted>
23.MAKE.UID        = <details omitted>
24.MAKEFLAGS       =  -r -k -d g1
25.MAKEOVERRIDES   = # (empty)
26.OBJDIR          = <curdir>
27.PATH            = . <curdir>
28.TARGETS         = # (empty)
29.newline         =
30# (ends with space)
31MACHINE          = <details omitted>
32MACHINE_ARCH     = <details omitted>
33MAKE             = <details omitted>
34MFLAGS           =   -r -k -d g1
35#*** Command-line Variables:
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