Indentation fix, cleanup.
[AROS.git] / arch / all-unix / libs / oss / mmakefile.src
blobfdd6f9c1f04525715168109c661227f0dbfdfcc7
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES := funcs
7 #MM- workbench-libs-oss-unix : \
8 #MM      workbench-libs-oss-unix-module \
9 #MM      test-playoss
11 #MM- test-playoss : workbench-libs-oss-unix-module
13 #MM workbench-libs-oss-unix-module-includes : \
14 #MM     includes-copy \
15 #MM     kernel-exec-includes \
16 #MM     kernel-oop-includes
18 #MM workbench-libs-oss-unix-module : \
19 #MM     hidd-unixio-stubs \
20 #MM     linklibs-amiga \
21 #MM     linklibs-arossupport \
22 #MM     linklibs-libinit \
23 #MM     linklibs-startup
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.
33 ifeq ($(FAMILY),unix)
34     USER_INCLUDES := -isystem $(GENINCDIR) $(KERNEL_INCLUDES)
35 endif
37 %build_module mmake=workbench-libs-oss-unix-module modname=oss \
38     modtype=library version=$(AROS_TARGET_PLATFORM) files="$(FILES) oss_init" linklibname=ossshared