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 941017
[wine/gsoc-2012-control.git]
/
objects
/
Imakefile
blob
81e345a34f6464f11571cd99185abb5fbf12f235
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::