Made winmm a separate shared library.
[wine/hacks.git] / dlls / shell32 / Makefile.in
blob29c6d0bdc795694d6f47704e5f9d95370e5d9abb
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 LIBEXT = @LIBEXT@
7 MODULE = shell32
8 SOVERSION = 1.0
9 IMPORTS = ole32 comctl32 winmm
10 WRCEXTRA = -s -p$(MODULE)
12 SPEC_SRCS = \
13 shell.spec \
14 shell32.spec \
15 shlwapi.spec
17 C_SRCS = \
18 brsfolder.c \
19 changenotify.c \
20 classes.c \
21 clipboard.c \
22 dataobject.c \
23 enumidlist.c \
24 folders.c \
25 iconcache.c \
26 memorystream.c \
27 pidl.c \
28 regstream.c \
29 shell32_main.c \
30 shell.c \
31 shellguid.c \
32 shelllink.c \
33 shlmenu.c \
34 shellole.c \
35 shellord.c \
36 shellpath.c \
37 shlfileop.c \
38 shlfolder.c \
39 shlview.c \
40 shpolicy.c \
41 shv_bg_cmenu.c \
42 shv_item_cmenu.c \
43 systray.c
45 RC_SRCS= \
46 shres.rc
48 #GEN_ASM_SRCS = \
49 # shellres.s
51 all: check_wrc lib$(MODULE).$(LIBEXT)
53 @MAKE_RULES@
55 $(RC_SRCS:.rc=.s): $(WRC)
57 clean::
58 $(RM) lib$(MODULE).$(LIBEXT).$(SOVERSION)
60 ### Dependencies: