tools/genmodule: added function to get the libbase for a function.
commitc3f77c87e35a212fb0072ab651bf0aca1dcbd35c
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 18 May 2012 14:59:09 +0000 (18 14:59 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 18 May 2012 14:59:09 +0000 (18 14:59 +0000)
treea1a35983f2a36492ad21c3ca422e971ac8aba044
parenteed79dac194d2d4b183b159ee700b33aa5e0d8b8
tools/genmodule: added function to get the libbase for a function.

Function is called basename_GetLibbase()
This function will work when linking with either -lmodulename or -lmodulename_rel.
That is also the reason why this function is introduced.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44831 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
tools/genmodule/Makefile.deps
tools/genmodule/genmodule.c
tools/genmodule/genmodule.h
tools/genmodule/writegetlibbase.c [new file with mode: 0644]
tools/genmodule/writemakefile.c