mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
23 lines
361 B
Makefile
23 lines
361 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = msvcrt.dll
|
|
IMPORTS = msvcrt
|
|
MODCFLAGS = @BUILTINFLAG@
|
|
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt -I$(SRCDIR)/..
|
|
|
|
CTESTS = \
|
|
cpp.c \
|
|
environ.c \
|
|
file.c \
|
|
headers.c \
|
|
heap.c \
|
|
printf.c \
|
|
scanf.c \
|
|
string.c \
|
|
time.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|