Advertisement
Guest User

Untitled

a guest
Mar 24th, 2016
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 32.72 KB | None | 0 0
  1. clang -g -Wall -O3   -c -o main.o main.c
  2. # GNU Make 4.1
  3. # Built for x86_64-unknown-cygwin
  4. # Copyright (C) 1988-2014 Free Software Foundation, Inc.
  5. # License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  6. # This is free software: you are free to change and redistribute it.
  7. # There is NO WARRANTY, to the extent permitted by law.
  8.  
  9. # Make data base, printed on Thu Mar 24 10:53:58 2016
  10.  
  11. # Variables
  12.  
  13. # 'override' directive
  14. GNUMAKEFLAGS :=
  15. # automatic
  16. <D = $(patsubst %/,%,$(dir $<))
  17. # automatic
  18. ?F = $(notdir $?)
  19. # default
  20. .SHELLFLAGS := -c
  21. # makefile
  22. MAKEFLAGS = p
  23. # default
  24. CWEAVE = cweave
  25. # automatic
  26. ?D = $(patsubst %/,%,$(dir $?))
  27. # environment
  28. !:: = ::\
  29. # automatic
  30. @D = $(patsubst %/,%,$(dir $@))
  31. # environment
  32. HOMEDRIVE = H:
  33. # automatic
  34. @F = $(notdir $@)
  35. # makefile (from 'makefile', line 7)
  36. LDLIBS =
  37. # automatic
  38. ^D = $(patsubst %/,%,$(dir $^))
  39. # makefile
  40. CURDIR := /home/chenning/makefile_test
  41. # makefile
  42. SHELL = /bin/sh
  43. # default
  44. RM = rm -f
  45. # default
  46. CO = co
  47. # makefile (from 'makefile', line 4)
  48. P = hello_world.exe
  49. # environment
  50. ProgramFiles(x86) = C:\Program Files (x86)
  51. # environment
  52. WINDIR = C:\Windows
  53. # environment
  54. FP_NO_HOST_CHECK = NO
  55. # environment
  56. TZ = America/New_York
  57. # environment
  58. _ = /usr/bin/make
  59. # default
  60. PREPROCESS.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -F
  61. # environment
  62. EXECIGNORE = *.dll
  63. # default
  64. LINK.m = $(OBJC) $(OBJCFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
  65. # default
  66. LINK.o = $(CC) $(LDFLAGS) $(TARGET_ARCH)
  67. # default
  68. OUTPUT_OPTION = -o $@
  69. # default
  70. COMPILE.cpp = $(COMPILE.cc)
  71. # environment
  72. PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
  73. # environment
  74. VSEDEFLOGDIR = C:\ProgramData\McAfee\DesktopProtection
  75. # environment
  76. USERNAME = chenning
  77. # default
  78. LINK.p = $(PC) $(PFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
  79. # makefile (from 'makefile', line 8)
  80. CC = clang
  81. # environment
  82. CommonProgramFiles(x86) = C:\Program Files (x86)\Common Files
  83. # environment
  84. INFOPATH = /usr/local/info:/usr/share/info:/usr/info
  85. # default
  86. CHECKOUT,v = +$(if $(wildcard $@),,$(CO) $(COFLAGS) $< $@)
  87. # default
  88. LEX.m = $(LEX) $(LFLAGS) -t
  89. # default
  90. CPP = $(CC) -E
  91. # default
  92. LINK.cc = $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
  93. # default
  94. MAKE_HOST := x86_64-unknown-cygwin
  95. # environment
  96. PATH = /usr/local/bin:/usr/bin:/cygdrive/c/Program Files (x86)/Intel/iCLS Client:/cygdrive/c/Program Files/Intel/iCLS Client:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files (x86)/Sybase/Shared/PowerBuilder:/cygdrive/c/Program Files (x86)/Avaya Modular Messaging/Common:/cygdrive/c/Program Files (x86)/Common Files/Avaya Modular Messaging:/cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/cygdrive/c/Program Files (x86)/ATI Technologies/ATI.ACE/Core-Static:/cygdrive/c/Program Files/Microsoft SQL Server/120/DTS/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/Client SDK/ODBC/110/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/120/Tools/Binn/ManagementStudio:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/120/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/120/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/120/DTS/Binn:/cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0:/cygdrive/c/Program Files (x86)/CMake/bin:/cygdrive/c/python:/cygdrive/c/Program Files (x86)/Sybase/Shared/PowerBuilder:/cygdrive/c/Program Files/Colligo Networks/Colligo
  97. # environment
  98. VS110COMNTOOLS = C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\
  99. # default
  100. LD = ld
  101. # default
  102. TEXI2DVI = texi2dvi
  103. # default
  104. YACC = yacc
  105. # default
  106. COMPILE.mod = $(M2C) $(M2FLAGS) $(MODFLAGS) $(TARGET_ARCH)
  107. # makefile (from 'makefile', line 6)
  108. CFLAGS = -g -Wall -O3
  109. # environment
  110. PROCESSOR_ARCHITECTURE = AMD64
  111. # default
  112. LINK.r = $(FC) $(FFLAGS) $(RFLAGS) $(LDFLAGS) $(TARGET_ARCH)
  113. # environment
  114. USERPROFILE = C:\Users\chenning
  115. # default
  116. LINT = lint
  117. # default
  118. COMPILE.f = $(FC) $(FFLAGS) $(TARGET_ARCH) -c
  119. # makefile (from 'makefile', line 1)
  120. MAKEFILE_LIST :=  makefile
  121. # default
  122. LINT.c = $(LINT) $(LINTFLAGS) $(CPPFLAGS) $(TARGET_ARCH)
  123. # default
  124. YACC.m = $(YACC) $(YFLAGS)
  125. # environment
  126. ALLUSERSPROFILE = C:\ProgramData
  127. # default
  128. YACC.y = $(YACC) $(YFLAGS)
  129. # default
  130. AR = ar
  131. # environment
  132. NUMBER_OF_PROCESSORS = 8
  133. # environment
  134. VS120COMNTOOLS = C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\
  135. # default
  136. .FEATURES := target-specific order-only second-expansion else-if shortest-stem undefine oneshell archives jobserver output-sync check-symlink guile load
  137. # default
  138. TANGLE = tangle
  139. # environment
  140. ProgramW6432 = C:\Program Files
  141. # default
  142. GET = get
  143. # automatic
  144. %F = $(notdir $%)
  145. # default
  146. COMPILE.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
  147. # default
  148. CTANGLE = ctangle
  149. # environment
  150. COMSPEC = C:\Windows\system32\cmd.exe
  151. # environment
  152. ORIGINAL_PATH = /cygdrive/c/Program Files (x86)/Intel/iCLS Client:/cygdrive/c/Program Files/Intel/iCLS Client:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files (x86)/Sybase/Shared/PowerBuilder:/cygdrive/c/Program Files (x86)/Avaya Modular Messaging/Common:/cygdrive/c/Program Files (x86)/Common Files/Avaya Modular Messaging:/cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/cygdrive/c/Program Files (x86)/ATI Technologies/ATI.ACE/Core-Static:/cygdrive/c/Program Files/Microsoft SQL Server/120/DTS/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/Client SDK/ODBC/110/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/120/Tools/Binn/ManagementStudio:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/120/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/120/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/120/DTS/Binn:/cygdrive/c/Program Files (x86)/Windows Kits/8.1/Windows Performance Toolkit:/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SDKs/TypeScript/1.0:/cygdrive/c/Program Files (x86)/CMake/bin:/cygdrive/c/python:/cygdrive/c/Program Files (x86)/Sybase/Shared/PowerBuilder:/cygdrive/c/Program Files/Colligo Networks/Colligo
  153. # environment
  154. COMPUTERNAME = CHENNING
  155. # default
  156. LINK.C = $(LINK.cc)
  157. # environment
  158. PWD = /home/chenning/makefile_test
  159. # environment
  160. PROGRAMFILES = C:\Program Files
  161. # default
  162. LINK.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_MACH)
  163. # environment
  164. USERDNSDOMAIN = TRANSRE.COM
  165. # default
  166. PREPROCESS.r = $(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -F
  167. # environment
  168. PKG_CONFIG_PATH = /cygdrive/c/cygwin64/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig
  169. # default
  170. LINK.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
  171. # environment
  172. PUBLIC = C:\Users\Public
  173. # default
  174. LINK.s = $(CC) $(ASFLAGS) $(LDFLAGS) $(TARGET_MACH)
  175. # environment
  176. HOME = /home/chenning
  177. # environment
  178. CommonProgramW6432 = C:\Program Files\Common Files
  179. # environment
  180. ProgramData = C:\ProgramData
  181. # environment
  182. PRINTER = \\NYPRINT\NY18-XeroxColor-East
  183. # environment
  184. COMMONPROGRAMFILES = C:\Program Files\Common Files
  185. # environment
  186. LOGONSERVER = \\NJDC02
  187. # environment
  188. OPENSSL_CONF = C:\OpenSSL-Win64\bin\openssl.cfg
  189. # environment
  190. USERDOMAIN = TRANSRE
  191. # environment
  192. HOSTNAME = chenning
  193. # environment
  194. MAKELEVEL := 0
  195. # default
  196. COMPILE.m = $(OBJC) $(OBJCFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
  197. # default
  198. MAKE = $(MAKE_COMMAND)
  199. # environment
  200. SHLVL = 1
  201. # default
  202. AS = as
  203. # default
  204. PREPROCESS.S = $(CC) -E $(CPPFLAGS)
  205. # default
  206. COMPILE.p = $(PC) $(PFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
  207. # default
  208. MAKE_VERSION := 4.1
  209. # environment
  210. USER = chenning
  211. # default
  212. FC = f77
  213. # makefile
  214. .DEFAULT_GOAL := hello_world.exe
  215. # automatic
  216. %D = $(patsubst %/,%,$(dir $%))
  217. # environment
  218. LOCALAPPDATA = C:\Users\chenning\AppData\Local
  219. # default
  220. ARFLAGS = rv
  221. # default
  222. WEAVE = weave
  223. # default
  224. MAKE_COMMAND := make
  225. # environment
  226. PROFILEREAD = true
  227. # default
  228. LINK.cpp = $(LINK.cc)
  229. # default
  230. F77 = $(FC)
  231. # environment
  232. OLDPWD = /home/chenning
  233. # default
  234. .VARIABLES :=
  235. # default
  236. PC = pc
  237. # automatic
  238. *F = $(notdir $*)
  239. # environment
  240. PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
  241. # environment
  242. OS = Windows_NT
  243. # default
  244. COMPILE.def = $(M2C) $(M2FLAGS) $(DEFFLAGS) $(TARGET_ARCH)
  245. # environment
  246. UMCommon = C:\Program Files (x86)\Avaya Modular Messaging\Common
  247. # environment
  248. ONEXC_PATH = C:\Program Files (x86)\Avaya\Avaya one-X Communicator\
  249. # default
  250. LEX = lex
  251. # environment
  252. HOMEPATH = \
  253. # environment
  254. HOMESHARE = \\tcuser\tcuser$\chenning
  255. # environment
  256. MFLAGS = -p
  257. # automatic
  258. *D = $(patsubst %/,%,$(dir $*))
  259. # default
  260. LEX.l = $(LEX) $(LFLAGS) -t
  261. # environment
  262. PSModulePath = C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\PowerShell\Modules\
  263. # environment
  264. asl.log = Destination=file
  265. # environment
  266. SYSTEMROOT = C:\Windows
  267. # automatic
  268. +D = $(patsubst %/,%,$(dir $+))
  269. # default
  270. COMPILE.r = $(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -c
  271. # automatic
  272. +F = $(notdir $+)
  273. # default
  274. M2C = m2c
  275. # environment
  276. APPDATA = C:\Users\chenning\AppData\Roaming
  277. # environment
  278. TEMP = /tmp
  279. # environment
  280. DEFLOGDIR = C:\ProgramData\McAfee\DesktopProtection
  281. # default
  282. MAKEFILES :=
  283. # default
  284. COMPILE.cc = $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
  285. # automatic
  286. <F = $(notdir $<)
  287. # default
  288. .LIBPATTERNS = lib%.dll.a %.dll.a lib%.a %.lib lib%.dll %.dll
  289. # environment
  290. PS1 = \[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$
  291. # default
  292. CXX = g++
  293. # environment
  294. MMCommonAppDataRoot = C:\ProgramData\Avaya Modular Messaging
  295. # default
  296. COFLAGS =
  297. # default
  298. COMPILE.C = $(COMPILE.cc)
  299. # automatic
  300. ^F = $(notdir $^)
  301. # default
  302. COMPILE.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(TARGET_MACH) -c
  303. # default
  304. LINK.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
  305. # default
  306. SUFFIXES := .out .a .ln .o .c .cc .C .cpp .p .f .F .m .r .y .l .ym .yl .s .S .mod .sym .def .h .info .dvi .tex .texinfo .texi .txinfo .w .ch .web .sh .elc .el
  307. # environment
  308. SYSTEMDRIVE = C:
  309. # default
  310. COMPILE.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
  311. # environment
  312. SESSIONNAME = Console
  313. # environment
  314. PROCESSOR_REVISION = 3c03
  315. # default
  316. COMPILE.s = $(AS) $(ASFLAGS) $(TARGET_MACH)
  317. # default
  318. .INCLUDE_DIRS = /usr/include /usr/include
  319. # environment
  320. TMP = /tmp
  321. # default
  322. .RECIPEPREFIX :=
  323. # makefile (from 'makefile', line 5)
  324. OBJECTS = main.o
  325. # default
  326. MAKEINFO = makeinfo
  327. # default
  328. MAKE_TERMERR := /dev/pty0
  329. # default
  330. OBJC = cc
  331. # default
  332. TEX = tex
  333. # environment
  334. LANG = en_US.UTF-8
  335. # environment
  336. PROCESSOR_LEVEL = 6
  337. # environment
  338. TERM = xterm
  339. # default
  340. F77FLAGS = $(FFLAGS)
  341. # environment
  342. WNHOME = C:\orion\wordnet
  343. # default
  344. LINK.f = $(FC) $(FFLAGS) $(LDFLAGS) $(TARGET_ARCH)
  345. # environment
  346. MM_MSXML_APARTMENT = 1
  347. # variable set hash-table stats:
  348. # Load=167/1024=16%, Rehash=0, Collisions=33/203=16%
  349.  
  350. # Pattern-specific Variable Values
  351.  
  352. # No pattern-specific variable values.
  353.  
  354. # Directories
  355.  
  356. # SCCS: could not be stat'd.
  357. # . (device 4165101152, inode 5629499534551112): 5 files, 41 impossibilities.
  358. # RCS: could not be stat'd.
  359.  
  360. # 5 files, 41 impossibilities in 3 directories.
  361.  
  362. # Implicit Rules
  363.  
  364. %.out:
  365.  
  366. %.a:
  367.  
  368. %.ln:
  369.  
  370. %.o:
  371.  
  372. %: %.o
  373. #  recipe to execute (built-in):
  374.     $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@
  375.  
  376. %.c:
  377.  
  378. %: %.c
  379. #  recipe to execute (built-in):
  380.     $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@
  381.  
  382. %.ln: %.c
  383. #  recipe to execute (built-in):
  384.     $(LINT.c) -C$* $<
  385.  
  386. %.o: %.c
  387. #  recipe to execute (built-in):
  388.     $(COMPILE.c) $(OUTPUT_OPTION) $<
  389.  
  390. %.cc:
  391.  
  392. %: %.cc
  393. #  recipe to execute (built-in):
  394.     $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
  395.  
  396. %.o: %.cc
  397. #  recipe to execute (built-in):
  398.     $(COMPILE.cc) $(OUTPUT_OPTION) $<
  399.  
  400. %.C:
  401.  
  402. %: %.C
  403. #  recipe to execute (built-in):
  404.     $(LINK.C) $^ $(LOADLIBES) $(LDLIBS) -o $@
  405.  
  406. %.o: %.C
  407. #  recipe to execute (built-in):
  408.     $(COMPILE.C) $(OUTPUT_OPTION) $<
  409.  
  410. %.cpp:
  411.  
  412. %: %.cpp
  413. #  recipe to execute (built-in):
  414.     $(LINK.cpp) $^ $(LOADLIBES) $(LDLIBS) -o $@
  415.  
  416. %.o: %.cpp
  417. #  recipe to execute (built-in):
  418.     $(COMPILE.cpp) $(OUTPUT_OPTION) $<
  419.  
  420. %.p:
  421.  
  422. %: %.p
  423. #  recipe to execute (built-in):
  424.     $(LINK.p) $^ $(LOADLIBES) $(LDLIBS) -o $@
  425.  
  426. %.o: %.p
  427. #  recipe to execute (built-in):
  428.     $(COMPILE.p) $(OUTPUT_OPTION) $<
  429.  
  430. %.f:
  431.  
  432. %: %.f
  433. #  recipe to execute (built-in):
  434.     $(LINK.f) $^ $(LOADLIBES) $(LDLIBS) -o $@
  435.  
  436. %.o: %.f
  437. #  recipe to execute (built-in):
  438.     $(COMPILE.f) $(OUTPUT_OPTION) $<
  439.  
  440. %.F:
  441.  
  442. %: %.F
  443. #  recipe to execute (built-in):
  444.     $(LINK.F) $^ $(LOADLIBES) $(LDLIBS) -o $@
  445.  
  446. %.o: %.F
  447. #  recipe to execute (built-in):
  448.     $(COMPILE.F) $(OUTPUT_OPTION) $<
  449.  
  450. %.f: %.F
  451. #  recipe to execute (built-in):
  452.     $(PREPROCESS.F) $(OUTPUT_OPTION) $<
  453.  
  454. %.m:
  455.  
  456. %: %.m
  457. #  recipe to execute (built-in):
  458.     $(LINK.m) $^ $(LOADLIBES) $(LDLIBS) -o $@
  459.  
  460. %.o: %.m
  461. #  recipe to execute (built-in):
  462.     $(COMPILE.m) $(OUTPUT_OPTION) $<
  463.  
  464. %.r:
  465.  
  466. %: %.r
  467. #  recipe to execute (built-in):
  468.     $(LINK.r) $^ $(LOADLIBES) $(LDLIBS) -o $@
  469.  
  470. %.o: %.r
  471. #  recipe to execute (built-in):
  472.     $(COMPILE.r) $(OUTPUT_OPTION) $<
  473.  
  474. %.f: %.r
  475. #  recipe to execute (built-in):
  476.     $(PREPROCESS.r) $(OUTPUT_OPTION) $<
  477.  
  478. %.y:
  479.  
  480. %.ln: %.y
  481. #  recipe to execute (built-in):
  482.     $(YACC.y) $<
  483.      $(LINT.c) -C$* y.tab.c
  484.      $(RM) y.tab.c
  485.  
  486. %.c: %.y
  487. #  recipe to execute (built-in):
  488.     $(YACC.y) $<
  489.      mv -f y.tab.c $@
  490.  
  491. %.l:
  492.  
  493. %.ln: %.l
  494. #  recipe to execute (built-in):
  495.     @$(RM) $*.c
  496.      $(LEX.l) $< > $*.c
  497.     $(LINT.c) -i $*.c -o $@
  498.      $(RM) $*.c
  499.  
  500. %.c: %.l
  501. #  recipe to execute (built-in):
  502.     @$(RM) $@
  503.      $(LEX.l) $< > $@
  504.  
  505. %.r: %.l
  506. #  recipe to execute (built-in):
  507.     $(LEX.l) $< > $@
  508.      mv -f lex.yy.r $@
  509.  
  510. %.ym:
  511.  
  512. %.m: %.ym
  513. #  recipe to execute (built-in):
  514.     $(YACC.m) $<
  515.      mv -f y.tab.c $@
  516.  
  517. %.yl:
  518.  
  519. %.s:
  520.  
  521. %: %.s
  522. #  recipe to execute (built-in):
  523.     $(LINK.s) $^ $(LOADLIBES) $(LDLIBS) -o $@
  524.  
  525. %.o: %.s
  526. #  recipe to execute (built-in):
  527.     $(COMPILE.s) -o $@ $<
  528.  
  529. %.S:
  530.  
  531. %: %.S
  532. #  recipe to execute (built-in):
  533.     $(LINK.S) $^ $(LOADLIBES) $(LDLIBS) -o $@
  534.  
  535. %.o: %.S
  536. #  recipe to execute (built-in):
  537.     $(COMPILE.S) -o $@ $<
  538.  
  539. %.s: %.S
  540. #  recipe to execute (built-in):
  541.     $(PREPROCESS.S) $< > $@
  542.  
  543. %.mod:
  544.  
  545. %: %.mod
  546. #  recipe to execute (built-in):
  547.     $(COMPILE.mod) -o $@ -e $@ $^
  548.  
  549. %.o: %.mod
  550. #  recipe to execute (built-in):
  551.     $(COMPILE.mod) -o $@ $<
  552.  
  553. %.sym:
  554.  
  555. %.def:
  556.  
  557. %.sym: %.def
  558. #  recipe to execute (built-in):
  559.     $(COMPILE.def) -o $@ $<
  560.  
  561. %.h:
  562.  
  563. %.info:
  564.  
  565. %.dvi:
  566.  
  567. %.tex:
  568.  
  569. %.dvi: %.tex
  570. #  recipe to execute (built-in):
  571.     $(TEX) $<
  572.  
  573. %.texinfo:
  574.  
  575. %.info: %.texinfo
  576. #  recipe to execute (built-in):
  577.     $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@
  578.  
  579. %.dvi: %.texinfo
  580. #  recipe to execute (built-in):
  581.     $(TEXI2DVI) $(TEXI2DVI_FLAGS) $<
  582.  
  583. %.texi:
  584.  
  585. %.info: %.texi
  586. #  recipe to execute (built-in):
  587.     $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@
  588.  
  589. %.dvi: %.texi
  590. #  recipe to execute (built-in):
  591.     $(TEXI2DVI) $(TEXI2DVI_FLAGS) $<
  592.  
  593. %.txinfo:
  594.  
  595. %.info: %.txinfo
  596. #  recipe to execute (built-in):
  597.     $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@
  598.  
  599. %.dvi: %.txinfo
  600. #  recipe to execute (built-in):
  601.     $(TEXI2DVI) $(TEXI2DVI_FLAGS) $<
  602.  
  603. %.w:
  604.  
  605. %.c: %.w
  606. #  recipe to execute (built-in):
  607.     $(CTANGLE) $< - $@
  608.  
  609. %.tex: %.w
  610. #  recipe to execute (built-in):
  611.     $(CWEAVE) $< - $@
  612.  
  613. %.ch:
  614.  
  615. %.web:
  616.  
  617. %.p: %.web
  618. #  recipe to execute (built-in):
  619.     $(TANGLE) $<
  620.  
  621. %.tex: %.web
  622. #  recipe to execute (built-in):
  623.     $(WEAVE) $<
  624.  
  625. %.sh:
  626.  
  627. %: %.sh
  628. #  recipe to execute (built-in):
  629.     cat $< >$@
  630.      chmod a+x $@
  631.  
  632. %.elc:
  633.  
  634. %.el:
  635.  
  636. (%): %
  637. #  recipe to execute (built-in):
  638.     $(AR) $(ARFLAGS) $@ $<
  639.  
  640. %.out: %
  641. #  recipe to execute (built-in):
  642.     @rm -f $@
  643.      cp $< $@
  644.  
  645. %.c: %.w %.ch
  646. #  recipe to execute (built-in):
  647.     $(CTANGLE) $^ $@
  648.  
  649. %.tex: %.w %.ch
  650. #  recipe to execute (built-in):
  651.     $(CWEAVE) $^ $@
  652.  
  653. %:: %,v
  654. #  recipe to execute (built-in):
  655.     $(CHECKOUT,v)
  656.  
  657. %:: RCS/%,v
  658. #  recipe to execute (built-in):
  659.     $(CHECKOUT,v)
  660.  
  661. %:: RCS/%
  662. #  recipe to execute (built-in):
  663.     $(CHECKOUT,v)
  664.  
  665. %:: s.%
  666. #  recipe to execute (built-in):
  667.     $(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<
  668.  
  669. %:: SCCS/s.%
  670. #  recipe to execute (built-in):
  671.     $(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<
  672.  
  673. # 92 implicit rules, 5 (5.4%) terminal.
  674.  
  675. # Files
  676.  
  677. # Not a target:
  678. .web.p:
  679. #  Builtin rule
  680. #  Implicit rule search has not been done.
  681. #  Modification time never checked.
  682. #  File has not been updated.
  683. #  recipe to execute (built-in):
  684.     $(TANGLE) $<
  685.  
  686. # Not a target:
  687. .l.r:
  688. #  Builtin rule
  689. #  Implicit rule search has not been done.
  690. #  Modification time never checked.
  691. #  File has not been updated.
  692. #  recipe to execute (built-in):
  693.     $(LEX.l) $< > $@
  694.      mv -f lex.yy.r $@
  695.  
  696. # Not a target:
  697. .dvi:
  698. #  Builtin rule
  699. #  Implicit rule search has not been done.
  700. #  Modification time never checked.
  701. #  File has not been updated.
  702.  
  703. # Not a target:
  704. .ym:
  705. #  Builtin rule
  706. #  Implicit rule search has not been done.
  707. #  Modification time never checked.
  708. #  File has not been updated.
  709.  
  710. # Not a target:
  711. .f.o:
  712. #  Builtin rule
  713. #  Implicit rule search has not been done.
  714. #  Modification time never checked.
  715. #  File has not been updated.
  716. #  recipe to execute (built-in):
  717.     $(COMPILE.f) $(OUTPUT_OPTION) $<
  718.  
  719. # Not a target:
  720. .l:
  721. #  Builtin rule
  722. #  Implicit rule search has not been done.
  723. #  Modification time never checked.
  724. #  File has not been updated.
  725.  
  726. # Not a target:
  727. .m:
  728. #  Builtin rule
  729. #  Implicit rule search has not been done.
  730. #  Modification time never checked.
  731. #  File has not been updated.
  732. #  recipe to execute (built-in):
  733.     $(LINK.m) $^ $(LOADLIBES) $(LDLIBS) -o $@
  734.  
  735. # Not a target:
  736. .ln:
  737. #  Builtin rule
  738. #  Implicit rule search has not been done.
  739. #  Modification time never checked.
  740. #  File has not been updated.
  741.  
  742. # Not a target:
  743. .o:
  744. #  Builtin rule
  745. #  Implicit rule search has not been done.
  746. #  Modification time never checked.
  747. #  File has not been updated.
  748. #  recipe to execute (built-in):
  749.     $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@
  750.  
  751. # Not a target:
  752. .y:
  753. #  Builtin rule
  754. #  Implicit rule search has not been done.
  755. #  Modification time never checked.
  756. #  File has not been updated.
  757.  
  758. # Not a target:
  759. .def.sym:
  760. #  Builtin rule
  761. #  Implicit rule search has not been done.
  762. #  Modification time never checked.
  763. #  File has not been updated.
  764. #  recipe to execute (built-in):
  765.     $(COMPILE.def) -o $@ $<
  766.  
  767. # Not a target:
  768. .p.o:
  769. #  Builtin rule
  770. #  Implicit rule search has not been done.
  771. #  Modification time never checked.
  772. #  File has not been updated.
  773. #  recipe to execute (built-in):
  774.     $(COMPILE.p) $(OUTPUT_OPTION) $<
  775.  
  776. # Not a target:
  777. .p:
  778. #  Builtin rule
  779. #  Implicit rule search has not been done.
  780. #  Modification time never checked.
  781. #  File has not been updated.
  782. #  recipe to execute (built-in):
  783.     $(LINK.p) $^ $(LOADLIBES) $(LDLIBS) -o $@
  784.  
  785. # Not a target:
  786. .txinfo.dvi:
  787. #  Builtin rule
  788. #  Implicit rule search has not been done.
  789. #  Modification time never checked.
  790. #  File has not been updated.
  791. #  recipe to execute (built-in):
  792.     $(TEXI2DVI) $(TEXI2DVI_FLAGS) $<
  793.  
  794. # Not a target:
  795. main.c:
  796. #  Implicit rule search has been done.
  797. #  Last modified 2016-01-25 10:52:27.2913401
  798. #  File has been updated.
  799. #  Successfully updated.
  800.  
  801. # Not a target:
  802. .a:
  803. #  Builtin rule
  804. #  Implicit rule search has not been done.
  805. #  Modification time never checked.
  806. #  File has not been updated.
  807.  
  808. # Not a target:
  809. .yl:
  810. #  Builtin rule
  811. #  Implicit rule search has not been done.
  812. #  Modification time never checked.
  813. #  File has not been updated.
  814.  
  815. # Not a target:
  816. .l.ln:
  817. #  Builtin rule
  818. #  Implicit rule search has not been done.
  819. #  Modification time never checked.
  820. #  File has not been updated.
  821. #  recipe to execute (built-in):
  822.     @$(RM) $*.c
  823.      $(LEX.l) $< > $*.c
  824.     $(LINT.c) -i $*.c -o $@
  825.      $(RM) $*.c
  826.  
  827. # Not a target:
  828. .F.o:
  829. #  Builtin rule
  830. #  Implicit rule search has not been done.
  831. #  Modification time never checked.
  832. #  File has not been updated.
  833. #  recipe to execute (built-in):
  834.     $(COMPILE.F) $(OUTPUT_OPTION) $<
  835.  
  836. # Not a target:
  837. .texi.info:
  838. #  Builtin rule
  839. #  Implicit rule search has not been done.
  840. #  Modification time never checked.
  841. #  File has not been updated.
  842. #  recipe to execute (built-in):
  843.     $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@
  844.  
  845. # Not a target:
  846. .w.c:
  847. #  Builtin rule
  848. #  Implicit rule search has not been done.
  849. #  Modification time never checked.
  850. #  File has not been updated.
  851. #  recipe to execute (built-in):
  852.     $(CTANGLE) $< - $@
  853.  
  854. # Not a target:
  855. .texi.dvi:
  856. #  Builtin rule
  857. #  Implicit rule search has not been done.
  858. #  Modification time never checked.
  859. #  File has not been updated.
  860. #  recipe to execute (built-in):
  861.     $(TEXI2DVI) $(TEXI2DVI_FLAGS) $<
  862.  
  863. # Not a target:
  864. .ch:
  865. #  Builtin rule
  866. #  Implicit rule search has not been done.
  867. #  Modification time never checked.
  868. #  File has not been updated.
  869.  
  870. # Not a target:
  871. .m.o:
  872. #  Builtin rule
  873. #  Implicit rule search has not been done.
  874. #  Modification time never checked.
  875. #  File has not been updated.
  876. #  recipe to execute (built-in):
  877.     $(COMPILE.m) $(OUTPUT_OPTION) $<
  878.  
  879. # Not a target:
  880. .cc:
  881. #  Builtin rule
  882. #  Implicit rule search has not been done.
  883. #  Modification time never checked.
  884. #  File has not been updated.
  885. #  recipe to execute (built-in):
  886.     $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
  887.  
  888. # Not a target:
  889. .cc.o:
  890. #  Builtin rule
  891. #  Implicit rule search has not been done.
  892. #  Modification time never checked.
  893. #  File has not been updated.
  894. #  recipe to execute (built-in):
  895.     $(COMPILE.cc) $(OUTPUT_OPTION) $<
  896.  
  897. # Not a target:
  898. .def:
  899. #  Builtin rule
  900. #  Implicit rule search has not been done.
  901. #  Modification time never checked.
  902. #  File has not been updated.
  903.  
  904. # Not a target:
  905. .SUFFIXES: .out .a .ln .o .c .cc .C .cpp .p .f .F .m .r .y .l .ym .yl .s .S .mod .sym .def .h .info .dvi .tex .texinfo .texi .txinfo .w .ch .web .sh .elc .el
  906. #  Builtin rule
  907. #  Implicit rule search has not been done.
  908. #  Modification time never checked.
  909. #  File has not been updated.
  910.  
  911. # Not a target:
  912. .c.o:
  913. #  Builtin rule
  914. #  Implicit rule search has not been done.
  915. #  Modification time never checked.
  916. #  File has not been updated.
  917. #  recipe to execute (built-in):
  918.     $(COMPILE.c) $(OUTPUT_OPTION) $<
  919.  
  920. # Not a target:
  921. .r.o:
  922. #  Builtin rule
  923. #  Implicit rule search has not been done.
  924. #  Modification time never checked.
  925. #  File has not been updated.
  926. #  recipe to execute (built-in):
  927.     $(COMPILE.r) $(OUTPUT_OPTION) $<
  928.  
  929. # Not a target:
  930. .r:
  931. #  Builtin rule
  932. #  Implicit rule search has not been done.
  933. #  Modification time never checked.
  934. #  File has not been updated.
  935. #  recipe to execute (built-in):
  936.     $(LINK.r) $^ $(LOADLIBES) $(LDLIBS) -o $@
  937.  
  938. # Not a target:
  939. .ym.m:
  940. #  Builtin rule
  941. #  Implicit rule search has not been done.
  942. #  Modification time never checked.
  943. #  File has not been updated.
  944. #  recipe to execute (built-in):
  945.     $(YACC.m) $<
  946.      mv -f y.tab.c $@
  947.  
  948. # Not a target:
  949. .y.ln:
  950. #  Builtin rule
  951. #  Implicit rule search has not been done.
  952. #  Modification time never checked.
  953. #  File has not been updated.
  954. #  recipe to execute (built-in):
  955.     $(YACC.y) $<
  956.      $(LINT.c) -C$* y.tab.c
  957.      $(RM) y.tab.c
  958.  
  959. # Not a target:
  960. makefile:
  961. #  Implicit rule search has been done.
  962. #  Last modified 2016-03-24 10:46:59.3940903
  963. #  File has been updated.
  964. #  Successfully updated.
  965.  
  966. # Not a target:
  967. .elc:
  968. #  Builtin rule
  969. #  Implicit rule search has not been done.
  970. #  Modification time never checked.
  971. #  File has not been updated.
  972.  
  973. # Not a target:
  974. .l.c:
  975. #  Builtin rule
  976. #  Implicit rule search has not been done.
  977. #  Modification time never checked.
  978. #  File has not been updated.
  979. #  recipe to execute (built-in):
  980.     @$(RM) $@
  981.      $(LEX.l) $< > $@
  982.  
  983. # Not a target:
  984. .out:
  985. #  Builtin rule
  986. #  Implicit rule search has not been done.
  987. #  Modification time never checked.
  988. #  File has not been updated.
  989.  
  990. # Not a target:
  991. .C:
  992. #  Builtin rule
  993. #  Implicit rule search has not been done.
  994. #  Modification time never checked.
  995. #  File has not been updated.
  996. #  recipe to execute (built-in):
  997.     $(LINK.C) $^ $(LOADLIBES) $(LDLIBS) -o $@
  998.  
  999. # Not a target:
  1000. .r.f:
  1001. #  Builtin rule
  1002. #  Implicit rule search has not been done.
  1003. #  Modification time never checked.
  1004. #  File has not been updated.
  1005. #  recipe to execute (built-in):
  1006.     $(PREPROCESS.r) $(OUTPUT_OPTION) $<
  1007.  
  1008. # Not a target:
  1009. .S:
  1010. #  Builtin rule
  1011. #  Implicit rule search has not been done.
  1012. #  Modification time never checked.
  1013. #  File has not been updated.
  1014. #  recipe to execute (built-in):
  1015.     $(LINK.S) $^ $(LOADLIBES) $(LDLIBS) -o $@
  1016.  
  1017. # Not a target:
  1018. .texinfo.info:
  1019. #  Builtin rule
  1020. #  Implicit rule search has not been done.
  1021. #  Modification time never checked.
  1022. #  File has not been updated.
  1023. #  recipe to execute (built-in):
  1024.     $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@
  1025.  
  1026. # Not a target:
  1027. .c:
  1028. #  Builtin rule
  1029. #  Implicit rule search has not been done.
  1030. #  Modification time never checked.
  1031. #  File has not been updated.
  1032. #  recipe to execute (built-in):
  1033.     $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@
  1034.  
  1035. # Not a target:
  1036. .w.tex:
  1037. #  Builtin rule
  1038. #  Implicit rule search has not been done.
  1039. #  Modification time never checked.
  1040. #  File has not been updated.
  1041. #  recipe to execute (built-in):
  1042.     $(CWEAVE) $< - $@
  1043.  
  1044. # Not a target:
  1045. .c.ln:
  1046. #  Builtin rule
  1047. #  Implicit rule search has not been done.
  1048. #  Modification time never checked.
  1049. #  File has not been updated.
  1050. #  recipe to execute (built-in):
  1051.     $(LINT.c) -C$* $<
  1052.  
  1053. # Not a target:
  1054. .s.o:
  1055. #  Builtin rule
  1056. #  Implicit rule search has not been done.
  1057. #  Modification time never checked.
  1058. #  File has not been updated.
  1059. #  recipe to execute (built-in):
  1060.     $(COMPILE.s) -o $@ $<
  1061.  
  1062. # Not a target:
  1063. .s:
  1064. #  Builtin rule
  1065. #  Implicit rule search has not been done.
  1066. #  Modification time never checked.
  1067. #  File has not been updated.
  1068. #  recipe to execute (built-in):
  1069.     $(LINK.s) $^ $(LOADLIBES) $(LDLIBS) -o $@
  1070.  
  1071. # Not a target:
  1072. .texinfo.dvi:
  1073. #  Builtin rule
  1074. #  Implicit rule search has not been done.
  1075. #  Modification time never checked.
  1076. #  File has not been updated.
  1077. #  recipe to execute (built-in):
  1078.     $(TEXI2DVI) $(TEXI2DVI_FLAGS) $<
  1079.  
  1080. # Not a target:
  1081. .el:
  1082. #  Builtin rule
  1083. #  Implicit rule search has not been done.
  1084. #  Modification time never checked.
  1085. #  File has not been updated.
  1086.  
  1087. # Not a target:
  1088. .lm.m:
  1089. #  Builtin rule
  1090. #  Implicit rule search has not been done.
  1091. #  Modification time never checked.
  1092. #  File has not been updated.
  1093. #  recipe to execute (built-in):
  1094.     @$(RM) $@
  1095.      $(LEX.m) $< > $@
  1096.  
  1097. # Not a target:
  1098. .y.c:
  1099. #  Builtin rule
  1100. #  Implicit rule search has not been done.
  1101. #  Modification time never checked.
  1102. #  File has not been updated.
  1103. #  recipe to execute (built-in):
  1104.     $(YACC.y) $<
  1105.      mv -f y.tab.c $@
  1106.  
  1107. # Not a target:
  1108. .web.tex:
  1109. #  Builtin rule
  1110. #  Implicit rule search has not been done.
  1111. #  Modification time never checked.
  1112. #  File has not been updated.
  1113. #  recipe to execute (built-in):
  1114.     $(WEAVE) $<
  1115.  
  1116. # Not a target:
  1117. .texinfo:
  1118. #  Builtin rule
  1119. #  Implicit rule search has not been done.
  1120. #  Modification time never checked.
  1121. #  File has not been updated.
  1122.  
  1123. # Not a target:
  1124. .DEFAULT:
  1125. #  Implicit rule search has not been done.
  1126. #  Modification time never checked.
  1127. #  File has not been updated.
  1128.  
  1129. # Not a target:
  1130. .h:
  1131. #  Builtin rule
  1132. #  Implicit rule search has not been done.
  1133. #  Modification time never checked.
  1134. #  File has not been updated.
  1135.  
  1136. # Not a target:
  1137. .tex.dvi:
  1138. #  Builtin rule
  1139. #  Implicit rule search has not been done.
  1140. #  Modification time never checked.
  1141. #  File has not been updated.
  1142. #  recipe to execute (built-in):
  1143.     $(TEX) $<
  1144.  
  1145. # Not a target:
  1146. .cpp.o:
  1147. #  Builtin rule
  1148. #  Implicit rule search has not been done.
  1149. #  Modification time never checked.
  1150. #  File has not been updated.
  1151. #  recipe to execute (built-in):
  1152.     $(COMPILE.cpp) $(OUTPUT_OPTION) $<
  1153.  
  1154. # Not a target:
  1155. .cpp:
  1156. #  Builtin rule
  1157. #  Implicit rule search has not been done.
  1158. #  Modification time never checked.
  1159. #  File has not been updated.
  1160. #  recipe to execute (built-in):
  1161.     $(LINK.cpp) $^ $(LOADLIBES) $(LDLIBS) -o $@
  1162.  
  1163. # Not a target:
  1164. .C.o:
  1165. #  Builtin rule
  1166. #  Implicit rule search has not been done.
  1167. #  Modification time never checked.
  1168. #  File has not been updated.
  1169. #  recipe to execute (built-in):
  1170.     $(COMPILE.C) $(OUTPUT_OPTION) $<
  1171.  
  1172. # Not a target:
  1173. .texi:
  1174. #  Builtin rule
  1175. #  Implicit rule search has not been done.
  1176. #  Modification time never checked.
  1177. #  File has not been updated.
  1178.  
  1179. # Not a target:
  1180. .txinfo:
  1181. #  Builtin rule
  1182. #  Implicit rule search has not been done.
  1183. #  Modification time never checked.
  1184. #  File has not been updated.
  1185.  
  1186. # Not a target:
  1187. .tex:
  1188. #  Builtin rule
  1189. #  Implicit rule search has not been done.
  1190. #  Modification time never checked.
  1191. #  File has not been updated.
  1192.  
  1193. # Not a target:
  1194. .txinfo.info:
  1195. #  Builtin rule
  1196. #  Implicit rule search has not been done.
  1197. #  Modification time never checked.
  1198. #  File has not been updated.
  1199. #  recipe to execute (built-in):
  1200.     $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@
  1201.  
  1202. hello_world.exe: main.o
  1203. #  Implicit rule search has been done.
  1204. #  File does not exist.
  1205. #  File has been updated.
  1206. #  Successfully updated.
  1207. # variable set hash-table stats:
  1208. # Load=0/32=0%, Rehash=0, Collisions=0/9=0%
  1209.  
  1210. # Not a target:
  1211. .sh:
  1212. #  Builtin rule
  1213. #  Implicit rule search has not been done.
  1214. #  Modification time never checked.
  1215. #  File has not been updated.
  1216. #  recipe to execute (built-in):
  1217.     cat $< >$@
  1218.      chmod a+x $@
  1219.  
  1220. main.o: main.c
  1221. #  Implicit rule search has been done.
  1222. #  Implicit/static pattern stem: 'main'
  1223. #  Last modified 2016-03-24 10:53:58.6822183
  1224. #  File has been updated.
  1225. #  Successfully updated.
  1226. # automatic
  1227. # @ := main.o
  1228. # automatic
  1229. # % :=
  1230. # automatic
  1231. # * := main
  1232. # automatic
  1233. # + := main.c
  1234. # automatic
  1235. # | :=
  1236. # automatic
  1237. # < := main.c
  1238. # automatic
  1239. # ^ := main.c
  1240. # automatic
  1241. # ? := main.c
  1242. # variable set hash-table stats:
  1243. # Load=8/32=25%, Rehash=0, Collisions=2/19=11%
  1244. #  recipe to execute (built-in):
  1245.     $(COMPILE.c) $(OUTPUT_OPTION) $<
  1246.  
  1247. # Not a target:
  1248. .S.s:
  1249. #  Builtin rule
  1250. #  Implicit rule search has not been done.
  1251. #  Modification time never checked.
  1252. #  File has not been updated.
  1253. #  recipe to execute (built-in):
  1254.     $(PREPROCESS.S) $< > $@
  1255.  
  1256. # Not a target:
  1257. .mod:
  1258. #  Builtin rule
  1259. #  Implicit rule search has not been done.
  1260. #  Modification time never checked.
  1261. #  File has not been updated.
  1262. #  recipe to execute (built-in):
  1263.     $(COMPILE.mod) -o $@ -e $@ $^
  1264.  
  1265. # Not a target:
  1266. .mod.o:
  1267. #  Builtin rule
  1268. #  Implicit rule search has not been done.
  1269. #  Modification time never checked.
  1270. #  File has not been updated.
  1271. #  recipe to execute (built-in):
  1272.     $(COMPILE.mod) -o $@ $<
  1273.  
  1274. # Not a target:
  1275. .F.f:
  1276. #  Builtin rule
  1277. #  Implicit rule search has not been done.
  1278. #  Modification time never checked.
  1279. #  File has not been updated.
  1280. #  recipe to execute (built-in):
  1281.     $(PREPROCESS.F) $(OUTPUT_OPTION) $<
  1282.  
  1283. # Not a target:
  1284. .w:
  1285. #  Builtin rule
  1286. #  Implicit rule search has not been done.
  1287. #  Modification time never checked.
  1288. #  File has not been updated.
  1289.  
  1290. # Not a target:
  1291. .S.o:
  1292. #  Builtin rule
  1293. #  Implicit rule search has not been done.
  1294. #  Modification time never checked.
  1295. #  File has not been updated.
  1296. #  recipe to execute (built-in):
  1297.     $(COMPILE.S) -o $@ $<
  1298.  
  1299. # Not a target:
  1300. .F:
  1301. #  Builtin rule
  1302. #  Implicit rule search has not been done.
  1303. #  Modification time never checked.
  1304. #  File has not been updated.
  1305. #  recipe to execute (built-in):
  1306.     $(LINK.F) $^ $(LOADLIBES) $(LDLIBS) -o $@
  1307.  
  1308. # Not a target:
  1309. .web:
  1310. #  Builtin rule
  1311. #  Implicit rule search has not been done.
  1312. #  Modification time never checked.
  1313. #  File has not been updated.
  1314.  
  1315. # Not a target:
  1316. .sym:
  1317. #  Builtin rule
  1318. #  Implicit rule search has not been done.
  1319. #  Modification time never checked.
  1320. #  File has not been updated.
  1321.  
  1322. # Not a target:
  1323. .f:
  1324. #  Builtin rule
  1325. #  Implicit rule search has not been done.
  1326. #  Modification time never checked.
  1327. #  File has not been updated.
  1328. #  recipe to execute (built-in):
  1329.     $(LINK.f) $^ $(LOADLIBES) $(LDLIBS) -o $@
  1330.  
  1331. # Not a target:
  1332. .info:
  1333. #  Builtin rule
  1334. #  Implicit rule search has not been done.
  1335. #  Modification time never checked.
  1336. #  File has not been updated.
  1337.  
  1338. # files hash-table stats:
  1339. # Load=76/1024=7%, Rehash=0, Collisions=424/1665=25%
  1340. # VPATH Search Paths
  1341.  
  1342. # No 'vpath' search paths.
  1343.  
  1344. # No general ('VPATH' variable) search path.
  1345.  
  1346. # strcache buffers: 1 (0) / strings = 385 / storage = 5328 B / avg = 13 B
  1347. # current buf: size = 8162 B / used = 5328 B / count = 385 / avg = 13 B
  1348.  
  1349. # strcache performance: lookups = 656 / hit rate = 41%
  1350. # hash-table stats:
  1351. # Load=385/8192=5%, Rehash=0, Collisions=196/656=30%
  1352. # Finished Make data base on Thu Mar 24 10:53:58 2016
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement