mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
22 lines
322 B
Makefile
22 lines
322 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
TESTDLL = msvcrt.dll
|
||
|
IMPORTS = msvcrt
|
||
|
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt -I$(SRCDIR)/..
|
||
|
|
||
|
CTESTS = \
|
||
|
cpp.c \
|
||
|
environ.c \
|
||
|
file.c \
|
||
|
heap.c \
|
||
|
printf.c \
|
||
|
scanf.c \
|
||
|
string.c \
|
||
|
time.c
|
||
|
|
||
|
@MAKE_TEST_RULES@
|
||
|
|
||
|
### Dependencies:
|