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.LEVEL      = <details omitted>
16.MAKE.MAKEFILES  = <details omitted>
17.MAKE.MAKEFILE_PREFERENCE = <details omitted>
18.MAKE.OS         = <details omitted>
19.MAKE.PID        = <details omitted>
20.MAKE.PPID       = <details omitted>
21.MAKE.UID        = <details omitted>
22.MAKEFLAGS       =  -r -k -d g1
23.MAKEOVERRIDES   = # (empty)
24.OBJDIR          = <curdir>
25.PATH            = . <curdir>
26.TARGETS         = # (empty)
27.newline         =
28# (ends with space)
29MACHINE          = <details omitted>
30MACHINE_ARCH     = <details omitted>
31MAKE             = <details omitted>
32MFLAGS           =   -r -k -d g1
33#*** Command-line Variables:
34.MAKE.LEVEL.ENV  = MAKELEVEL
35
36#*** Directory Cache:
37# Stats: 0 hits 2 misses 0 near misses 0 losers (0%)
38#  refs  hits  directory
39#     1     0  <curdir>
40
41#*** Suffixes:
42# ".a" (num 1, ref 2)
43#	To:
44#	From: .cpp
45#	Search Path:
46# ".c" (num 2, ref 2)
47#	To: .cpp
48#	From:
49#	Search Path:
50# ".cpp" (num 3, ref 3)
51#	To: .a
52#	From: .c
53#	Search Path:
54#*** Transformations:
55.c.cpp          :
56	: Making ${.TARGET} from impsrc ${.IMPSRC} allsrc ${.ALLSRC}.
57
58.cpp.a          :
59	: Making ${.TARGET} from impsrc ${.IMPSRC} allsrc ${.ALLSRC}.
60
61exit status 0
62