Moved dll-specific make rules to a separate Makedll.rules file.
[wine.git] / dlls / shell32 / Makefile.in
blob5c71c8c07d477e52468d586c2462a7b6b12c2ed1
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = shell32
6 SOVERSION = 1.0
7 IMPORTS = ole32 comctl32 winmm
8 WRCEXTRA = -s -p$(MODULE)
10 SPEC_SRCS = \
11 shell.spec \
12 shell32.spec \
13 shlwapi.spec
15 C_SRCS = \
16 brsfolder.c \
17 changenotify.c \
18 classes.c \
19 clipboard.c \
20 dataobject.c \
21 enumidlist.c \
22 folders.c \
23 iconcache.c \
24 memorystream.c \
25 pidl.c \
26 regstream.c \
27 shell32_main.c \
28 shell.c \
29 shellguid.c \
30 shelllink.c \
31 shlmenu.c \
32 shellole.c \
33 shellord.c \
34 shellpath.c \
35 shlfileop.c \
36 shlfolder.c \
37 shlview.c \
38 shpolicy.c \
39 shv_bg_cmenu.c \
40 shv_item_cmenu.c \
41 systray.c
43 RC_SRCS= \
44 shres.rc
46 @MAKE_DLL_RULES@
48 all: check_wrc
50 ### Dependencies: