]> git.sur5r.net Git - cc65/commit
Changed generation of makefile dependencies:
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 1 May 2010 09:42:12 +0000 (09:42 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 1 May 2010 09:42:12 +0000 (09:42 +0000)
commit96cf7f62716a2dbfd8fc7c551708f74246eed4fd
treef5366711fffa2aee7ed9774011c8a73054c3281a
parent54740da820b8449d09d56e3c7494b74ddd088cd0
Changed generation of makefile dependencies:
  * There are now two options, --create-dep and --create-full-dep. One
    will add system includes, the other not.
  * Both options require a file name. This is an incompatible change(!)
    but has the advantage that the user is in control of extension and
    path of the generated file.
  * Output will always include a phony target for the input files. This
    may not work with all make programs.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4652 b7a2c559-68d2-44c3-8de9-860c34a00d81
doc/cc65.sgml
src/cc65/global.c
src/cc65/global.h
src/cc65/input.c
src/cc65/input.h
src/cc65/lineinfo.c
src/cc65/main.c