Makefile.in 304 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 12
	d3dxbuffer.c \
	math.c
Raphael Junqueira's avatar
Raphael Junqueira committed
13 14 15

@MAKE_DLL_RULES@

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