shell32: A new icon for trash_file.
[wine/testsucceed.git] / dlls / shell32 / Makefile.in
blob98d2094ea9901119dd354da8da9d79e8f1aed71c
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
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 dde.c \
21 dataobject.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 shelllink.c \
33 shellole.c \
34 shellord.c \
35 shellpath.c \
36 shellreg.c \
37 shellstring.c \
38 shfldr_desktop.c \
39 shfldr_fs.c \
40 shfldr_mycomp.c \
41 shfldr_netplaces.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 = shres.rc
58 SVG_SRCS = \
59 desktop.svg \
60 folder.svg \
61 folder_open.svg \
62 mycomputer.svg \
63 trash_file.svg
65 C_SRCS16 = shell.c
66 RC_SRCS16 = version16.rc
67 SPEC_SRCS16 = shell.spec
69 EXTRA_OBJS = authors.o
71 @MAKE_DLL_RULES@
73 # Special rules for 16-bit resource files
75 version16.res: version16.rc
76 $(LDPATH) $(RC16) $(RC16FLAGS) -fo$@ $(SRCDIR)/version16.rc
78 shell.spec.o: shell.spec version16.res
79 $(WINEBUILD) $(WINEBUILDFLAGS) --dll -o $@ --main-module $(MODULE) --res version16.res --export $(SRCDIR)/shell.spec
81 authors.c: $(TOPSRCDIR)/AUTHORS
82 (LC_ALL=C; export LC_ALL; echo 'const char * const SHELL_Authors[] = {' && \
83 sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' $(TOPSRCDIR)/AUTHORS && \
84 echo ' 0 };') >$@ || ($(RM) $@ && false)
86 clean::
87 $(RM) authors.c
89 @DEPENDENCIES@ # everything below this line is overwritten by make depend