Added support for a new config option, "includename". This value defaults
commit08ef55ab91f8eab311b9c12b692ac9a944a7137c
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 28 Aug 2014 15:27:10 +0000 (28 15:27 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 28 Aug 2014 15:27:10 +0000 (28 15:27 +0000)
treed8375398284382d8d95fd39f3a9f02a675fb3a4e
parente67caa7b09f568a1b38646df8f54bccb9421b761
Added support for a new config option, "includename". This value defaults
to the module name, and is used as the basis of all public include file
names and #defines.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49552 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
12 files changed:
tools/genmodule/config.c
tools/genmodule/config.h
tools/genmodule/functionhead.c
tools/genmodule/writeautoinit.c
tools/genmodule/writefd.c
tools/genmodule/writefunclist.c
tools/genmodule/writeincclib.c
tools/genmodule/writeincdefines.c
tools/genmodule/writeincinline.c
tools/genmodule/writeincproto.c
tools/genmodule/writemakefile.c
tools/genmodule/writestubs.c