projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Don't load the WINEPS driver until it's needed.
[wine]
/
graphics
/
win16drv
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = win16drv
7
8
C_SRCS = \
9
brush.c \
10
font.c \
11
graphics.c \
12
init.c \
13
objects.c \
14
pen.c \
15
prtdrv.c \
16
text.c
17
18
GLUE = prtdrv.c
19
20
all: $(MODULE).o
21
22
@MAKE_RULES@
23
24
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
25
$(LDCOMBINE) $(OBJS) -o $@
26
27
### Dependencies: