Sweden-Number/graphics/ttydrv/Makefile.in

29 lines
359 B
Makefile
Raw Normal View History

1999-02-04 11:10:59 +01:00
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = ttydrv
C_SRCS = \
1999-11-24 00:43:29 +01:00
bitblt.c \
bitmap.c \
1999-11-24 00:43:29 +01:00
brush.c \
clipping.c \
1999-12-12 00:08:48 +01:00
dc.c \
dib.c \
1999-11-24 00:43:29 +01:00
font.c \
graphics.c \
init.c \
1999-11-24 00:43:29 +01:00
objects.c \
oembitmap.c \
palette.c \
pen.c \
text.c
1999-02-04 11:10:59 +01:00
all: $(MODULE).o
@MAKE_RULES@
### Dependencies: