d3dxof: Turn some TRACEs into WARNs in case of parsing error.
[wine/multimedia.git] / dlls / crypt32 / Makefile.in
blob0089fe58565be32fd12b809ce093ffe0bbb7e527
1 EXTRADEFS = -D_CRYPT32_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = crypt32.dll
7 IMPORTLIB = crypt32
8 IMPORTS = user32 advapi32 kernel32 ntdll
9 EXTRALIBS = @SECURITYLIB@
11 C_SRCS = \
12 base64.c \
13 cert.c \
14 chain.c \
15 collectionstore.c \
16 context.c \
17 crl.c \
18 ctl.c \
19 decode.c \
20 encode.c \
21 filestore.c \
22 main.c \
23 message.c \
24 msg.c \
25 object.c \
26 oid.c \
27 proplist.c \
28 protectdata.c \
29 provstore.c \
30 regstore.c \
31 rootstore.c \
32 serialize.c \
33 sip.c \
34 store.c \
35 str.c
37 RC_SRCS = \
38 crypt32_De.rc \
39 crypt32_En.rc \
40 crypt32_Fr.rc \
41 crypt32_Ko.rc \
42 crypt32_Lt.rc \
43 crypt32_Nl.rc \
44 crypt32_No.rc \
45 crypt32_Pt.rc \
46 crypt32_Ro.rc \
47 crypt32_Sv.rc \
48 crypt32_Uk.rc \
49 version.rc
51 @MAKE_DLL_RULES@
53 @DEPENDENCIES@ # everything below this line is overwritten by make depend