mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
30 lines
438 B
Makefile
30 lines
438 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = ntdll.dll
|
|
IMPORTS = kernel32
|
|
|
|
CTESTS = \
|
|
atom.c \
|
|
change.c \
|
|
env.c \
|
|
error.c \
|
|
exception.c \
|
|
generated.c \
|
|
info.c \
|
|
large_int.c \
|
|
file.c \
|
|
om.c \
|
|
path.c \
|
|
port.c \
|
|
reg.c \
|
|
rtl.c \
|
|
rtlbitmap.c \
|
|
rtlstr.c \
|
|
string.c \
|
|
time.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|