makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / crypt32 / Makefile.in
1 EXTRADEFS = -D_CRYPT32_
2 MODULE    = crypt32.dll
3 IMPORTLIB = crypt32
4 IMPORTS   = user32 advapi32
5 EXTRALIBS = @SECURITYLIB@
6
7 C_SRCS = \
8         base64.c \
9         cert.c \
10         chain.c \
11         collectionstore.c \
12         context.c \
13         crl.c \
14         ctl.c \
15         decode.c \
16         encode.c \
17         filestore.c \
18         main.c \
19         message.c \
20         msg.c \
21         object.c \
22         oid.c \
23         proplist.c \
24         protectdata.c \
25         provstore.c \
26         regstore.c \
27         rootstore.c \
28         serialize.c \
29         sip.c \
30         store.c \
31         str.c
32
33 RC_SRCS = \
34         crypt32_De.rc \
35         crypt32_En.rc \
36         crypt32_Fr.rc \
37         crypt32_Hu.rc \
38         crypt32_It.rc \
39         crypt32_Ko.rc \
40         crypt32_Lt.rc \
41         crypt32_Nl.rc \
42         crypt32_No.rc \
43         crypt32_Pl.rc \
44         crypt32_Pt.rc \
45         crypt32_Ro.rc \
46         crypt32_Sv.rc \
47         crypt32_Uk.rc \
48         version.rc
49
50 @MAKE_DLL_RULES@