Bringing flexcat 2.15 into the main branch (again)
[AROS.git] / arch / all-darwin / hostdisk / mmakefile.src
blobde25999c449aecf667490ecfb8ee3bd3d78c251e
1 include $(TOP)/config/make.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