Changes in crossover-wine-src-6.1.0 except for configure
[wine/hacks.git] / dlls / setupapi / Makefile.in
blob5f468b82dab1c33f2c60dd7ec28efd7ef5000805
1 EXTRADEFS = -D_SETUPAPI_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = setupapi.dll
7 IMPORTLIB = libsetupapi.$(IMPLIBEXT)
8 IMPORTS = user32 version advapi32 rpcrt4 kernel32 ntdll
9 DELAYIMPORTS = ole32 shell32
10 EXTRALIBS = -luuid
11 EXTRAINCL = -I../../../libusb
13 C_SRCS = \
14 devinst.c \
15 dirid.c \
16 diskspace.c \
17 fakedll.c \
18 install.c \
19 misc.c \
20 parser.c \
21 query.c \
22 queue.c \
23 setupcab.c \
24 stringtable.c \
25 stubs.c \
26 usbdevice.c
28 C_SRCS16 = \
29 devinst16.c \
30 infparse.c \
31 setupx_main.c \
32 virtcopy.c
34 SPEC_SRCS16 = setupx.spec
36 RC_SRCS= setupapi.rc
38 @MAKE_DLL_RULES@
40 @DEPENDENCIES@ # everything below this line is overwritten by make depend