Do not install wrong cache routine if called before SysBase is complete.
[AROS.git] / workbench / libs / realtime / mmakefile.src
blob0e4689740bff31408cbf5b6e4f7577e09660770c
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 FILES := pulse
6 FUNCS := createplayera \
7          deleteplayer \
8          externalsync \
9          findconductor \
10          getplayerattrsa \
11          lockrealtime \
12          nextconductor \
13          setconductorstate \
14          setplayerattrsa \
15          unlockrealtime
17 #MM workbench-libs-realtime-includes : \
18 #MM     kernel-exec-includes \
19 #MM     kernel-dos-includes \
20 #MM     kernel-utility-includes \
21 #MM     includes-copy
22 #MM- workbench-libs-realtime : linklibs
24 %build_module mmake=workbench-libs-realtime \
25     modname=realtime modtype=library \
26     files="realtime_init $(FUNCS) $(FILES)" \
27     uselibs=amiga
29 %common