Andrey A. Chernov 7066cac012 Don't ever build files depending on the directory where they are placed in.
It is obvious that its modification time will change with each such file
builded.
This bug cause whole libelf to rebuild itself each second make run
(and relink that files on each first make run) in the loop.
2012-07-24 16:03:28 +00:00
..
2012-06-05 18:19:52 +00:00
2012-05-11 20:06:46 +00:00
2012-03-26 19:23:57 +00:00
2012-03-26 19:23:57 +00:00
2012-05-11 20:06:46 +00:00
2012-06-02 08:47:26 +00:00
2012-05-11 20:06:46 +00:00
2012-05-11 20:06:46 +00:00
2012-06-02 08:47:26 +00:00
2011-03-01 11:47:51 +00:00

# $FreeBSD$
# $NetBSD$

libelf: a BSD-licensed implementation of the ELF(3)/GELF(3) API.

Documentation:
 * Manual page elf.3 contains an overview of the library.  Other
   manual pages document individual APIs in the library.
 * A tutorial "libelf by Example" is available at:
   http://people.freebsd.org/~jkoshy/download/libelf/article.html
	
For ongoing development please see http://elftoolchain.sourceforge.net/