projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makefiles: Remove the no longer needed explicit separators for dependencies.
[wine]
/
dlls
/
advapi32
/
Makefile.in
1
EXTRADEFS = -D_ADVAPI32_
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = advapi32.dll
7
IMPORTLIB = advapi32
8
IMPORTS = rpcrt4 kernel32 ntdll
9
EXTRALIBS = @SECURITYLIB@
10
11
C_SRCS = \
12
advapi.c \
13
cred.c \
14
crypt.c \
15
crypt_arc4.c \
16
crypt_des.c \
17
crypt_lmhash.c \
18
crypt_md4.c \
19
crypt_md5.c \
20
crypt_sha.c \
21
eventlog.c \
22
lsa.c \
23
registry.c \
24
security.c \
25
service.c
26
27
IDL_C_SRCS = svcctl.idl
28
29
RC_SRCS = version.rc
30
31
@MAKE_DLL_RULES@