projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
[wine]
/
dlls
/
setupapi
/
Makefile.in
1
EXTRADEFS = -D_SETUPAPI_
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = setupapi.dll
7
IMPORTLIB = setupapi
8
IMPORTS = user32 version advapi32 rpcrt4 kernel32 ntdll
9
DELAYIMPORTS = shell32
10
EXTRALIBS = -luuid
11
12
C_SRCS = \
13
devinst.c \
14
dirid.c \
15
diskspace.c \
16
fakedll.c \
17
install.c \
18
misc.c \
19
parser.c \
20
query.c \
21
queue.c \
22
setupcab.c \
23
stringtable.c \
24
stubs.c
25
26
C_SRCS16 = \
27
devinst16.c \
28
infparse.c \
29
setupx_main.c \
30
virtcopy.c
31
32
SPEC_SRCS16 = setupx.spec
33
34
RC_SRCS= setupapi.rc
35
36
@MAKE_DLL_RULES@
37
38
@DEPENDENCIES@ # everything below this line is overwritten by make depend