projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added RtlAllocateAndInitializeSid entry.
[wine]
/
graphics
/
psdrv
/
Makefile.in
1
DEFS = -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = psdrv
7
8
C_SRCS = \
9
afm.c \
10
brush.c \
11
color.c \
12
driver.c \
13
escape.c \
14
font.c \
15
graphics.c \
16
init.c \
17
objects.c \
18
pen.c \
19
ppd.c \
20
ps.c \
21
text.c
22
23
all: $(MODULE).o
24
25
@MAKE_RULES@
26
27
### Dependencies: