mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 13:26:00 +00:00
19 lines
340 B
Makefile
19 lines
340 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = setupapi.dll
|
|
IMPORTS = setupapi user32 advapi32 kernel32
|
|
|
|
CTESTS = \
|
|
devinst.c \
|
|
install.c \
|
|
misc.c \
|
|
parser.c \
|
|
query.c \
|
|
stringtable.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|