blob: eb7bacbf99c99122fc1816660b02d976226863d3 [file] [log] [blame]
Alexandre Julliarda0b2b1d1997-11-16 17:38:29 +00001DEFS = @DLLFLAGS@ -D__WINE__
Alexandre Julliardbf9130a1996-10-13 17:45:47 +00002TOPSRCDIR = @top_srcdir@
3TOPOBJDIR = ..
4SRCDIR = @srcdir@
5VPATH = @srcdir@
6MODULE = graphics
Alexandre Julliard0e270f41996-08-24 18:26:35 +00007
8C_SRCS = \
Alexandre Julliard75d86e11996-11-17 18:59:11 +00009 bitblt.c \
Alexandre Julliard44ed71f1997-12-21 19:17:50 +000010 cache.c \
Lionel Ulmer5ff00771999-01-03 17:00:19 +000011 d3dcommon.c \
12 d3ddevices.c \
13 d3dexecutebuffer.c \
14 d3dlight.c \
15 d3dmaterial.c \
16 d3dtexture.c \
17 d3dviewport.c \
Alexandre Julliard02e90081998-01-04 17:49:09 +000018 ddraw.c \
Ove Kaaven99f51101998-10-24 11:08:27 +000019 dispdib.c \
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000020 driver.c \
Alexandre Julliard3db94ef1997-09-28 17:43:24 +000021 env.c \
Alexandre Julliard889f7421997-04-15 17:19:52 +000022 escape.c \
23 fontengine.c \
Alexandre Julliard7ebe1a41996-12-22 18:27:48 +000024 mapping.c \
Alexandre Julliard889f7421997-04-15 17:19:52 +000025 painting.c \
Alexandre Julliard44ed71f1997-12-21 19:17:50 +000026 path.c \
Ove Kaaven1499a841998-11-01 12:51:47 +000027 vga.c \
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000028 wing.c
Alexandre Julliard0e270f41996-08-24 18:26:35 +000029
30all: $(MODULE).o
31
32@MAKE_RULES@
33
34### Dependencies: