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