Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In linux, any program that needs to be built from sources can employ a [...] to make things easier.
Answer

Makefile

^^ the Makefile is then run to create the program from source using the "make" command

^^^ Makefiles were originally used to compile C programs (since first .c file needs to be compiled to .o, linked with libraries, and then the final .out executable) but can be used for any program created in any language.


Question
In linux, any program that needs to be built from sources can employ a [...] to make things easier.
Answer
?

Question
In linux, any program that needs to be built from sources can employ a [...] to make things easier.
Answer

Makefile

^^ the Makefile is then run to create the program from source using the "make" command

^^^ Makefiles were originally used to compile C programs (since first .c file needs to be compiled to .o, linked with libraries, and then the final .out executable) but can be used for any program created in any language.

If you want to change selection, open document below and click on "Move attachment"

22. Trivial Introduction to C
l disconnected target clean: . Targets can be run explictly on the command-line like this: make clean which removes all built files. Makefile s have far more uses than just building C programs. <span>Anything that needs to be built from sources can employ a Makefile to make things easier. Next: 23. Shared Libraries Up: rute Previous: 21. System Services and Contents <span>

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.