Updated authors list.
[wine] / dlls / shell32 / Makefile.in
1 EXTRADEFS = -D_SHELL32_ -DCOM_NO_WINDOWS_H
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = shell32.dll
7 # fixme: avoid ole32.dll import
8 IMPORTS   = ole32 shlwapi comctl32 user32 gdi32 advapi32 kernel32
9 ALTNAMES  = shell.dll
10 EXTRALIBS = $(LIBUUID) $(LIBUNICODE)
11
12 LDDLLFLAGS = @LDDLLFLAGS@
13 SYMBOLFILE = $(MODULE).tmp.o
14
15 C_SRCS = \
16         brsfolder.c \
17         changenotify.c \
18         classes.c \
19         clipboard.c \
20         control.c \
21         dataobject.c \
22         debughlp.c \
23         dialogs.c \
24         dragdrophelper.c \
25         enumidlist.c \
26         folders.c \
27         iconcache.c \
28         memorystream.c \
29         pidl.c \
30         shell.c \
31         shell32_main.c \
32         shelllink.c \
33         shellole.c \
34         shellord.c \
35         shellpath.c \
36         shellreg.c \
37         shellstring.c \
38         shfldr_desktop.c \
39         shfldr_fs.c \
40         shfldr_mycomp.c \
41         shlexec.c \
42         shlfileop.c \
43         shlfolder.c \
44         shlmenu.c \
45         shlview.c \
46         shpolicy.c \
47         shv_bg_cmenu.c \
48         shv_item_cmenu.c \
49         systray.c
50
51 RC_SRCS= shres.rc
52 RC_SRCS16 = version16.rc
53
54 SUBDIRS = tests
55
56 @MAKE_DLL_RULES@
57
58 install::
59         $(MKINSTALLDIRS) $(bindir)
60         $(INSTALL_SCRIPT) $(TOPSRCDIR)/tools/wineshelllink $(bindir)/wineshelllink
61
62 uninstall::
63         $(RM) $(bindir)/wineshelllink
64
65 # Special rules for 16-bit resource files
66
67 version16.res: version16.rc
68         $(LDPATH) $(WRC) $(WRCFLAGS) $(DIVINCL) -o $@ -w16 $(SRCDIR)/version16.rc
69
70 shell.spec.c: shell.spec version16.res
71         $(LDPATH) $(WINEBUILD) $(DEFS) -o $@ -M $(MODULE) -r version16.res --spec $(SRCDIR)/shell.spec
72
73 ### Dependencies: