mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
22 lines
284 B
Makefile
22 lines
284 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = ntdll.dll
|
|
IMPORTS = ntdll
|
|
|
|
CTESTS = \
|
|
env.c \
|
|
error.c \
|
|
generated.c \
|
|
large_int.c \
|
|
path.c \
|
|
rtl.c \
|
|
rtlbitmap.c \
|
|
rtlstr.c \
|
|
string.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|