mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
12 lines
228 B
Makefile
12 lines
228 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = libdxerr8.a
|
|
|
|
C_SRCS = \
|
|
dxerr8.c
|
|
|
|
@MAKE_IMPLIB_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|