genmodule: Allow the use of __LIBNAME_LIBAPI__=NN defines
commit19d631070ab85eb5ab229f2f74f07c2f326c756d
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 11 Nov 2011 23:18:32 +0000 (11 23:18 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 11 Nov 2011 23:18:32 +0000 (11 23:18 +0000)
treed2e82ac39ccea31d2f5b9bf8718be57132e47ce3
parenta92e9d3f5d1caf23128b0eb33fd2d25dcde8efa8
genmodule: Allow the use of __LIBNAME_LIBAPI__=NN defines

This allows restricting the compilation of a program to a specific
Library API (or lower).

This is useful when using AROS as a cross-compiler for m68k AOS.

Possibly also for PPC MorphOS also.

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@42418 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
tools/genmodule/functionhead.c
tools/genmodule/writeincdefines.c
tools/genmodule/writeincinline.c