makefiles: Regenerate the source lists using make_makefiles.
[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 IMPORTLIB = shell32
8 IMPORTS   = uuid shlwapi comctl32 user32 gdi32 advapi32 kernel32 ntdll
9 DELAYIMPORTS = ole32 oleaut32 shdocvw
10
11 C_SRCS = \
12         appbar.c \
13         autocomplete.c \
14         brsfolder.c \
15         changenotify.c \
16         classes.c \
17         clipboard.c \
18         control.c \
19         cpanelfolder.c \
20         dataobject.c \
21         dde.c \
22         debughlp.c \
23         dialogs.c \
24         dragdrophelper.c \
25         enumidlist.c \
26         folders.c \
27         iconcache.c \
28         pidl.c \
29         recyclebin.c \
30         regsvr.c \
31         shell32_main.c \
32         shellitem.c \
33         shelllink.c \
34         shellole.c \
35         shellord.c \
36         shellpath.c \
37         shellreg.c \
38         shellstring.c \
39         shfldr_desktop.c \
40         shfldr_fs.c \
41         shfldr_mycomp.c \
42         shfldr_netplaces.c \
43         shfldr_unixfs.c \
44         shlexec.c \
45         shlfileop.c \
46         shlfolder.c \
47         shlfsbind.c \
48         shlmenu.c \
49         shlview.c \
50         shpolicy.c \
51         shv_bg_cmenu.c \
52         shv_item_cmenu.c \
53         systray.c \
54         trash.c \
55         xdg.c
56
57 RC_SRCS = \
58         shell32_Bg.rc \
59         shell32_Ca.rc \
60         shell32_Cs.rc \
61         shell32_Da.rc \
62         shell32_De.rc \
63         shell32_En.rc \
64         shell32_Eo.rc \
65         shell32_Es.rc \
66         shell32_Fi.rc \
67         shell32_Fr.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_Sv.rc \
82         shell32_Tr.rc \
83         shell32_Uk.rc \
84         shell32_Wa.rc \
85         shell32_Zh.rc \
86         shres.rc \
87         version.rc
88
89 SVG_SRCS = \
90         desktop.svg \
91         folder.svg \
92         folder_open.svg \
93         mycomputer.svg \
94         mydocs.svg \
95         trash_file.svg
96
97 EXTRA_OBJS = authors.o
98
99 @MAKE_DLL_RULES@
100
101 authors.c: $(TOPSRCDIR)/AUTHORS
102         (LC_ALL=C; export LC_ALL; echo 'const char * const SHELL_Authors[] = {' && \
103          sed -e '1,2d' -e 's/\(.*\)/  \"\1\",/' $(TOPSRCDIR)/AUTHORS && \
104          echo '  0 };') >$@ || ($(RM) $@ && false)
105
106 clean::
107         $(RM) authors.c
108
109 @DEPENDENCIES@  # everything below this line is overwritten by make depend