Draw the dependency tree for the following makefile. With this makefile, show the result of execution of the make utility.
What will be an ideal response?
build: spiderc spiderg
spiderc: process.o commandline.o
gcc process.o commandline.o -o spiderc
spiderg: process.o graphical.o
gcc process.o graphical.o -o spiderg
process.o: process.c process.h
gcc -c process.c -lnsl
commandline.o: commandline.c commandline.h
gcc -c commandline.c
graphical.o: graphical.c graphical.h
gcc -o graphical.c [end scr]
Computer Science & Information Technology
You might also like to view...
In Access, ________ are the conditions in a query that identify the specific records for which you are looking
Fill in the blank(s) with correct word
Computer Science & Information Technology
You can make all of the following changes to a Font Theme EXCEPT ________
A) Paragraph Spacing B) Fonts C) Colors D) Orientation
Computer Science & Information Technology