Pudn.com

Lines 13–20 output the results when the Makefile is evaluated. Notice the use of the @ before the echo commands in lines 13–20, which tells the make utility to suppress the printing of the command line before it executes. Listing 5.7: Output from the Makefile in Listing 5.6 . 1: 2: original str: My test string for variable manipulation. ................
................