Makefile.in 314 Bytes
Newer Older
Raphael Junqueira's avatar
Raphael Junqueira committed
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = d3dx8.dll
6
IMPORTLIB = d3dx8
7
IMPORTS   = dxguid uuid kernel32
Raphael Junqueira's avatar
Raphael Junqueira committed
8 9 10

C_SRCS = \
	d3dx8_main.c \
11
	d3dxbuffer.c \
12 13
	math.c \
	mesh.c
Raphael Junqueira's avatar
Raphael Junqueira committed
14 15 16

@MAKE_DLL_RULES@

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