In a GIF viewer program, there are three .c files: ui.c,loader.c and render.c. As per convention, each .c file includes itsown header file. In addition, ui.c includes the other two headerfiles, and render.c includes loader.c’s header file and uses themath library. Produce a suitable makefile for this project, in theform emphasised in the lectures and tutorials. The executable fileshould be named gifviewer.
Expert Answer
An answer will be send to you shortly. . . . .