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]
/
loader
/
Imakefile
blob
df5385433598e9f7eb1f5c496e3a396fa90ca04a
1
#include "../Wine.tmpl"
2
3
MODULE = loader
4
5
SRCS = \
6
dump.c \
7
ldt.c \
8
ldtlib.c \
9
selector.c \
10
signal.c \
11
library.c \
12
resource.c \
13
wine.c
14
15
OBJS = $(SRCS:.c=.o)
16
17
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
18
DependTarget()
19
CleanTarget()
20
21
includes::
22
23
install::