push cc8bc80451cc24f4d7cf75168b569f0ebfe19547
[wine/hacks.git] / dlls / setupapi / Makefile.in
blob700fce3d41e272f6f3a9cf03f9598fcd3c3d1b01
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 = uuid user32 version advapi32 rpcrt4 kernel32 ntdll
9 DELAYIMPORTS = shell32 wintrust ole32 winspool comdlg32
11 C_SRCS = \
12 devinst.c \
13 dialog.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
26 C_SRCS16 = \
27 devinst16.c \
28 infparse.c \
29 setupx_main.c \
30 virtcopy.c
32 SPEC_SRCS16 = setupx.spec
34 RC_SRCS= setupapi.rc
36 @MAKE_DLL_RULES@
38 @DEPENDENCIES@ # everything below this line is overwritten by make depend