xref: /freebsd/contrib/bmake/unit-tests/suff-transform-debug.exp (revision dd41de95a84d979615a2ef11df6850622bf6184e)
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        =
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.PID        = <details omitted>
20.MAKE.PPID       = <details omitted>
21.MAKE.UID        = <details omitted>
22.MAKEFLAGS       =  -r -k -d g1
23.MAKEOVERRIDES   =
24.OBJDIR          = <curdir>
25.PATH            = . <curdir>
26.TARGETS         =
27.newline         =
28
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#     1     0  .
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