26 lines
446 B
Makefile
26 lines
446 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = msvcrt.dll
|
|
IMPORTS = msvcrt kernel32
|
|
MODCFLAGS = @BUILTINFLAG@
|
|
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt -I$(SRCDIR)/..
|
|
|
|
CTESTS = \
|
|
cpp.c \
|
|
data.c \
|
|
dir.c \
|
|
environ.c \
|
|
file.c \
|
|
headers.c \
|
|
heap.c \
|
|
printf.c \
|
|
scanf.c \
|
|
string.c \
|
|
time.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|