shell32: Replaced netdrive2.ico with a Tango compliant icon.
[wine/multimedia.git] / dlls / shell32 / Makefile.in
bloba8109afd35b151d7c31e01f959be69d6981bc9fd
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 IMPORTLIB = shell32
8 IMPORTS = uuid shlwapi comctl32 user32 gdi32 advapi32 kernel32 ntdll
9 DELAYIMPORTS = ole32 oleaut32 shdocvw version
11 C_SRCS = \
12 appbar.c \
13 assoc.c \
14 autocomplete.c \
15 brsfolder.c \
16 changenotify.c \
17 classes.c \
18 clipboard.c \
19 control.c \
20 cpanelfolder.c \
21 dataobject.c \
22 dde.c \
23 debughlp.c \
24 dialogs.c \
25 dragdrophelper.c \
26 enumidlist.c \
27 folders.c \
28 iconcache.c \
29 pidl.c \
30 recyclebin.c \
31 regsvr.c \
32 shell32_main.c \
33 shellitem.c \
34 shelllink.c \
35 shellole.c \
36 shellord.c \
37 shellpath.c \
38 shellreg.c \
39 shellstring.c \
40 shfldr_desktop.c \
41 shfldr_fs.c \
42 shfldr_mycomp.c \
43 shfldr_netplaces.c \
44 shfldr_printers.c \
45 shfldr_unixfs.c \
46 shlexec.c \
47 shlfileop.c \
48 shlfolder.c \
49 shlfsbind.c \
50 shlmenu.c \
51 shlview.c \
52 shpolicy.c \
53 shv_bg_cmenu.c \
54 shv_item_cmenu.c \
55 systray.c \
56 trash.c \
57 xdg.c
59 RC_SRCS = \
60 shell32_Bg.rc \
61 shell32_Ca.rc \
62 shell32_Cs.rc \
63 shell32_Da.rc \
64 shell32_De.rc \
65 shell32_En.rc \
66 shell32_Eo.rc \
67 shell32_Es.rc \
68 shell32_Fi.rc \
69 shell32_Fr.rc \
70 shell32_Hu.rc \
71 shell32_It.rc \
72 shell32_Ja.rc \
73 shell32_Ko.rc \
74 shell32_Lt.rc \
75 shell32_Nl.rc \
76 shell32_No.rc \
77 shell32_Pl.rc \
78 shell32_Pt.rc \
79 shell32_Ro.rc \
80 shell32_Ru.rc \
81 shell32_Si.rc \
82 shell32_Sk.rc \
83 shell32_Sv.rc \
84 shell32_Tr.rc \
85 shell32_Uk.rc \
86 shell32_Wa.rc \
87 shell32_Zh.rc \
88 shres.rc \
89 version.rc
91 SVG_SRCS = \
92 cdrom.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 trash_file.svg
106 EXTRA_OBJS = authors.o
108 @MAKE_DLL_RULES@
110 authors.c: $(TOPSRCDIR)/AUTHORS
111 (LC_ALL=C; export LC_ALL; echo 'const char * const SHELL_Authors[] = {' && \
112 sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' $(TOPSRCDIR)/AUTHORS && \
113 echo ' 0 };') >$@ || ($(RM) $@ && false)
115 clean::
116 $(RM) authors.c