Discuss the structure and purpose of makefiles.

What will be an ideal response?


You use the tool make to compile multiple source files in the correct order. make is controlled by makefiles. Normally, these makefiles are generated by the configure script, but you can also create them manually.
You can also use make to install the program to and uninstall the program from the right location on the hard disk.
Every makefile consists of targets, dependencies, and commands for the targets. Targets and dependencies are separated by a colon. The commands must be placed under the target, indented with one tab character. A # introduces comments.
If you execute the make command while you are in the respective directory, the make program will search this directory for the GNUMakefile, Makefile, or makefile files.

Computer Science & Information Technology

You might also like to view...

The classes and interfaces which comprise the collections framework are members of package ________.

a. java.util. b. javax.swing. c. java.collections. d. java.collection.

Computer Science & Information Technology

A macro-enabled workbook has the file extension of .xlsm

Indicate whether the statement is true or false

Computer Science & Information Technology

A security administrator has been asked to implement a VPN that will support remote access over IPSEC.Which of the following is an encryption algorithm that would meet this requirement?

A. MD5 B. AES C. UDP D. PKI

Computer Science & Information Technology

Case Based Critical Thinking ? Case 1 ? Ben is in charge of creating a new website for Cooing Kids Pacifiers, and he is planning to use Fluid Grid layouts. This is his first time using Fluid Grid layouts, so he asks his friend, Jann, for some pointers. All of the following are good reasons that Ben should use predesigned layouts except:

A. They use div tags to control the placement of page content. B. Each div tag container has placeholder text that appears until it is replaced. C. He wants to use only tables to position content. D. He can be sure that his pages will appear with a consistent design on all browsers.

Computer Science & Information Technology