cc65/src/cl65
uz d54ca88743 Added a new option --dep-target to the compiler. This option allows to set the
target in the generated dependency file. The cl65 utility will use this option
to override the depdendency target, if actual object files are to be generated
from C input. So the generated dependency will not have the intermediate .s
file as target, but the final .o file, which allows to use the dependency
files without further processing.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4660 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-05-02 09:56:40 +00:00
..
make Fixes for the watcom makefiles: 2009-09-29 13:08:23 +00:00
error.c Use the CHECK macros from the common dir 2000-08-01 15:17:43 +00:00
error.h Added gcc attributes 2003-08-14 21:15:10 +00:00
global.c Output the command line for sub-processes when -d is given 2002-07-11 19:46:11 +00:00
global.h Output the command line for sub-processes when -d is given 2002-07-11 19:46:11 +00:00
main.c Added a new option --dep-target to the compiler. This option allows to set the 2010-05-02 09:56:40 +00:00
spawn-amiga.inc DoneStrBuf -> SB_Done (Stefan Haubenthal). 2008-08-05 20:56:35 +00:00
spawn-unix.inc Make the spawn module an include file as suggested by Greg King 2002-11-25 21:12:00 +00:00
spawn.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00