Re: Using the Makefil

2003-10-03 Thread Christian Ridderström
> | Is there a description of what the different targets in the Makefile(s) do > | anywhere? For instance, what's the difference between the different > | 'clean'-targets, i.e. when should you use what? After reading various documentation, I ended up putting a description of the targets here:

Re: Using the Makefil

2003-09-26 Thread Lars Gullik Bjønnes
Christian Ridderström <[EMAIL PROTECTED]> writes: | Hi > | Is there a description of what the different targets in the Makefile(s) do | anywhere? For instance, what's the difference between the different | 'clean'-targets, i.e. when should you use what? > | /Christian > | Here are the targets I

Using the Makefil

2003-09-26 Thread Christian Ridderström
Hi Is there a description of what the different targets in the Makefile(s) do anywhere? For instance, what's the difference between the different 'clean'-targets, i.e. when should you use what? /Christian Here are the targets I found in src/Makefile by using grep: all: all-recursive Makefile: