childs -> children.
[AROS.git] / workbench / libs / bullet / mmakefile.src
blob32a598a4f7be3fc63d26b0b477dcd673a9eeddf4
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 FUNCS := openengine \
5          closeengine \
6          setinfoa \
7          obtaininfoa \
8          releaseinfoa
10 # Only build the includes for bullet.library
11 #MM- workbench-libs-bullet : workbench-libs-bullet-intern-includes
12 #MM- workbench-libs-bullet-includes : workbench-libs-bullet-intern-includes
14 %build_module mmake=workbench-libs-bullet-intern \
15   modname=bullet modtype=library \
16   files=$(FUNCS)
18 %common