dplayx: Code to forward player creation
[wine/gsoc_dplay.git] / dlls / shell32 / Makefile.in
blob867f46e46cd6717706029df92edb618d8abba9d4
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_unixfs.c \
45 shlexec.c \
46 shlfileop.c \
47 shlfolder.c \
48 shlfsbind.c \
49 shlmenu.c \
50 shlview.c \
51 shpolicy.c \
52 shv_bg_cmenu.c \
53 shv_item_cmenu.c \
54 systray.c \
55 trash.c \
56 xdg.c
58 RC_SRCS = \
59 shell32_Bg.rc \
60 shell32_Ca.rc \
61 shell32_Cs.rc \
62 shell32_Da.rc \
63 shell32_De.rc \
64 shell32_En.rc \
65 shell32_Eo.rc \
66 shell32_Es.rc \
67 shell32_Fi.rc \
68 shell32_Fr.rc \
69 shell32_Hu.rc \
70 shell32_It.rc \
71 shell32_Ja.rc \
72 shell32_Ko.rc \
73 shell32_Lt.rc \
74 shell32_Nl.rc \
75 shell32_No.rc \
76 shell32_Pl.rc \
77 shell32_Pt.rc \
78 shell32_Ro.rc \
79 shell32_Ru.rc \
80 shell32_Si.rc \
81 shell32_Sk.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 desktop.svg \
92 folder.svg \
93 folder_open.svg \
94 mycomputer.svg \
95 mydocs.svg \
96 trash_file.svg
98 EXTRA_OBJS = authors.o
100 @MAKE_DLL_RULES@
102 authors.c: $(TOPSRCDIR)/AUTHORS
103 (LC_ALL=C; export LC_ALL; echo 'const char * const SHELL_Authors[] = {' && \
104 sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' $(TOPSRCDIR)/AUTHORS && \
105 echo ' 0 };') >$@ || ($(RM) $@ && false)
107 clean::
108 $(RM) authors.c
110 @DEPENDENCIES@ # everything below this line is overwritten by make depend