repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 940405
[wine/gsoc-2012-control.git]
/
objects
/
Imakefile
blob
bce8061220ee81a3e5df93bcc0b5048e80075983
1
#include "../Wine.tmpl"
2
3
MODULE = objects
4
5
SRCS = \
6
bitmap.c \
7
brush.c \
8
font.c \
9
gdiobj.c \
10
palette.c \
11
pen.c \
12
dib.c \
13
region.c \
14
text.c \
15
dcvalues.c \
16
clipping.c \
17
bitblt.c \
18
linedda.c \
19
color.c \
20
dither.c
21
22
OBJS = \
23
bitmap.o \
24
brush.o \
25
font.o \
26
gdiobj.o \
27
palette.o \
28
pen.o \
29
dib.o \
30
region.o \
31
text.o \
32
dcvalues.o \
33
clipping.o \
34
bitblt.o \
35
linedda.o \
36
color.o \
37
dither.o
38
39
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
40
DependTarget()
41
CleanTarget()
42
43
includes::
44
45
install::