shlwapi: Handle URL_WININET_COMPATIBILITY flag in UrlCanonicalize.
[wine/multimedia.git] / dlls / shell32 / Makefile.in
bloba101c75072989676e796dcee5562d9a03a16aa11
1 EXTRADEFS = -D_SHELL32_ -DCOM_NO_WINDOWS_H
2 MODULE = shell32.dll
3 IMPORTLIB = shell32
4 IMPORTS = uuid shlwapi comctl32 user32 gdi32 advapi32
5 DELAYIMPORTS = ole32 oleaut32 shdocvw version
7 C_SRCS = \
8 appbar.c \
9 assoc.c \
10 autocomplete.c \
11 brsfolder.c \
12 changenotify.c \
13 classes.c \
14 clipboard.c \
15 control.c \
16 cpanelfolder.c \
17 dataobject.c \
18 dde.c \
19 debughlp.c \
20 dialogs.c \
21 dragdrophelper.c \
22 ebrowser.c \
23 enumidlist.c \
24 folders.c \
25 iconcache.c \
26 pidl.c \
27 recyclebin.c \
28 regsvr.c \
29 shell32_main.c \
30 shellitem.c \
31 shelllink.c \
32 shellole.c \
33 shellord.c \
34 shellpath.c \
35 shellreg.c \
36 shellstring.c \
37 shfldr_desktop.c \
38 shfldr_fs.c \
39 shfldr_mycomp.c \
40 shfldr_netplaces.c \
41 shfldr_printers.c \
42 shfldr_unixfs.c \
43 shlexec.c \
44 shlfileop.c \
45 shlfolder.c \
46 shlfsbind.c \
47 shlmenu.c \
48 shlview.c \
49 shpolicy.c \
50 shv_bg_cmenu.c \
51 shv_item_cmenu.c \
52 systray.c \
53 trash.c \
54 xdg.c
56 RC_SRCS = \
57 shell32_Bg.rc \
58 shell32_Ca.rc \
59 shell32_Cs.rc \
60 shell32_Da.rc \
61 shell32_De.rc \
62 shell32_En.rc \
63 shell32_Eo.rc \
64 shell32_Es.rc \
65 shell32_Fi.rc \
66 shell32_Fr.rc \
67 shell32_He.rc \
68 shell32_Hu.rc \
69 shell32_It.rc \
70 shell32_Ja.rc \
71 shell32_Ko.rc \
72 shell32_Lt.rc \
73 shell32_Nl.rc \
74 shell32_No.rc \
75 shell32_Pl.rc \
76 shell32_Pt.rc \
77 shell32_Ro.rc \
78 shell32_Ru.rc \
79 shell32_Si.rc \
80 shell32_Sk.rc \
81 shell32_Sr.rc \
82 shell32_Sv.rc \
83 shell32_Tr.rc \
84 shell32_Uk.rc \
85 shell32_Wa.rc \
86 shell32_Zh.rc \
87 shres.rc \
88 version.rc
90 SVG_SRCS = \
91 cdrom.svg \
92 control.svg \
93 delete.svg \
94 desktop.svg \
95 document.svg \
96 drive.svg \
97 floppy.svg \
98 folder.svg \
99 folder_open.svg \
100 mycomputer.svg \
101 mydocs.svg \
102 netdrive.svg \
103 netdrive2.svg \
104 printer.svg \
105 ramdisk.svg \
106 shortcut.svg \
107 trash_file.svg
109 EXTRA_OBJS = authors.o
111 @MAKE_DLL_RULES@
113 authors.c: $(top_srcdir)/AUTHORS
114 (LC_ALL=C; export LC_ALL; echo 'const char * const SHELL_Authors[] = {' && \
115 sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' $(top_srcdir)/AUTHORS && \
116 echo ' 0 };') >$@ || ($(RM) $@ && false)
118 clean::
119 $(RM) authors.c