mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
14 lines
254 B
Makefile
14 lines
254 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = libdxguid.a
|
|
|
|
C_SRCS = \
|
|
dx8guid.c \
|
|
dx9guid.c \
|
|
dxguid.c
|
|
|
|
@MAKE_IMPLIB_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|