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 940804
[wine/gsoc-2012-control.git]
/
controls
/
Imakefile
blob
4556b4c8aa6df54c05673496781caab93c938d1e
1
#include "../Wine.tmpl"
2
3
MODULE = controls
4
5
SRCS = \
6
button.c \
7
combo.c \
8
listbox.c \
9
menu.c \
10
scroll.c \
11
static.c \
12
edit.c \
13
desktop.c \
14
widgets.c
15
16
OBJS = $(SRCS:.c=.o)
17
18
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
19
DependTarget()
20
CleanTarget()
21
22
includes::
23
24
install::