prism2.device: Compiler delint
[AROS.git] / workbench / mmakefile.src
blobd5cbaaa44ac5ac9935a53a23ee08a219b1d348db
1 # $Id$
3 include $(TOP)/config/make.cfg
5 # The workbench target points back to config/$(ARCH)/mmakefile:
6 #MM- workbench : workbench-$(ARCH)-$(CPU)
8 #MM- AROS : workbench-complete
10 #MM- workbench-complete : \
11 #MM         workbench-directories \
12 #MM         workbench-c \
13 #MM         workbench-hidds \
14 #MM         workbench-classes-complete \
15 #MM         workbench-devs-complete \
16 #MM         workbench-expansion-complete \
17 #MM         workbench-fs-complete \
18 #MM         workbench-libs-complete \
19 #MM         workbench-s \
20 #MM         workbench-locale \
21 #MM         workbench-fonts \
22 #MM         workbench-system \
23 #MM         workbench-storage \
24 #MM         workbench-utilities \
25 #MM         workbench-tools \
26 #MM         workbench-prefs \
27 #MM         workbench-printers \
28 #MM         workbench-network \
29 #MM         workbench-rexxc \
30 #MM         kernel-usb-$(AROS_TARGET_ARCH)-$(AROS_TARGET_CPU)
32 # These are disk-based hardware drivers.
33 # By default they are built only for native targets, however you can
34 # build and use them also on hosted AROS (e.g. Linux) using tunnelling PCI driver.
36 #MM- workbench-drivers : \
37 #MM    hidd-vmwaresvga   \
38 #MM    hidd-nvidia       \
39 #MM    hidd-radeon       \
40 #MM    hidd-intelg45
41 # Currently excluded because nouveau.hidd uses agp.hidd which fails to build
42 # on architectures other than i386 because of missing Wbinvd() definition
43 ##MM    hidd-nouveau
45 WBSTARTUPDIR := $(AROSDIR)/WBStartup
46 WBSTORAGEDIR := $(AROSDIR)/Storage
47 WBDOSDRIVERDIRS := $(AROSDIR)/Devs/DOSDrivers $(AROSDIR)/Storage/DOSDrivers
49 #MM
50 workbench-directories ::
51     %mkdirs_q $(WBSTARTUPDIR) $(WBSTORAGEDIR) $(WBDOSDRIVERDIRS)
53 #MM- clean : clean-workbench