mirror of
https://github.com/deadw00d/AROS.git
synced 2025-12-08 14:34:41 +00:00
37 lines
755 B
Plaintext
37 lines
755 B
Plaintext
|
|
include $(SRCDIR)/config/aros.cfg
|
|
-include $(SRCDIR)/arch/$(CPU)-$(ARCH)/lowlevel/make.opts
|
|
-include $(SRCDIR)/arch/$(CPU)-all/lowlevel/make.opts
|
|
|
|
USER_CFLAGS := $(AROSROM_MODULE_CFLAGS)
|
|
USER_LDFLAGS :=
|
|
|
|
FUNCS := \
|
|
addkbint \
|
|
addtimerint \
|
|
addvblankint \
|
|
elapsedtime \
|
|
getkey \
|
|
getlanguageselection \
|
|
querykeys \
|
|
readjoyport \
|
|
remkbint \
|
|
remtimerint \
|
|
remvblankint \
|
|
setjoyportattrsa \
|
|
starttimerint \
|
|
stoptimerint \
|
|
systemcontrola
|
|
|
|
#MM workbench-libs-lowlevel-includes : \
|
|
#MM kernel-exec-includes \
|
|
#MM workbench-libs-locale-includes \
|
|
#MM includes-copy
|
|
#MM- workbench-libs-lowlevel : linklibs
|
|
|
|
%build_module mmake=workbench-libs-lowlevel \
|
|
modname=lowlevel modtype=library \
|
|
files="lowlevel_init $(FUNCS)"
|
|
|
|
%common
|