Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / desktop / mmakefile.src
blob5367c3533f9fc4a61899edff5971d0884682b08b
1 # Copyright © 2003, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 FILES := \
7     support \
8     newhandler \
9     worker \
10     iconcontainerclass \
11     amiga_lib_functions \
12     iconcontainerobserver \
13     observer \
14     presentation \
15     iconobserver \
16     diskiconobserver \
17     drawericonobserver \
18     tooliconobserver \
19     projecticonobserver \
20     trashcaniconobserver \
21     iconclass \
22     diskiconclass \
23     drawericonclass \
24     tooliconclass \
25     projecticonclass \
26     trashcaniconclass \
27     desktopobserver \
28     operationclass \
29     internaliconopsclass \
30     desktopclass \
31     internalwindowopsclass \
32     internaldesktopopsclass \
33     containericonobserver \
34     abstracticon \
35     abstracticoncontainer
37 FUNCS := \
38     createdesktopobjecta \
39     getmenuitemlist \
40     dodesktopoperation \
41     builddesktopmenus
43 #MM workbench-libs-desktop-includes : \
44 #MM     kernel-exec-includes \
45 #MM     kernel-intuition-includes \
46 #MM     kernel-utility-includes \
47 #MM     kernel-dos-includes \
48 #MM     kernel-input-includes \
49 #MM     kernel-graphics-includes \
50 #MM     kernel-layers-includes \
51 #MM     workbench-libs-icon-includes \
52 #MM     workbench-libs-muimaster-includes \
53 #MM     includes-copy
54 #MM- workbench-libs-desktop : linklibs
56 USER_CFLAGS := -D__DESKTOP_NOLIBBASE__
57 %build_module mmake=workbench-libs-desktop \
58  modname=desktop modtype=library \
59  files="desktop_init $(FUNCS) $(FILES)" \
60  uselibs="mui rom"
62 %common