Added a test for MUIA_Listview_SelectChange.
[AROS.git] / arch / all-darwin / hostdisk / mmakefile.src
blob52ff172b92c30f96f687d23087eaddf5f6527371
1 include $(SRCDIR)/config/aros.cfg
3 #MM- workbench-darwin-$(CPU) : workbench-devs-hostdisk
5 USER_CFLAGS := -DHOST_OS_$(ARCH) -DHOST_OS_$(AROS_TARGET_VARIANT)       \
6                -I$(SRCDIR)/arch/all-unix/devs/hostdisk                  \
7                -I$(SRCDIR)/arch/all-hosted/devs/hostdisk                \
8                -isystem $(GENINCDIR) $(KERNEL_INCLUDES)
10 # Dash after darwin is intentional. It stands for empty $(AROS_TARGET_VARIANT)
11 # in $(ARCH)-$(AROS_TARGET_VARIANT) expression.
12 # iOS SDK doesn't have disk IOCTL definitions, so no geometry routines.
14 %build_archspecific mainmmake=workbench-devs-hostdisk maindir=arch/all-hosted/devs/hostdisk \
15     arch=darwin- files="geometry"
17 %common