Makefile.in 499 Bytes
Newer Older
1
EXTRADEFS = -D_SETUPAPI_
2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
6
MODULE    = setupapi.dll
7
IMPORTS   = user32 version advapi32 kernel32 ntdll
8
ALTNAMES  = setupx.dll
9
EXTRALIBS = $(LIBUNICODE)
10

11 12
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)

13
C_SRCS = \
14
	devinst.c \
15 16 17 18
	dirid.c \
	install.c \
	parser.c \
	queue.c \
19
	setupcab.c \
Steven Edwards's avatar
Steven Edwards committed
20
	stubs.c
21

22
C_SRCS16 = \
Steven Edwards's avatar
Steven Edwards committed
23
	devinst16.c \
Steven Edwards's avatar
Steven Edwards committed
24
	infparse.c \
Steven Edwards's avatar
Steven Edwards committed
25 26
	setupx_main.c \
	virtcopy.c
27

28
RC_SRCS= setupapi.rc
29 30 31 32

@MAKE_DLL_RULES@

### Dependencies: