Fixed make install target to work even when nothing has been compiled
[wine/wine64.git] / dlls / shell32 / Makefile.in
blobed7debd186cfd02eb901cf62cd687e0e5f61bbf0
1 EXTRADEFS = -D_SHELL32_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = shell32.dll
7 # fixme: avoid ole32.dll import
8 IMPORTS = ole32 shlwapi comctl32 user32 gdi32 advapi32 kernel32
9 ALTNAMES = shell.dll
10 EXTRALIBS = $(LIBUUID) $(LIBUNICODE)
12 LDDLLFLAGS = @LDDLLFLAGS@
13 SYMBOLFILE = $(MODULE).tmp.o
15 C_SRCS = \
16 brsfolder.c \
17 changenotify.c \
18 classes.c \
19 clipboard.c \
20 control.c \
21 dataobject.c \
22 debughlp.c \
23 dialogs.c \
24 enumidlist.c \
25 folders.c \
26 iconcache.c \
27 memorystream.c \
28 pidl.c \
29 shell32_main.c \
30 shell.c \
31 shelllink.c \
32 shlmenu.c \
33 shellole.c \
34 shellord.c \
35 shellpath.c \
36 shellstring.c \
37 shellreg.c \
38 shlexec.c \
39 shlfileop.c \
40 shlfolder.c \
41 shlview.c \
42 shpolicy.c \
43 shv_bg_cmenu.c \
44 shv_item_cmenu.c \
45 systray.c
47 RC_SRCS= shres.rc
48 RC_SRCS16 = version16.rc
50 @MAKE_DLL_RULES@
52 install::
53 $(MKINSTALLDIRS) $(bindir)
54 $(INSTALL_SCRIPT) $(TOPSRCDIR)/tools/wineshelllink $(bindir)/wineshelllink
56 uninstall::
57 $(RM) $(bindir)/wineshelllink
59 # Special rules for 16-bit resource files
61 version16.res: version16.rc
62 $(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/version16.rc
64 shell.spec.c: version16.res
66 ### Dependencies: