2008-01-13 11:34:43 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = d3dx9_36.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = d3dx9
|
2009-07-11 18:09:40 +02:00
|
|
|
IMPORTS = d3d9 gdi32 user32 kernel32
|
2008-01-13 11:34:43 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
2009-07-11 18:00:20 +02:00
|
|
|
core.c \
|
2008-03-14 14:12:30 +01:00
|
|
|
d3dx9_36_main.c \
|
2008-03-21 00:33:45 +01:00
|
|
|
font.c \
|
2008-07-14 22:47:19 +02:00
|
|
|
math.c \
|
2009-02-03 09:36:08 +01:00
|
|
|
mesh.c \
|
2008-07-23 16:50:01 +02:00
|
|
|
shader.c \
|
2009-05-23 12:56:19 +02:00
|
|
|
sprite.c \
|
2009-06-01 18:25:32 +02:00
|
|
|
surface.c \
|
|
|
|
util.c
|
2008-01-13 11:34:43 +01:00
|
|
|
|
2008-06-19 10:01:49 +02:00
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
2008-01-13 11:34:43 +01:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|