creates the necessary Makefiles based on the user information

Match the commands with their functions:
1. make a. installs the software to the target directory specified during configure, but typically
defaults to /usr/local/subtree
2. configure script b. calls the compiler and linker as specified by the Makefile
3. make install c. creates the necessary Makefiles based on the user information

Match the commands with their functions:
1. make a. installs the software to the target directory specified during configure, but typically
defaults to /usr/local/subtree
2. configure script b. calls the compiler and linker as specified by the Makefile
3. make install c. creates the necessary Makefiles based on the user information

A.
1-c, 2-a, 3-b

B.
1-b, 2-c, 3-a

C.
1-a, 2-c, 3-b

D.
1-c, 2-b, 3-a

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *