Hello friends!!! Hope you are doing well,Everything happens for a reason, Today I am going to tell you to create makefile. MAKEFILE: It is a shell script that is used to submerge headerfiles in all program and compile all programs and make object file for all c program files through a target . In another word it simply make object file of all c program files that are using in a project.(integrate all C programs) Syntax: Target:Dependency rules SubTarget: Dependency rules ex. Calci: add.o sub.o gcc -o calci add.o sub.o add.o: add.c header.h declaration.h gcc -c add.c sub.o: sub.c header.h declaration.h gcc -c sub.c Hope you will understand the basic concept for makefile.Any doubt pleas...
Posts
- Get link
- X
- Other Apps
Hello Friends, How are you??I hope you are doing well,I am writing my first blog here and my intension is to make you understand linux in a simple and brief way,and i will do my best for this. Welcome to Begineershelp blog,Here i will help provide you knowledge about linux OS and it's use. Today i am giving you just a intro about Linux and its commands. Linux is an open source operating system,Open source means source code is easily available on internet if we want to add some feature in linux os we can add any new functionality and release this as a new distribution of linux. As Linux is very powerful operating system too because it provide security and robustness to the system. mostly organization use Linux OS. Linux is multi user OS means multiple user can share/access the resources. Linux provides shell interpreter which is a very strong mode for making communicate with system and user. Linux has its own software repository from where we can download any appli...