makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf...
[wine] / dlls / shell32 / Makefile.in
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
6
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
55
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_Hu.rc \
68         shell32_It.rc \
69         shell32_Ja.rc \
70         shell32_Ko.rc \
71         shell32_Lt.rc \
72         shell32_Nl.rc \
73         shell32_No.rc \
74         shell32_Pl.rc \
75         shell32_Pt.rc \
76         shell32_Ro.rc \
77         shell32_Ru.rc \
78         shell32_Si.rc \
79         shell32_Sk.rc \
80         shell32_Sr.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         cdrom.svg \
91         control.svg \
92         delete.svg \
93         desktop.svg \
94         document.svg \
95         drive.svg \
96         floppy.svg \
97         folder.svg \
98         folder_open.svg \
99         mycomputer.svg \
100         mydocs.svg \
101         netdrive.svg \
102         netdrive2.svg \
103         printer.svg \
104         ramdisk.svg \
105         shortcut.svg \
106         trash_file.svg
107
108 EXTRA_OBJS = authors.o
109
110 @MAKE_DLL_RULES@
111
112 authors.c: $(top_srcdir)/AUTHORS
113         (LC_ALL=C; export LC_ALL; echo 'const char * const SHELL_Authors[] = {' && \
114          sed -e '1,2d' -e 's/\(.*\)/  \"\1\",/' $(top_srcdir)/AUTHORS && \
115          echo '  0 };') >$@ || ($(RM) $@ && false)
116
117 clean::
118         $(RM) authors.c