Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / arch / m68k-all / dos / mmakefile.src
blobbc90dc9f49d7ba00812f633bdaaa1037faccffd2
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 BCPL_CFILES  := bcpl_patches bcpl_support bcpl_readargs bcpl_putpkt
6 BCPL_AFILES  := bcpl bcpl_writef
8 CFILES  := bstr_helper exit callglobvec \
9            $(BCPL_CFILES)
11 AFILES := callentry \
12           $(BCPL_AFILES)
14 #MM kernel-dos-m68k : kernel-dos-includes includes-asm_h-m68k
16 USER_CFLAGS := -I$(SRCDIR)/arch/$(CPU)-$(ARCH)/dos \
17                -I$(SRCDIR)/rom/dos \
18                -D__DOS_NOLIBBASE__
20 USER_AFLAGS := -I$(GENINCDIR)
22 %build_archspecific \
23   mainmmake=kernel-dos maindir=rom/dos arch=m68k \
24   files="$(CFILES)" asmfiles="$(AFILES)" modulename=dos
26 %common