mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
6164ce2d82
This enables it to be auto-updated by make_makefiles.
13 lines
251 B
Makefile
13 lines
251 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = ntprint.dll
|
|
IMPORTS = kernel32
|
|
|
|
C_SRCS = \
|
|
ntprint.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|