Stubs for DragDropHelper.
[wine] / dlls / shell32 / Makefile.in
1 EXTRADEFS = -D_SHELL32_
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 @MAKE_DLL_RULES@
55
56 install::
57         $(MKINSTALLDIRS) $(bindir)
58         $(INSTALL_SCRIPT) $(TOPSRCDIR)/tools/wineshelllink $(bindir)/wineshelllink
59
60 uninstall::
61         $(RM) $(bindir)/wineshelllink
62
63 # Special rules for 16-bit resource files
64
65 version16.res: version16.rc
66         $(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/version16.rc
67
68 shell.spec.c: version16.res
69
70 ### Dependencies: