Linux Makefile Question:
Download Questions PDF

Which one of the following can be used to specify the directory to search the dependencies and target files?
a) VPATH
b) CPATH
c) FPATH
d) none of the mentioned

Answer:

a) VPATH

Download Makefile Interview Questions And Answers PDF

Previous QuestionNext Question
Running "make" command without the arguments starts the target ____ in the makefile.
a) ".phony"
b) "clean"
c) first
d) none of the mentioned
Macros for the make-file can be defined in:
a) makefile
b) command line
c) both (a) and (b)
d) none of the mentioned