2002-12-17 02:15:15 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = d3dx8.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = d3dx8
|
2008-04-30 14:23:55 +02:00
|
|
|
IMPORTS = dxguid uuid kernel32
|
2002-12-17 02:15:15 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
2009-02-06 12:04:37 +01:00
|
|
|
core.c \
|
2002-12-17 02:15:15 +01:00
|
|
|
d3dx8_main.c \
|
2008-07-24 11:31:05 +02:00
|
|
|
math.c \
|
|
|
|
mesh.c
|
2002-12-17 02:15:15 +01:00
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|