Added empty bootstrap.c and its build target
[AROS.git] / workbench / libs / lowlevel / mmakefile.src
blob2c867c89d02247270a3181900191b418e9d66b7e
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 FUNCS   := \
5         addkbint \
6         addtimerint \
7         addvblankint \
8         elapsedtime \
9         getkey \
10         getlanguageselection \
11         querykeys \
12         readjoyport \
13         remkbint \
14         remtimerint \
15         remvblankint \
16         setjoyportattrsa \
17         starttimerint \
18         stoptimerint \
19         systemcontrola
21 #MM workbench-libs-lowlevel-includes : \
22 #MM     kernel-exec-includes \
23 #MM     workbench-libs-locale-includes \
24 #MM     includes-copy
25 #MM- workbench-libs-lowlevel : linklibs
27 %build_module mmake=workbench-libs-lowlevel \
28     modname=lowlevel modtype=library \
29     files="lowlevel_init $(FUNCS)"
31 %common