3 include $(SRCDIR)/config/aros.cfg
7 #MM- workbench-libs-oss-unix : \
8 #MM workbench-libs-oss-unix-module \
11 #MM- test-playoss : workbench-libs-oss-unix-module
13 #MM workbench-libs-oss-unix-module-includes : \
15 #MM kernel-exec-includes \
16 #MM kernel-oop-includes
18 #MM workbench-libs-oss-unix-module : \
19 #MM hidd-unixio-stubs \
21 #MM linklibs-arossupport \
22 #MM linklibs-libinit \
25 # If an arch specific oss is made also test-playoss will be made
26 %build_prog mmake=test-playoss \
27 progname=playossunix targetdir=$(AROS_TESTS) uselibs="ossshared"
29 USER_CFLAGS := -DAROS_ARCHITECTURE="\"$(AROS_TARGET_PLATFORM)\""
31 # If we are not on UNIX, we're just building the linklib for the SDK. We don't need
32 # $(KERNEL_INCLUDES) in such a case. This fixes build under 64-bit Windows.
34 USER_INCLUDES := -isystem $(GENINCDIR) $(KERNEL_INCLUDES)
37 %build_module mmake=workbench-libs-oss-unix-module modname=oss \
38 modtype=library version=$(AROS_TARGET_PLATFORM) files="$(FILES) oss_init" linklibname=ossshared