repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 0.9.39.
[wine/gsoc-2012-control.git]
/
dlls
/
crypt32
/
Makefile.in
blob
e065c4090ed035ab16ae7d431ac287341ae2cdab
1
EXTRADEFS
= -
D_CRYPT32_
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
crypt32.dll
7
IMPORTLIB
=
libcrypt32.
$(
IMPLIBEXT
)
8
IMPORTS
=
user32 advapi32 kernel32 ntdll
9
10
C_SRCS
=
\
11
base64.c \
12
cert.c \
13
chain.c \
14
crl.c \
15
context.c \
16
decode.c \
17
encode.c \
18
msg.c \
19
oid.c \
20
proplist.c \
21
protectdata.c \
22
serialize.c \
23
sip.c \
24
store.c \
25
str.c \
26
main.c
27
28
RC_SRCS
=
crypt32.rc
29
30
@MAKE_DLL_RULES@
31
32
@DEPENDENCIES@
# everything below this line is overwritten by make depend