The time now is Tue 21 May 2013, 15:43
All times are UTC - 4 |
| Author |
Message |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Wed 16 May 2012, 05:19 Post subject:
GNU Make 3.82 (Lucid 528-005) Subject description: Make is a tool which controls the generation of executables |
|
Homepage:
http://www.gnu.org/software/make/
Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the non-source files and how to compute it from other files. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program.
Capabilities of Make:
Make enables the end user to build and install your package without knowing the details of how that is done -- because these details are recorded in the makefile that you supply.
Make figures out automatically which files it needs to update, based on which source files have changed. It also automatically determines the proper order for updating files, in case one non-source file depends on another non-source file.
As a result, if you change a few source files and then run Make, it does not need to recompile all of your program. It updates only those non-source files that depend directly or indirectly on the source files that you changed.
Make is not limited to any particular language. For each non-source file in the program, the makefile specifies the shell commands to compute it. These shell commands can run a compiler to produce an object file, the linker to produce an executable, ar to update a library, or TeX or Makeinfo to format documentation.
Make is not limited to building a package. You can also use Make to control installing or deinstalling a package, generate tags tables for it, or anything else you want to do often enough to make it worth while writing down how to do it.
GNU Make has many powerful features for use in makefiles, beyond what other Make versions have. It can also regenerate, use, and then delete intermediate files which need not be saved.
 |
| Description |
|

Download |
| Filename |
make-3.82-i686.pet |
| Filesize |
469.17 KB |
| Downloaded |
266 Time(s) |
|
|
Back to top
|
|
 |
darkcity

Joined: 23 May 2010 Posts: 2215 Location: near here
|
Posted: Wed 16 May 2012, 05:32 Post subject:
|
|
how does this differ from the make provided by lucid's devx?
_________________ Wiki Audacity 2.0.1
|
|
Back to top
|
|
 |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Wed 16 May 2012, 05:43 Post subject:
|
|
This gives you a binary 'make' that is placed in:
/usr/bin
However you will need to have GCC to compile with ( working on that next!! ).
What I was planning to do was try to edit the devx file and try to update the inbuilt applications if possible. However, I can't seem to find the editsfs2.1 pet file at the moment.
... found this on the net " devx package you can have not only the 'gcc', but 'lex' and 'yacc' tools .. " Tuxradar
|
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 731 Location: Toronto
|
Posted: Sat 19 May 2012, 13:35 Post subject:
|
|
| chrome307 wrote: | ...I can't seem to find the editsfs2.1 pet file at the moment.
|
3 days have passed, so you may have found it already, but for reference, the link is here -> Edit-SFS 2.1
|
|
Back to top
|
|
 |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Sun 20 May 2012, 06:07 Post subject:
|
|
Thanks for that
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|