fix function to take the hook param
[AROS.git] / workbench / libs / lowlevel / mmakefile.src
blob74529ae4d41eef475a579c85d06a43f5329abbd9
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 USER_LDFLAGS := -static
6 FUNCS   := \
7         addkbint \
8         addtimerint \
9         addvblankint \
10         elapsedtime \
11         getkey \
12         getlanguageselection \
13         querykeys \
14         readjoyport \
15         remkbint \
16         remtimerint \
17         remvblankint \
18         setjoyportattrsa \
19         starttimerint \
20         stoptimerint \
21         systemcontrola
23 #MM workbench-libs-lowlevel-includes : \
24 #MM     kernel-exec-includes \
25 #MM     workbench-libs-locale-includes \
26 #MM     includes-copy
27 #MM- workbench-libs-lowlevel : linklibs
29 %build_module mmake=workbench-libs-lowlevel \
30     modname=lowlevel modtype=library \
31     files="lowlevel_init $(FUNCS)"
33 %common