Fixed indentation.
[AROS.git] / workbench / devs / mmakefile.src
blob9a8310d30b6c93ba4cec61660aa32e3f949dec1e
1 # $Id$
2 include $(TOP)/config/make.cfg
4 #MM- workbench-devs-complete : workbench-devs
5 #MM- workbench-devs : \
6 #MM    workbench-devs-fdsk \
7 #MM    workbench-devs-ramdrive \
8 #MM    workbench-devs-monitors \
9 #MM    workbench-devs-mountlist \
10 #MM    workbench-devs-networks-drivers
11 #MM- workbench-devs-quick : \
12 #MM    workbench-devs-fdsk-quick \
13 #MM    workbench-devs-ramdrive-quick \
14 #MM    workbench-devs-monitors \
15 #MM    workbench-devs-mountlist \
16 #MM    workbench-devs-networks-drivers
18 #MM- workbench-fs-complete : workbench-fs
19 #MM- workbench-fs : \
20 #MM    workbench-fs-pipefs \
21 #MM    workbench-fs-xpipe
22 #MM- workbench-fs-quick : \
23 #MM    workbench-fs-pipefs-quick \
24 #MM    workbench-fs-xpipe-quick
26 # DISABLED: rootfs.handler
28 #MM- includes-generate : \
29 #MM      workbench-devs-input-includes
31 %build_module mmake=workbench-devs-fdsk \
32   modname=fdsk modtype=device \
33   files=fdsk_device \
34   uselibs="arossupport amiga rom"
36 %build_module mmake=workbench-devs-ramdrive \
37   modname=ramdrive modtype=device \
38   files=ramdrive_device \
39   uselibs="arossupport amiga rom"
41 %build_module mmake=workbench-fs-pipefs \
42   modname=pipefs modtype=device modsuffix=handler \
43   files=pipefs_handler \
44   uselibs="arossupport amiga rom"
46 %build_module mmake=workbench-fs-xpipe \
47   modname=xpipe modtype=device modsuffix=handler \
48   files=xpipe_handler \
49   uselibs="arossupport amiga rom"
51 #MM
52 workbench-devs-mountlist : $(AROS_DEVS)/Mountlist workbench-devs-dosdrivers
54 $(AROS_DEVS)/Mountlist : Mountlist
55         @$(CP) $< $@
57 #MM workbench-devs-dosdrivers
58 workbench-devs-dosdrivers :
59         @if [ -d $(SRCDIR)/$(CURDIR)/DOSDrivers ] ; then $(MKDIR) $(AROS_DEVS)/DOSDrivers ; $(CP) $(SRCDIR)/$(CURDIR)/DOSDrivers/* $(AROS_DEVS)/DOSDrivers ; fi