Added rules to build import libraries in the individual dll makefiles.
[wine.git] / dlls / shell32 / Makefile.in
blob1c024e7eb8c31f807923e8aa8c8f6947a491e252
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 IMPORTS = shlwapi comctl32 user32 gdi32 advapi32 kernel32
8 DELAYIMPORTS = ole32
9 EXTRALIBS = -luuid $(LIBUNICODE)
11 C_SRCS = \
12 authors.c \
13 autocomplete.c \
14 brsfolder.c \
15 changenotify.c \
16 classes.c \
17 clipboard.c \
18 control.c \
19 cpanelfolder.c \
20 dataobject.c \
21 debughlp.c \
22 dialogs.c \
23 dragdrophelper.c \
24 enumidlist.c \
25 folders.c \
26 iconcache.c \
27 memorystream.c \
28 pidl.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_unixfs.c \
41 shlexec.c \
42 shlfileop.c \
43 shlfolder.c \
44 shlfsbind.c \
45 shlmenu.c \
46 shlview.c \
47 shpolicy.c \
48 shv_bg_cmenu.c \
49 shv_item_cmenu.c \
50 systray.c
52 RC_SRCS = shres.rc
53 RC_BINSRC = shres.rc
54 RC_BINARIES = \
55 cdrom.ico \
56 desktop.ico \
57 document.ico \
58 drive.ico \
59 floppy.ico \
60 folder.ico \
61 folder_open.ico \
62 mycomputer.ico \
63 netdrive.ico \
64 netdrive2.ico \
65 printer.ico \
66 ramdisk.ico
68 C_SRCS16 = shell.c
69 RC_SRCS16 = version16.rc
70 SPEC_SRCS16 = shell.spec
72 SUBDIRS = tests
74 @MAKE_DLL_RULES@
76 # Special rules for 16-bit resource files
78 version16.res: version16.rc
79 $(LDPATH) $(RC16) $(RC16FLAGS) -fo$@ $(SRCDIR)/version16.rc
81 shell.spec.c: shell.spec version16.res
82 $(WINEBUILD) $(DEFS) $(DLLFLAGS) --dll -o $@ --main-module $(MODULE) --res version16.res --export $(SRCDIR)/shell.spec
84 authors.c: $(TOPSRCDIR)/AUTHORS
85 (LC_ALL=C; export LC_ALL; echo 'const char * const SHELL_Authors[] = {' && \
86 sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' $(TOPSRCDIR)/AUTHORS && \
87 echo ' 0 };') >$@ || ($(RM) $@ && false)
89 depend: authors.c
91 clean::
92 $(RM) authors.c
94 ### Dependencies: