* genmodule can now write a functionlist that can be included in the .conf
commit20fe173e31f30d59ace4e77491b762ded05a3a8a
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 4 Jun 2005 15:26:33 +0000 (4 15:26 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 4 Jun 2005 15:26:33 +0000 (4 15:26 +0000)
tree8557a05558826a495f2f588b15fd1f7568d33c9f
parentab02537028f1cbfc54674bef202f7cec7cac5c2b
* genmodule can now write a functionlist that can be included in the .conf
from the .ref file generated by cxref. Did not add this feature to the
build_module macro in make.tmpl to avoid new bloat in generated mmakefile.
This means one has to call genmodule manually to generate the function list.
* When no resident code is generated, the first LVO number is now 1.
* Marked the open and close function in exec_init.c as private.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@23349 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/exec/exec_init.c
tools/genmodule/Makefile.deps
tools/genmodule/config.c
tools/genmodule/config.h
tools/genmodule/genmodule.c
tools/genmodule/writefunclist.c [new file with mode: 0644]