push 585d938e6dafa7e4b71343fb5b928a9214e5518c
[wine/hacks.git] / dlls / shell32 / Makefile.in
blobd98bdb33ac14859f3548a35e001498b32b4b9a5a
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 autocomplete.c \
13 brsfolder.c \
14 changenotify.c \
15 classes.c \
16 clipboard.c \
17 control.c \
18 cpanelfolder.c \
19 dde.c \
20 dataobject.c \
21 debughlp.c \
22 dialogs.c \
23 dragdrophelper.c \
24 enumidlist.c \
25 folders.c \
26 iconcache.c \
27 pidl.c \
28 recyclebin.c \
29 regsvr.c \
30 shell32_main.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_unixfs.c \
42 shlexec.c \
43 shlfileop.c \
44 shlfolder.c \
45 shlfsbind.c \
46 shlmenu.c \
47 shlview.c \
48 shpolicy.c \
49 shv_bg_cmenu.c \
50 shv_item_cmenu.c \
51 systray.c \
52 trash.c \
53 xdg.c
55 RC_SRCS = shres.rc
57 C_SRCS16 = shell.c
58 RC_SRCS16 = version16.rc
59 SPEC_SRCS16 = shell.spec
61 EXTRA_OBJS = authors.o
63 @MAKE_DLL_RULES@
65 # Special rules for 16-bit resource files
67 version16.res: version16.rc
68 $(LDPATH) $(RC16) $(RC16FLAGS) -fo$@ $(SRCDIR)/version16.rc
70 shell.spec.o: shell.spec version16.res
71 $(WINEBUILD) $(WINEBUILDFLAGS) --dll -o $@ --main-module $(MODULE) --res version16.res --export $(SRCDIR)/shell.spec
73 authors.c: $(TOPSRCDIR)/AUTHORS
74 (LC_ALL=C; export LC_ALL; echo 'const char * const SHELL_Authors[] = {' && \
75 sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' $(TOPSRCDIR)/AUTHORS && \
76 echo ' 0 };') >$@ || ($(RM) $@ && false)
78 clean::
79 $(RM) authors.c
81 @DEPENDENCIES@ # everything below this line is overwritten by make depend