1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 22:42:41 +01:00
Commit graph

6 commits

Author SHA1 Message Date
Eelco Dolstra
f1ed34081e * ATerm library example. 2004-07-06 17:27:11 +00:00
Eelco Dolstra
7d386d5c29 * Automatically determine header file dependencies using the
`findIncludes' function.  The current implementation is impure and
  therefore not correct: it gathers header file dependencies only once
  for a specific path (due to caching).
2004-07-06 16:05:28 +00:00
Eelco Dolstra
321be4649d * Linker accepts a name for the program.
* Better diagnostics.
2004-07-06 14:10:09 +00:00
Eelco Dolstra
0920fe3038 * Deal with directory components in header file references (e.g.,
`#include "foo/../bar/bla.h"') by building an appropriate tree of
  symlinks.
2004-07-06 13:45:14 +00:00
Eelco Dolstra
08de98f8b6 * Header files that are used by a compilation must be declared
explicitly.  If you forget a dependency, it's simply not visible to
  the compiler, and so the compilation fails.  This is a big plus over
  conventional Make.
2004-07-06 12:27:19 +00:00
Eelco Dolstra
15646244ba * Some trivial Nix Make examples. 2004-07-06 11:43:37 +00:00