]> granicus.if.org Git - yasm/commit
Add -M option for Makefile dependency generation.
authorPeter Johnson <peter@tortall.net>
Wed, 29 Jun 2005 06:16:10 +0000 (06:16 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 29 Jun 2005 06:16:10 +0000 (06:16 -0000)
commit68517540580c87c183def46727d7694390a5e31b
tree892b0db6f5d3dbca51260c6eb56d85b5f8f2e245
parentb6e591a09d16a575081b152f0ba69f81b481ef29
Add -M option for Makefile dependency generation.

Initial patch by: Thomas Weidenmueller <thomas@reactsoft.com>

The NASM preprocessor implementation of this is ugly; the preprocessor
really needs a rewrite to clean it up, but there's other higher-priority
items on the TODO list.

svn path=/trunk/yasm/; revision=1211
frontends/yasm/yasm.c
libyasm/preproc.h
modules/preprocs/nasm/nasm-pp.c
modules/preprocs/nasm/nasm-pp.h
modules/preprocs/nasm/nasm-preproc.c
modules/preprocs/raw/raw-preproc.c