Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need some help creating a makefile for this small C source file. Can anyone provide a makefile and explanation? Anything will help! 9. (20

I need some help creating a makefile for this small C source file. Can anyone provide a makefile and explanation? Anything will help!image text in transcribed

9. (20 points) Read the following C source file foo.c. Write a Makefile to compile, link and execute the code. You can assume you have source files: foo.c, fool.c, fool.h, foo2.c, foo2.h. Your Makefile must be able to do the following tasks when typing the command make 1) Always execute the executable program foo if no target is specified. 2) Build al necessary obj files for the program foo. 3) If a source file is modified, the corresponding obj files int main int argc, char* argv) and/or the executable program will be recompiled and linked. 4) Be able to compile each individual C file to an object file as a target. 5) The compiled programs have all warnings on and are not return 0; optimized #includef0ol.h" #include "Too2.h" int i, sum=0; for (i-0:i

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Marketing The Ultimate Marketing Tool

Authors: Edward L. Nash

1st Edition

0070460639, 978-0070460638

More Books

Students also viewed these Databases questions