shell32: Use int64 in the spec file for 64-bit integers.
[wine] / dlls / shell32 / Makefile.in
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
9 DELAYIMPORTS = ole32 oleaut32 shdocvw version
10
11 C_SRCS = \
12         appbar.c \
13         assoc.c \
14         autocomplete.c \
15         brsfolder.c \
16         changenotify.c \
17         classes.c \
18         clipboard.c \
19         control.c \
20         cpanelfolder.c \
21         dataobject.c \
22         dde.c \
23         debughlp.c \
24         dialogs.c \
25         dragdrophelper.c \
26         ebrowser.c \
27         enumidlist.c \
28         folders.c \
29         iconcache.c \
30         pidl.c \
31         recyclebin.c \
32         regsvr.c \
33         shell32_main.c \
34         shellitem.c \
35         shelllink.c \
36         shellole.c \
37         shellord.c \
38         shellpath.c \
39         shellreg.c \
40         shellstring.c \
41         shfldr_desktop.c \
42         shfldr_fs.c \
43         shfldr_mycomp.c \
44         shfldr_netplaces.c \
45         shfldr_printers.c \
46         shfldr_unixfs.c \
47         shlexec.c \
48         shlfileop.c \
49         shlfolder.c \
50         shlfsbind.c \
51         shlmenu.c \
52         shlview.c \
53         shpolicy.c \
54         shv_bg_cmenu.c \
55         shv_item_cmenu.c \
56         systray.c \
57         trash.c \
58         xdg.c
59
60 RC_SRCS = \
61         shell32_Bg.rc \
62         shell32_Ca.rc \
63         shell32_Cs.rc \
64         shell32_Da.rc \
65         shell32_De.rc \
66         shell32_En.rc \
67         shell32_Eo.rc \
68         shell32_Es.rc \
69         shell32_Fi.rc \
70         shell32_Fr.rc \
71         shell32_Hu.rc \
72         shell32_It.rc \
73         shell32_Ja.rc \
74         shell32_Ko.rc \
75         shell32_Lt.rc \
76         shell32_Nl.rc \
77         shell32_No.rc \
78         shell32_Pl.rc \
79         shell32_Pt.rc \
80         shell32_Ro.rc \
81         shell32_Ru.rc \
82         shell32_Si.rc \
83         shell32_Sk.rc \
84         shell32_Sr.rc \
85         shell32_Sv.rc \
86         shell32_Tr.rc \
87         shell32_Uk.rc \
88         shell32_Wa.rc \
89         shell32_Zh.rc \
90         shres.rc \
91         version.rc
92
93 SVG_SRCS = \
94         cdrom.svg \
95         control.svg \
96         delete.svg \
97         desktop.svg \
98         document.svg \
99         drive.svg \
100         floppy.svg \
101         folder.svg \
102         folder_open.svg \
103         mycomputer.svg \
104         mydocs.svg \
105         netdrive.svg \
106         netdrive2.svg \
107         printer.svg \
108         ramdisk.svg \
109         shortcut.svg \
110         trash_file.svg
111
112 EXTRA_OBJS = authors.o
113
114 @MAKE_DLL_RULES@
115
116 authors.c: $(TOPSRCDIR)/AUTHORS
117         (LC_ALL=C; export LC_ALL; echo 'const char * const SHELL_Authors[] = {' && \
118          sed -e '1,2d' -e 's/\(.*\)/  \"\1\",/' $(TOPSRCDIR)/AUTHORS && \
119          echo '  0 };') >$@ || ($(RM) $@ && false)
120
121 clean::
122         $(RM) authors.c