TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = d3dx8.dll
IMPORTLIB = libd3dx8.$(IMPLIBEXT)
IMPORTS   = d3d8 user32 gdi32 kernel32
EXTRALIBS = -ldxguid -luuid

C_SRCS = \
	d3dx8_main.c \
	d3dxbuffer.c

@MAKE_DLL_RULES@

@DEPENDENCIES@  # everything below this line is overwritten by make depend