projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release 941017
[wine]
/
objects
/
Imakefile
1
#include "../Wine.tmpl"
2
3
MODULE = objects
4
5
SRCS = \
6
bitblt.c \
7
bitmap.c \
8
brush.c \
9
clipping.c \
10
color.c \
11
dc.c \
12
dcvalues.c \
13
dib.c \
14
dither.c \
15
font.c \
16
gdiobj.c \
17
linedda.c \
18
metafile.c \
19
palette.c \
20
pen.c \
21
region.c \
22
text.c
23
24
OBJS = $(SRCS:.c=.o)
25
26
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
27
DependTarget()
28
29
includes::
30
31
install::