30 lines
375 B
Makefile
30 lines
375 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = ntdll.dll
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
atom.c \
|
|
change.c \
|
|
directory.c \
|
|
env.c \
|
|
error.c \
|
|
exception.c \
|
|
file.c \
|
|
generated.c \
|
|
info.c \
|
|
large_int.c \
|
|
om.c \
|
|
path.c \
|
|
port.c \
|
|
reg.c \
|
|
rtl.c \
|
|
rtlbitmap.c \
|
|
rtlstr.c \
|
|
string.c \
|
|
time.c
|
|
|
|
@MAKE_TEST_RULES@
|