Prefs/Printer: WIP - Just testing layout of all the settings
[AROS.git] / workbench / mmakefile.src
blobde1bf410a8778a66677100105b5a9b4a6862de11
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-fs-complete \
17 #MM         workbench-libs-complete \
18 #MM         workbench-s \
19 #MM         workbench-locale \
20 #MM         workbench-fonts \
21 #MM         workbench-system \
22 #MM         workbench-storage \
23 #MM         workbench-utilities \
24 #MM         workbench-tools \
25 #MM         workbench-prefs \
26 #MM         workbench-network \
27 #MM         workbench-rexxc \
28 #MM         kernel-usb-$(AROS_TARGET_ARCH)-$(AROS_TARGET_CPU)
30 # These are disk-based hardware drivers.
31 # By default they are built only for native targets, however you can
32 # build and use them also on hosted AROS (e.g. Linux) using tunnelling PCI driver.
34 #MM- workbench-drivers : \
35 #MM    hidd-vmwaresvga   \
36 #MM    hidd-nvidia       \
37 #MM    hidd-radeon       \
38 #MM    hidd-intelg45
39 # Currently excluded because nouveau.hidd uses agp.hidd which fails to build
40 # on architectures other than i386 because of missing Wbinvd() definition
41 ##MM    hidd-nouveau
43 WBSTARTUPDIR := $(AROSDIR)/WBStartup
44 WBSTORAGEDIR := $(AROSDIR)/Storage
45 WBDOSDRIVERDIRS := $(AROSDIR)/Devs/DOSDrivers $(AROSDIR)/Storage/DOSDrivers
47 #MM
48 workbench-directories ::
49     %mkdirs_q $(WBSTARTUPDIR) $(WBSTORAGEDIR) $(WBDOSDRIVERDIRS)
51 #MM- clean : clean-workbench